/****************
 * CSS Generaux *
 ****************/

body {
    padding: 0px;
    margin: 0px;
    border: 0;
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
}

html {
    height: 100%;
    min-height: 100%;
    font-size: 100%;
}

pre {
    text-align: left;
}

td {
    font-family: Arial, Helvetica, sans-serif;
}

th {
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.375em;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    padding: 0px;
    margin: 0px;
}

h3 {
    font-family: Arial, Helvetica, sans-serif;
    padding: 0px;
    margin: 0px;
}

h4 {
    font-family: Arial, Helvetica, sans-serif;
    padding: 0px;
    margin: 0px;
}

h5 {
    font-family: Arial, Helvetica, sans-serif;
    padding: 0px;
    margin: 0px;
}

h6 {
    font-family: Arial, Helvetica, sans-serif;
    padding: 0px;
    margin: 0px;
}

hr {
    font-family: Arial, Helvetica, sans-serif;
    padding: 0px;
    margin: 0px;
}

img {
    border: 0;
}

p {
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
    margin: 0px;
    padding: 0px;
}

code {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

li {
    margin: 0;
    padding: 0px;
}

select {
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
}

input {
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
}

button {
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
}

/*********
 * LIENS *
 *********/

a:link,
a:visited,
.whitelink,
.orangelink {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}

a:hover,
a:active,
.whitelink,
.orangelink {
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
}

a.menuleft_OFF:link,
a.menuleft_OFF:visited,
a.menuadd_OFF:link,
a.menuadd_OFF:visited,
a.menuremove_OFF:link,
a.menuremove_OFF:visited,
a.menuleft_ON:link,
a.menuleft_ON:visited,
a.menuadd_ON:link,
a.menuadd_ON:visited,
a.menuremove_ON:link,
a.menuremove_ON:visited,
input.bttn,
input.menuleft_OFF,
input.menuleft_ON,
button.bttn {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    white-space: nowrap;
    width: auto;
    padding: 0px 5px 0px 5px;
    margin: 0px 5px 0px 5px;
    border-radius: 3px;
}

a.menuleft_OFF:hover,
a.menuleft_OFF:active,
a.menuadd_OFF:hover,
a.menuadd_OFF:active,
a.menuremove_OFF:hover,
a.menuremove_OFF:active,
input.bttn:hover,
input.bttn:active,
input.menuleft_OFF,
input.menuleft_ON:hover,
button.bttn:hover,
button.bttn:active {
    white-space: nowrap;
    cursor: pointer;
}

a.public:link,
a.public:visited {
    font-family: Arial, Helvetica, sans-serif;
}

a.private:link,
a.private:visited {
    font-family: Arial, Helvetica, sans-serif;
}

a.submenulink:link,
a.submenulink:visited {
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: middle;
}

a.submenulink:hover,
a.submenulink:active,
a.private:hover,
a.private:active,
a.public:hover,
a.public:active,
.hand {
    cursor: pointer;
}

#homelink {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("../../web/pictures/home.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

#homelink:hover {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("../../web/pictures/homehover.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

/***********
 * POLICES *
 ***********/

.A8 {
    font-size: 0.5em;
}

.A10 {
    font-size: 0.625em;
}

.A11 {
    font-size: 0.7em;
}

.A12 {
    font-size: 0.75em;
}

.A13 {
    font-size: 0.82em;
}

.A14 {
    font-size: 0.875em;
}

.A16 {
    font-size: 1em;
}

.A18 {
    font-size: 1.125em;
}

.A20 {
    font-size: 1.25em;
}

.A22 {
    font-size: 1.375em;
}

.A24 {
    font-size: 1.5em;
}

.A30 {
    font-size: 1.875em;
}

.fl16:first-letter {
    font-size: 1em;
    margin-left: 15px;
}

/************************
 * MISE EN FORME POLICE *
 ************************/

.n {
    font-weight: normal;
}

.b {
    font-weight: bold;
}

.i {
    font-style: italic;
}

.u {
    text-decoration: underline;
}

.marginauto {
    margin: auto;
}

.margincenter {
    margin: 0 auto;
}

.center {
    text-align: center;
}

.justify {
    text-align: justify;
}

.alignleft {
    text-align: left;
}

.alignright {
    text-align: right;
}

.nowrap {
    white-space: nowrap;
}

.width5 {
    width: 10em;
}

/**********
 * MARGES *
 **********/

.padding0 {
    padding: 0px;
}

.padding5 {
    padding: 5px;
}

.padding10 {
    padding: 10px;
}

.padding15 {
    padding: 15px;
}

.padding30 {
    padding: 30px;
}

.paddingtop5 {
    padding-top: 5px;
}

.paddingtop20 {
    padding-top: 20px;
}

.paddingtop30 {
    padding-top: 30px;
}

.paddingbottom5 {
    padding-bottom: 5px;
}

.paddingbottom10 {
    padding-bottom: 10px;
}

.paddingright5 {
    padding-right: 5px;
}

.paddingright12 {
    padding-right: 12px;
}

.paddingright10 {
    /*padding-right:10px;*/
}

.paddingright15 {
    padding-right: 15px;
}

.paddingright20 {
    padding-right: 20px;
}

.paddingleft5 {
    padding-left: 5px;
}

.paddingleft10 {
    padding-left: 10px;
}

.paddingleft15 {
    padding-left: 15px;
}

.paddingleft20 {
    padding-left: 20px;
}

.paddingleft25 {
    padding-left: 25px;
}

.paddingleft30 {
    padding-left: 30px;
}

.paddingleft50 {
    padding-left: 50px;
}

.paddingbottom30 {
    padding-bottom: 30px;
}

.paddingbottom10 {
    padding-bottom: 10px;
}

.paddingtop10 {
    padding-top: 10px;
}

.margin {
    margin: 0px;
}

.margin5 {
    margin: 5px;
}

.margin10 {
    margin: 10px;
}

.margin15 {
    margin: 15px;
}

.margin30 {
    margin: 30px;
}

.marginleft5 {
    margin-left: 5px;
}

.marginleft10 {
    margin-left: 10px;
}

.marginleft15 {
    margin-left: 15px;
}

.marginright5 {
    margin-right: 5px;
}

.marginright15 {
    margin-right: 15px;
}

.marginleft15 {
    margin-left: 15px;
}

.marginleft20 {
    margin-left: 20px;
}

.marginleft30 {
    margin-left: 30px;
}

.marginleft50 {
    margin-left: 50px;
}

.margintop5 {
    margin-top: 5px;
}

.margintop10 {
    margin-top: 10px;
}

.margintop15 {
    margin-top: 15px;
}

.margintop30 {
    margin-top: 30px;
}

.margintop40 {
    margin-top: 30px;
}

.marginright40 {
    margin-right: 40px;
}

.margintop20 {
    margin-top: 20px;
}

.margintop50 {
    margin-top: 50px;
}

.marginbottom5 {
    margin-bottom: 5px;
}

.marginbottom10 {
    margin-bottom: 10px;
}

.marginbottom15 {
    margin-bottom: 15px;
}

.marginbottom30 {
    margin-bottom: 30px;
}

.marginbottom50 {
    margin-bottom: 50px;
}

.marginbottom100 {
    margin-bottom: 100px;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.noresize {
    resize: none;
}

.overflow_auto {
    overflow: auto;
}

.w500 {
    width: 500px;
}

/********
 *PUCES *
 ********/

li.fleche {
    display: list-item;
    list-style-image: url(../../web/pictures/fleche.gif);
    text-align: left;
}

li.puce {
    margin-left: 40px;
    display: list-item;
    list-style-image: url(../../web/pictures/puce.gif);
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
}

.bigarrow {
    vertical-align: middle;
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.smallarrow {
    vertical-align: middle;
    height: 15px;
    width: 15px;
    cursor: pointer;
}

.bigarrow:hover {
    cursor: pointer;
}

.smallarrow:hover {
    cursor: pointer;
}

.iesizebutton {
    width: auto;
    overflow: visible;
}

/*******************
 * CADRES CSS MAGE *
 *******************/

#header {
    width: auto;
    min-width: 100%;
    z-index: 99;
}

#banner {
    position: relative;
    width: auto;
    min-width: 100%;
    height: 120px;
    z-index: 99;
}

#bannerPopUp {
    position: relative;
    width: auto;
    min-width: 100%;
    height: 40px;
    z-index: 99;
}

#bannerup {
    width: auto;
    height: 15px;
}

#bannerbottom {
    width: auto;
    height: 15px;
    z-index: -2;
}

#bannerupPopup {
    width: auto;
    height: 8px;
}

#bannerbottomPopup {
    width: auto;
    height: 8px;
    z-index: -2;
}

#headerlogin {
    position: absolute;
    top: 15px;
    left: 75px;
    z-index: auto;
    width: 30em;
    white-space: nowrap;
}

#headerloginPopUp {
    position: absolute;
    top: 15px;
    left: 135px;
}

#headerselectseq {
    position: absolute;
    float: right;
    top: 23px;
    right: 390px;
    z-index: auto;
}

#headerchange {
    position: absolute;
    float: right;
    top: 10px;
    right: 5px;
    z-index: auto;
}

#headerorgname {
    position: absolute;
    float: right;
    top: 6px;
    right: 390px;
}

#headerorgnamePopup {
    position: absolute;
    float: right;
    top: 15px;
    right: 15px;
}

#headertitles,
.headertitles {
    display: table;
    width: 90%;
    margin: 0 auto;
    vertical-align: middle;
    margin-bottom: 25px;
    z-index: -2;
    text-align: center;
}

#headertitlesPopUp {
    display: table;
    width: 90%;
    margin: 0 auto;
    vertical-align: middle;
    margin-bottom: 10px;
    z-index: -2;
    text-align: center;
}

#hometitle,
#chartertitle {
    width: 800px;
    background-image: url(../../web/pictures/helix_horizontal_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: table-cell;
    height: 100px;
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
}

#hometitleInstance {
    width: 38em;
    margin: 0 auto;
    display: inline-block;
}

#toggle {
    float: left;
    margin-left: 10px;
    width: 200px;
    z-index: 0;
}

#toggler {
    margin-left: -20px;
    _margin-left: -23px; /* IE6 Hack */
}

#togglerclose {
    position: relative;
    left: 0px;
    _left: -10px; /* IE6 Hack */
    top: 0px;
}

.toggler {
    cursor: pointer;
}

#content {
    padding: 0px 20px 0px 20px;
    min-height: 100%;
    width: auto;
    z-index: 0;
}

#navmenu {
    border: 0;
    width: 100%;
    height: 30px;
}

.leftmarged_content {
    margin-left: 210px;
}

.rightmarged_content {
    margin-right: 210px;
}

#footer {
    clear: both;
    width: 100%;
    margin-top: 50px;
}

#bannerfooter {
    width: auto;
    height: 15px;
}

#cadre_news {
    position: absolute;
    float: right;
    top: 210px;
    right: 10px;
    width: 180px;
    height: auto;
    padding: 5px;
    z-index: 1;
    border-radius: 3px;
}

#cadre_home {
    /*width:45em;*/

    width: 75%;
    min-width: 40em;
    max-width: 70em;
    margin: 50px auto 0;
    z-index: 50;
}

#logocertif {
    float: left;
    margin-right: 15px;
    z-index: 0;
}

#cadreiso {
    height: 50px;
    width: 500px;
    margin: 0 auto;
    background-color: #f8f8f8;
    padding: 5px;
    display: table;
    overflow: hidden;
}

#spaniso {
    display: table-cell;
    vertical-align: middle;
}

.section_div_home {
    position: relative;
    left: -40px;
    overflow: hidden;
}

.section_div_home_border_top {
    border-bottom-left-radius: 5px;
    height: 15px;
    position: relative;
    left: 25px;
}

.section_div_home_border_bottom {
    border-top-left-radius: 5px;
    height: 15px;
    position: relative;
    left: 25px;
}

hr.hriso {
    width: 510px;
    margin: 0 auto;
}

#cadre_selectProject {
    position: absolute;
    top: 35em;
    left: 10px;
    width: 180px;
    z-index: 0;
    border-radius: 3px;
}

#cadre_desctool {
    text-align: justify;
    position: absolute;
    margin-top: 20px;
    left: 10px;
    width: 180px;
    z-index: 0;
    border-radius: 3px;
}

#cadre_desctool li {
    margin-left: -20px;
    padding: 0px;
    text-align: justify;
}

.desctoolcontainer {
    width: 70%;
    padding: 5px 0px 5px 10px;
}

.text_alert {
    font-family: arial, sans-serif;
    text-align: left;
    margin: 0px 5px 5px 10px;
}

.text_titles {
    font-weight: bold;
    font-size: 0.875em;
    font-family: arial, sans-serif;
}

.text_titlesN {
    font-weight: normal;
    font-size: 0.875em;
    font-family: arial, sans-serif;
}

.rightnav {
    display: block;
    width: 40px;
    height: 190px;
    background-image: url(../../web/pictures/right.gif);
    background-repeat: no-repeat;
}

.leftnav {
    display: block;
    width: 40px;
    height: 190px;
    background-image: url(../../web/pictures/left.gif);
    background-repeat: no-repeat;
}

.rightnav:hover {
    background-image: url(../../web/pictures/righton.gif);
    background-repeat: no-repeat;
}

.leftnav:hover {
    background-image: url(../../web/pictures/lefton.gif);
    background-repeat: no-repeat;
}

.hidden,
.hidden_filters {
    display: none;
}

.show_filters {
    display: table-row;
}

.loadingdata {
    display: table-cell;
    vertical-align: middle;
    height: 12px;
    padding-left: 15px;
}

.loadingdatapicture {
    background-image: url(../../web/pictures/loading.gif);
    background-repeat: no-repeat;
}

.cadre_alert {
    width: 550px;
    margin: 0 auto;
    padding: 5px 5px 5px 10px;
    z-index: -1;
    border-radius: 3px;
    word-wrap: break-word;
}

li.error {
    word-wrap: break-word;
}

.cadre_alert_empty {
    width: 550px;
    margin: 0 auto;
    padding-top: 5px;
    z-index: -1;
}

.encadre {
    width: 50px;
    border-radius: 5px;
    text-align: center;
}

.smallencadre {
    width: 80%;
    border-radius: 5px;
    text-align: left;
    padding: 5px 5px 5px 5px;
}

.smallsubencadre {
    width: auto;
    border-radius: 5px;
    text-align: left;
    padding: 5px 5px 5px 5px;
}

.cadre_with,
.cadre_without,
.cadre_with_invert,
.boutonclic_default,
.boutonclic_default_disabled,
.boutonclic_green,
.boutonclic_red,
.boutonclic_grey {
    margin: 5px;
    border-radius: 3px;
}

a.boutonclic_default,
a.boutonclic_green,
a.boutonclic_red,
a.boutonclic_grey {
    padding: 1px 5px 1px 5px;
}

.cadre_fatal {
    position: relative;
    width: 600px;
    margin: 5px;
    padding: 10px;
    text-align: center;
    z-index: -1;
    border-radius: 3px;
    word-wrap: break-word;
}

.cadre_no {
    width: 350px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    border-radius: 3px;
    word-wrap: break-word;
}
.cadre_no_invert {
    width: auto;
    padding: 0px 3px 0px 3px;
    text-align: center;
    word-wrap: break-word;
}

.cadre_ok,
.cadre_accept {
    width: 350px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    border-radius: 3px;
    word-wrap: break-word;
}

.cadre_adminno {
    width: auto;
    margin: 5px;
    padding: 5px;
    text-align: center;
    border-radius: 3px;
    word-wrap: break-word;
}

.cadre_red {
    width: auto;
    margin: 5px;
    padding: 5px;
    text-align: center;
    border-radius: 3px;
    word-wrap: break-word;
}

.cadre_greyadmin {
    width: auto;
    margin: 5px;
    padding: 5px;
    text-align: center;
    border-radius: 3px;
    word-wrap: break-word;
}

.cadre_green {
    width: auto;
    margin: 5px;
    padding: 5px;
    text-align: center;
    border-radius: 3px;
    word-wrap: break-word;
}

.cadre_adminok {
    width: auto;
    margin: 5px;
    padding: 5px;
    text-align: center;
    border-radius: 3px;
    word-wrap: break-word;
}

.cadre_adminhold,
.cadre_adminyellow,
.cadre_adminblue,
.cadre_adminblue2,
.cadre_adminremove {
    width: auto;
    margin: 5px;
    padding: 5px;
    text-align: center;
    border-radius: 3px;
}

.cadre_footer {
    width: 100%;
}

.cadre_logo {
    padding: 0px 50px 0px 50px;
}

.cadre_contact {
    padding: 20px 0px 10px 0px;
}

.cadre_couleur {
    margin: 5px;
    border-radius: 3px;
}

.cadre_fonce {
    padding: 15px;
    margin: 5px 5px 5px 5px;
}

.cadre_resume {
    margin: 5px 5px 5px 5px;
    border-radius: 3px;
}

.hiddenbloc {
    display: none;
    position: absolute;
}

.showbloc {
    display: block;
}

.showbloc_row {
    display: table-row;
}

.showbloc_inline {
    display: inline;
}

.warning {
    width: 50%;
    padding: 10px 0px 10px 0px;
    border-radius: 3px;
}

.columntitle {
    padding: 6px 6px 6px 6px;
}

.rmacc {
    font-weight: bold;
}

.refresh {
    padding: 3px 2px 2px 2px;
}

img.refreshimg {
    position: relative;
    top: 3px;
}

.rssHeader {
    font-size: 0.875em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    padding: 3px;
}

.rssRow {
    font-size: 0.7em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: left;
    margin-left: -20px;
    margin-bottom: 10px;
}

.rssRow > div {
    margin: 0 1px 0 3px;
    font-weight: bold;
    font-style: italic;
    text-align: left;
}

/***********
 * BOUTONS *
 ***********/

button.button {
    position: relative;
    left: 5px;
    top: 0px;
    width: auto;
    padding: 1px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 3px;
    text-align: center;
}

button.button:hover {
    font-weight: bold;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

#Cancel {
    width: auto;
}

/*************************
 * GENOME BROWSER+PkGDBs *
 *************************/

#PkGDBtoggler,
#RefSeqtoggler {
    width: 250px;
}

#OrthoMapstoggler:hover,
#PkGDBtoggler:hover,
#RefSeqtoggler:hover,
#PGDBTabletoggler:hover {
    cursor: pointer;
}

/***************
 * GENE EDITOR *
 ***************/

#togglerGO_process:hover,
#togglerGO_function:hover {
    cursor: pointer;
}

.mypointer {
    cursor: pointer;
}

/***************
 * SNP / INDEL *
 ***************/

.prevGene {
    font-style: italic;
}

.nextGene {
    font-style: italic;
}

.DSGene {
    font-style: italic;
}

#mainAnalysis {
    width: 550px;
    margin: 10px 5px 5px 5px;
    padding: 5px 10px;
    border-radius: 3px;
}

#subCompa {
    width: 600px;
    margin: -4px 5px 10px 5px;
    padding: 5px 10px;
    border-radius: 3px;
}

#subPara {
    width: 600px;
    margin: -4px 5px 10px 5px;
    padding: 5px 10px;
    border-radius: 3px;
}

#subCompa #nav,
#subPara #nav {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}

#subCompa #nav li,
#subPara #nav li {
    display: inline;
    margin-right: 1px;
}

#subCompa #nav li a,
#subPara #nav li a {
    line-height: 1em;
    padding: 0px 0px 0px 10px;
    text-align: center;
    text-decoration: none;
}

#subCompa #nav li a:hover,
#subCompa #nav li a:focus,
#subCompa #nav li a:active,
#subPara #nav li a:hover,
#subPara #nav li a:focus,
#subPara #nav li a:active {
    text-decoration: underline;
}

a.menuadd_SNIPER:link,
a.menuadd_SNIPER:visited,
a.menuremove_SNIPER:link,
a.menuremove_SNIPER:visited {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    white-space: nowrap;
    width: auto;
    padding: 0px 5px 0px 5px;
    margin: 0px 5px 0px 5px;
    border-radius: 3px;
}

a.menuadd_SNIPER:hover,
a.menuadd_SNIPER:active,
a.menuremove_SNIPER:hover,
a.menuremove_SNIPER:active {
    white-space: nowrap;
    cursor: pointer;
}

.tooltiptitle {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    text-justify: newspaper;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 790px;
    height: 20px;
    margin-top: -500px;
    margin-left: -450px;
    border-radius: 3px;
    padding: 5px;
}

.tooltipsnp {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 800px;
    height: 500px;
    margin-top: -460px;
    margin-left: -450px;
    border-radius: 3px;
}

/**********
 * RNASEQ *
 **********/

.rnaseqblock {
    margin: 10px;
    width: 60em;
    border-collapse: collapse;
}

.rnaseqblock tbody tr td {
    font: normal 0.75em Arial, Helvetica, sans-serif;
}

.rnaseqblock thead tr th {
    font: bold 0.875em Arial, Helvetica, sans-serif;
    text-align: left;
    vertical-align: middle;
    padding: 5px;
}

.rnaseqblock tbody li {
    padding: 0px;
    margin: 0px;
}

/*******
 * NGS *
 *******/

.ngsblock {
    margin: 10px;
    width: 60em;
    border-collapse: collapse;
}

.ngsblock tbody tr td {
    font: normal 0.9em Arial, Helvetica, sans-serif;
    /*background-color: #EAF6FF;*/
    font-color: #000000;
}

.ngsblock thead tr th {
    font: bold 1em Arial, Helvetica, sans-serif;
    text-align: left;
    vertical-align: middle;
    padding: 5px;
    background-color: #585858;
    color: #fff;
    border: 1px solid #fff;
}

.ngsblock tbody li {
    padding: 0px;
    margin: 0px;
}

.ngsblock a:link,
.ngsblock a:visited {
    display: block;
    height: 3em;
    line-height: 3em;
    margin: 0 1px 0 1px;
    padding: 0 3px 0 3px;
    text-align: center;
    background-color: #eaf6ff;
    color: #585858;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #eaf6ff;
}

.ngsblock a:hover, .ngsblock a:active /* Lorsque la souris passe sur un des liens ou pour mettre en surbrillance l'onglet utilise */
{
    background-color: #ffffff;
    color: #ff9c00;
    border: 1px solid #ffffff;
    cursor: pointer;
    transition-duration: 0.1s;
    transition-timing-function: linear;
}

.ngsblock a.mainmenuON 	/*La case qui est selectionnee*/
{
    background-color: #ffffff;
    color: #ff9c00;
    border: 1px solid #d3dde6;
}

/**************
 * GUEST BOOK *
 **************/

.gbookintertitre {
    background: url(../../web/pictures/blockquote.png) no-repeat scroll 4px -10px;
    font-family: "Helvetica Neue", Helvetica, Arial, Geneva, "MS Sans Serif",
		 sans-serif;
    font-style: italic;
    font-size: 1em;
    font-weight: bold;
    text-align: justify;
    /* text-justify: newspaper; */
    padding: 0.6em 1em 0.6em 2.4em;
    margin: 0em 1em 0.5em 5em;
    width: 60em;
    min-height: 40px;
    border-radius: 3px;
}

.gbookintertitre:first-letter {
    font-size: 1.3em;
}

p.gbook {
    font-family: "Helvetica Neue", Helvetica, Arial, Geneva, "MS Sans Serif",
		 sans-serif;
    font-size: 0.75em;
    margin: 0em 0em 2.5em 10em;
}

/********************************
 * CSS SPECIFIQUES AUX TABLEAUX *
 ********************************/

table.tablesort {
    padding: 0px;
    margin-right: 5px;
    margin-left: 5px;
    border-collapse: collapse;
}

th.thsort, th.thsortgrey, th.thsortleft, th.thsortcenter {
    font: bold 0.75em/1.375em Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    text-align: center;
    padding: 8px 12px 4px 12px;
    vertical-align: middle;
}

th.thsortleft, td.tdsortleft {
    text-align: left;
}

th.thsortcenter, td.tdsortcenter {
    text-align: center;
}

td.tdsort {
    font: normal 0.875em/1.375em Arial, Helvetica, sans-serif;
}

td.tdsort, td.tdnoborderpad6 {
    padding: 6px 6px 6px 6px;
}

/**************************************
 * CSS SPECIFIQUES AU SYSTEME DE MENU *
 **************************************/

/*Strip the ul of padding and list styling*/

/* Menu */
#menuDeroulant /* Liste */
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 0;
    position: absolute;
    top: 65px;
    left: 75px;
    z-index: 99;
}

#menuDeroulant ul /* Liste */
{
    list-style-type: none;
    top: 4.4em;
    left: 75px;
    z-index: 97;
    width: 10em;
    margin: 0;
    padding: 0;
    border: 0;
}

#menuDeroulant li /* Elements des listes */
{
    display: inline-block;
    float: left;
    margin-right: 1px;
    /*width: 7em;*/
}

#menuDeroulant a /* Contenu des listes */
{
    /* display: block;
     height: 3em;
     line-height:3em;
     margin:0 1px 0 1px;
     padding:0 3px 0 3px;
     text-align:center;
   */

    display: block;
    min-width: 110px;
    height: 3em;
    text-align: center;
    line-height: 3em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    background: #2f3036;
    text-decoration: none;
}

#menuDeroulant a.classforlongname /* Contenu des listes */
{
    line-height: 1.5em;
}

#menuDeroulant .sousMenu li {
    /*  display: none;*/
    float: none;
    width: 12em;
    text-align: left;
    left: 153px;
    top: -33px;
}

#menuDeroulant li ul /* Sous-listes */
{
    position: absolute; /* Position absolu */
    left: -999em; /* Hop, on envoi loin du champ de vision */
    z-index: 99;
    /*padding: 0;
    margin: 0;*/
}

.active, #menuDeroulant a:hover, #menuDeroulant a:active, #menuDeroulant a.mainmenuON /* Lorsque la souris passe sur un des liens ou pour mettre en surbrillance l'onglet utilise */
{
    display: block;
    cursor: pointer;
    transition-duration: 0.1s;
    transition-timing-function: linear;
}
#menuDeroulant ul li a:hover + .hidden,
.hidden:hover {
    display: block;
}

#menuDeroulant li:hover ul, #menuDeroulant li li:hover ul, #menuDeroulant li.sfhover ul, #menuDeroulant li li.sfhover ul  /* Sous-listes lorsque la souris passe sur un element de liste ET sous-sous-lites lorsque la souris passe sur un element de sous-liste */
{
    display: block;
    float: none;
    left: auto; /* Repositionnement normal */
    min-height: 0; /* Corrige un bug */
    margin-top: -2.1em;
}

#menuDeroulant .sousMenu li a,
#menuDeroulant .sousMenu li a.mainmenuON {
    text-align: left;
    z-index: 99;
    padding-left: 1em;
}

#menuDeroulant li a:hover {
    cursor: pointer;
    z-index: 99;
    transition-duration: 0.1s;
    transition-timing-function: linear;
}

.resizeMenu {
    position: relative;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
    position: absolute;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #fff;
    background: rgba(234, 246, 255, 0.12);
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    display: none;
    top: 4.1em;
    left: 75px;
    cursor: pointer;
}

/*Hide checkbox*/
.resizeMenu input[type="checkbox"] {
    display: none;
}

.menubarimg {
    height: 35px;
    width: 100px;
}

/*Responsive Styles*/

@media screen and (min-width: 1112px) {
    input[type="checkbox"]:checked ~ #menuDeroulant {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
	top: 65px;
	left: 75px;
	z-index: 99;
    }
}

@media screen and (max-width: 1111px) {
    /*Show menu when invisible checkbox is checked*/
    input[type="checkbox"]:checked ~ #menuDeroulant {
	display: block;
	top: 6.1em;
	left: 50px;
	width: 110px;
    }

    /*Make dropdown links appear inline*/

    .resizeMenu ul {
	display: none;
	margin-top: 9px !important;
	margin-right: 9px !important;
	margin-bottom: -9px !important;
	margin-left: 9px !important;
	padding: 0px 15px !important;
	position: relative;
	top: 2.2em;
    }
    /*Create vertical spacing*/
    .resizeMenu li {
	margin-bottom: 1px;
    }

    .resizeMenu #menuDeroulant li ul {
	display: none;
	position: relative;
	top: -8px;
    }

    /*Make all menu links full width
    .resizeMenu ul li, li a {
        text-align:right;
        width: 100%;
    }*/
    /*Display 'show menu' link*/
    .resizeMenu .show-menu {
	display: block;
    }
}

/**************************************
 * CSS SPECIFIQUES AU PLUGIN SLIMBOX2 *
 **************************************/

#lbOverlay {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    cursor: pointer;
}

#lbCenter,
#lbBottomContainer {
    position: absolute;
    z-index: 9999;
    overflow: hidden;
    background-color: #fff;
}

.lbLoading {
    background: #fff url(../../web/pictures/loading.gif) no-repeat center;
}

#lbImage {
    position: absolute;
    left: 0;
    top: 0;
    border: 10px solid #fff;
    background-repeat: no-repeat;
}

#lbPrevLink,
#lbNextLink {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    outline: none;
}

#lbPrevLink {
    left: 0;
}

#lbPrevLink:hover {
    background: transparent url(../../web/pictures/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
    right: 0;
}

#lbNextLink:hover {
    background: transparent url(../../web/pictures/nextlabel.gif) no-repeat 100%
			    15%;
}

#lbBottom {
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 0.625em;
    color: #666;
    line-height: 1.4em;
    text-align: left;
    border: 10px solid #fff;
    border-top-style: none;
}

#lbCloseLink {
    display: block;
    float: right;
    width: 66px;
    height: 22px;
    background: transparent url(../../web/pictures/closelabel.gif) no-repeat
			    center;
    margin: 5px 0;
    outline: none;
}

#lbCaption,
#lbNumber {
    margin-right: 71px;
}

#lbCaption {
    font-weight: bold;
}

.not-active {
    pointer-events: none;
    cursor: default;
    color: #998 !important;
}

/* ---- green red on hltm5 form */

.validformulaire:focus:invalid {
    /*d45252   b03535*/
    outline: none;
    box-shadow: 0 0 8px #d45252;
    border-color: #b03535;
}

.validformulaire:focus:valid {
    /*5cd053   28921f*/
    outline: none;
    box-shadow: 0 0 8px #5cd053;
    border-color: #28921f;
}

.disableclass:disabled + label {
    color: #ccc;
}

/* ---- modal */
.info_option_modal {
    width: 45%;
    height: 70%;
    padding: 10px;
    border: 1px solid #000000;
    margin-left: 45%;
    margin-bottom: 25px;
    margin-top: 70px;
    box-shadow: 5px 5px 2px #888888;
}
.modal-body-boxes {
    width: 30%;
    height: 75%;
    float: left;
    margin-left: 5%;
}
.bot_hidden {
    display: none;
}

.makegreylabel {
    /*  background:#1f518a;
    color:#fff;
    border-radius:6px;
    padding:3px;
    margin:15px;
    cursor:pointer;*/

    padding: 3px;
    color: #fff; /*#d9ffd9;*/
    background: #444444;
    border: 1px solid #000;
}

.makegreylabel:hover {
    background: #fff;
    color: #ff9c00;
    box-shadow: 3px 2px 2px #888888;
}

.makeradioinactive {
    color: #bec1c3;
    border-radius: 6px;
    padding: 3px;
    margin: 15px;
}

.makeradionice {
    color: #000000;
    border-radius: 6px;
    padding: 3px;
    margin: 15px;
    cursor: pointer;
}

.formgoodwidth {
    width: 75%;
}

div.mash-matrix table {
    /* width: 100%; */
    background: #fff;
    margin: 1em 0;
    border: 1px solid rgba(34, 36, 38, 0.15);
    box-shadow: none;
    /* border-radius: .28571429rem; */
    text-align: left;
    color: rgba(0, 0, 0, 0.87);
    border-collapse: separate;
    border-spacing: 0;
}

div.mash-matrix table thead th {
    background: #f9fafb;
    color: rgba(0, 0, 0, 0.87);
    padding: 0.5em 0.5em;
    border-bottom: 1px solid rgba(34, 36, 38, 0.1);
    border-left: none;
}

div.mash-matrix table tr td,
div.mash-matrix table tr th {
    border-left: 1px solid rgba(34, 36, 38, 0.1);
}

div.mash-matrix table tr:first-child td {
    border-top: none;
}

/* Bootstrap compatibility */

*,::after,::before {
    box-sizing: inherit;
}

div.tab-pane.active {
    /* background-color: none; */
    border: none;
    color: black;
}

div.tab-pane.active {
    cursor: initial;
}

li.nav-item > a {
    color: black;
}

#nav-species-tree-tab {
    font-weight: bold;
}

#genoclust-select-genome-modal .add-remove-btn-grp {
    margin: 10px 10px;
}

#nav-tab-selected-genome .list-group-item {
    padding: 0.1rem 1.25rem;
}

#manage-organism-section {
    cursor: pointer;
}

.form-row.multiple-genome-selection select {
    min-width: 100%;
}

.bg-microscope-primary {
    background-color: #eaf6ff;
}

.min-width-100 {
    min-width: 100%;
}

.bg-microscope-dark {
    background-color: #444444 !important;
}

.btn {
    cursor: pointer;
}

.badge-microscope-dark {
    color: #fff;
    background-color: #444444 !important;
}

.btn-microscope-dark {
    color: #fff;
    background-color: #444444 !important;
    border-color: #4444;
}

/* .multiple-genome-selection.unselected .card {
border-color: #007bff;
}

.multiple-genome-selection.selected .card {
border-color: #28a745;
}
*/

button:disabled {
    cursor:not-allowed;
}

/********************************
 * CSS SPECIFIQUES A DATATABLES *
 ********************************/

/* Those rules are made to match rules for tables (see section "TABLEAUX" and version#110).
   It used to be in jquery_datables.css. */

/* Note sure why it's here but it was in jquery_datables.css */
.clear {
	clear: both;
}

table.dataTable, .datatable {
    padding: 0px;
    margin-right: 5px;
    margin-left: 5px;
    border-collapse: collapse;
    min-width: 70em;
    width: auto;
}

.dataTables_hide {
    position: absolute;
    left:-999em; /* on envoie loin du champ de vision */
}

/* Contains table and elements above and after */
.dataTables_wrapper {
    position: relative;
    min-height: 0px;
    clear: both;
    _height: 302px;
    zoom: 1; /* Feeling sorry for IE */
}

/* Note sure too but it was in jquery_datables.css */
table.display {
    margin: 0 0;
    clear: both;
    width: auto;
}

/* .dataTables_header, .dataTables_footer contains elements above and after the table (search, buttons, etc.).
 * See function initiateDataTables in common.js to see where how they are used.
 * See also: https://datatables.net/reference/option/dom.
 */

.dataTables_header, .dataTables_footer{
    box-sizing: content-box !important;
}

.dataTables_header {
    position: relative;
    top: 0px;
    left: 0px;
    width: 80em;
    height: 23px;
    margin-bottom: 5px;
    padding: 5px;
    text-align: left;
    font-size: 0.75em;
    background-color: #444;
    color: #FFF;
}

.dataTables_footer {
    position: relative;
    top: 0px;
    left: 0px;
    width:21em;
    height: 23px;
    margin-top: 5px;
    padding: 5px;
    text-align: left;
    font-size: 0.75em;
    background-color: #444;
    color: #FFF;
}

/* .dataTables_length, .dataTables_filter, .dataTables_info, .dataTables_paginate, .dataTables_topinfo .dataTables_toppaginate, .dataTables_bottominfo and .dataTables_bottompaginate control appearance of elements in dataTables_header/footer
 * div.dt-buttons is for the buttons.
 * We use absolute positioning because it's easier.
 */

.dataTables_wrapper .dataTables_paginate {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 5px;
    height: auto;
    width: auto;
    font-weight: bold;
}

.dataTables_wrapper .dataTables_info {
    position: absolute;
    top: 0px;
    left: 50px;
    padding: 5px;
    height: auto;
    width: auto;
    text-align: left;
    font-weight: bold;
}

.dataTables_wrapper .dataTables_length {
    position: absolute;
    top: 0px;
    left: 30em;
    padding: 5px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: bold;
}

.dataTables_wrapper .dataTables_filter {
    position: absolute;
    top: 0px;
    left: 45em;
    padding: 5px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: bold;
}

div.dt-buttons {
    position: absolute;
    top: 0px;
    left: 65em;
    padding: 5px;
}

.track-list-item{
    border: 2px solid grey;
    border-radius: 5px;
    cursor: grab;
    margin-bottom: 5px;
}

.track-list-item > label{
    cursor: pointer;
}

#cgv-control-panel{
    border: 2px solid grey;
    border-radius: 5px;
    width: 35em;
}

#cgv-control-panel ul{
padding: 0 10px;
}

#control-header{
    border-bottom: 2px solid #888888 ;
    margin-bottom: 15px;
    text-align: center;
}

.track-name{
    background-color: #eaf6ff;
}

div > .form-check:nth-child(1){
    border-top: grey solid 2px;
}

.legenditem-button{
    display: block;
    margin: 0 20px;
}

.legenditem-toggler{
    margin-top:3px;
    margin-left: 25px;
    cursor: pointer;
    width: 18px;
    height: 18px;
}

.cgview-label{
    margin-left:46px;
    cursor: pointer
}

.cgview-label:hover{
    font-weight: bolder;
}

.track-toggler{
    width: 18px;
    height: 18px;
    margin-top: 3px;
}

.cgview-legend-box{
    height: 18px;
    width: 18px;
    border-radius: 2px;
    /*margin-bottom: 15px;*/
}

/* Pagination buttons.
 * Apparently, DataTables manage enabled/disabled so we always use enabled icons
 */

.dataTables_paginate .previous, .dataTables_paginate .next {
    height: 20px;
    width: 20px;
}

/* Previous */
.dataTables_paginate .previous {
    background-image: url('../../web/pictures/back_enabled.png');
}

.dataTables_paginate .previous:hover {
    cursor: pointer;
    background-image: url('../../web/pictures/back_enabled_hover.png');
}

/* Next */
.dataTables_paginate .next {
    background-image: url('../../web/pictures/forward_enabled.png');
}

.dataTables_paginate .next:hover {
    cursor: pointer;
    background-image: url('../../web/pictures/forward_enabled_hover.png');
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables body, columns and row classes
 */

/* Header */

.dataTable thead tr th, .datatable thead tr td {
    font: bold 0.75em/1.375em Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    text-align: center;
    padding: 8px 12px 4px 12px;
    vertical-align:middle;
    min-width:5.5em;
    width:auto;
    background-color: #444444;
    color: #FFF;
    border: 1px solid #D0D0D0;
    box-sizing: border-box;
}

.dataTable thead tr th:hover {
    cursor: pointer;
}

table.display thead th {
    padding: 3px 18px 3px 10px;
    font-weight: bold;
    cursor: pointer;
    border-bottom: 1px solid black;
}

table.display tfoot th {
    border-top: 1px solid black;
    font-weight: bold;
}

/* Body */

.dataTable tbody tr td, .datatable tbody tr td {
    font: normal 0.875em/1.375em Arial, Helvetica, sans-serif;
    padding: 6px 6px 6px 6px;
    border-right: 1px solid #D0D0D0;
    border-left: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
}

table.display td {
    padding: 3px 10px;
}

table.display td.center {
    text-align: center;
}

table.display tr.heading2 td {
    border-bottom: 1px solid #aaa;
}

/* Odd and even rows */

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd, .datatable tr.odd {
    background-color: #EAF6FF;
}

table.dataTable.stripe tbody tr.even, table.dataTable.display tbody tr.even, .datatable tr.even {
    background-color: #E7E7E7;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

.sorting {
    background: url('../../web/pictures/bg_header_sortable.gif') no-repeat 0 0;
}

.sorting_asc {
    background: url('../../web/pictures/bg_header_up.gif') no-repeat 0 0;
}

.sorting_desc {
    background: url('../../web/pictures/bg_header_down.gif') no-repeat 0 0;
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: #BDBDBD;
}

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: #BDBDBD;
}

table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
    background-color: #BDBDBD;
}

table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
    background-color: #BDBDBD;
}

table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
    background-color: #BDBDBD;
}

table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
    background-color: #BDBDBD;
}

/**********
 * JQuery *
 **********/

.ui-widget { font-family: segoe ui, Arial, sans-serif; font-size: 0.9em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: segoe ui, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background-color:#fff; color:#000; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #cccccc; background-color: #f9f9f9; color: #000; font-weight: bold; }
.ui-widget-header a { color: #e69700; }

/***********************************
 * CSS for bootstrap and typeahead *
 ***********************************/

.input-group>.twitter-typeahead {
    position: relative;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group>.twitter-typeahead:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.twitter-typeahead>.tt-input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.form-control.tt-input:focus {
    z-index: 3
}

/* See #6959 */
.list-group-item, .list-group-item:hover{
    z-index: auto;
}
