/*
 * This file is part of the GEMtractor
 * Copyright (C) 2019 Martin Scharm <https://binfalse.de>
 * 
 * The GEMtractor is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 * 
 * The GEMtractor is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with this program. If not, see <http://www.gnu.org/licenses/>.
 */

body {
    /*background-color: red;*/
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Vesper Libre', serif;
}
a {
  text-decoration: none;
  border-bottom: 1px solid;
}
.w3-content,
#navMobi {
    margin-top:46px
}
.w3-striped tbody tr:nth-child(2n),
 .w3-striped thead{
        background-color:#ecf0f1;
}
.filter-excluded {
    opacity: 0.3;
}
.filter-inconsistent {
    color: red
}
.filter-supercomplex {
    font-style: italic;
}
#batch-filter {
    width: 100%;
}

select {
  width: 100%;
  padding: 16px 20px;
  border: none;
  border-radius: 4px;
  background-color: #f1f1f1;
}
form ul.errorlist {
  padding-top: 15px;
  padding-bottom: 15px;
}
a.biomodels_id,
a.bigg_id {
  border-bottom: 1px solid;
}
#toggle-species,
#toggle-reactions,
#toggle-gene,
#toggle-gene-complex,
a.biomodels_id:hover,
a.bigg_id:hover {
 cursor:pointer;
}
#choose-public-model abbr,
#filter-tables abbr {
  text-decoration: none;
}
.anchor-heading a {
    display: block;
  position: relative;
  top: -60px;
    visibility: hidden;
}


.fa-sort, #export-form .fa-info-circle {
  vertical-align: middle;
}
.fa-sort {
  color: #6c8095;
}
.w3-content .fa-info-circle {
  color: #bdc3c7;
}
.sorted-desc .fa-sort,
.sorted-asc .fa-sort {
  display: none
}
#indexlogo * {
  width: 400px;
  max-width: 100%;
}
.w3-top object,
.w3-top img {
  height: 1.3em;
}
#skeleton-tabs-top {
  margin-bottom: 30px;
}
#custom-model,#fbresults {
  display: none;
}
.prev,.next {
position: absolute;
top: 200px;
text-align: center;
background-color: #fff;
padding: 20px;
z-index: 1;
width: 200px;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
}
.prev {
left: -135px;
transform: rotate(270deg);
}
.next {
right: -135px;
transform: rotate(90deg);
}
.maincontent {
  position: relative
}
@media only screen and (max-width: 1200px) {
.prev,.next {
display:none
}
}
.w3-top {
  z-index: 3;
}
code, pre, kbd, samp {
  font-family: 'Cousine', monospace;
  color: #6c8095;
}
td, th {
  vertical-align: top;
}
.learn-entry {
  max-width: 920px;
  margin: 20px auto ;
}
.learn-graph {
  width:100%;
  height:200px;
}
.learn-image {
  width: 100%;
  text-align: center;
}
.learn-image-network {
  max-width: 400px;
}
#flux_column, #fluxinfo {
  display: none
}
.introjs-helperNumberLayer {
  background: linear-gradient(to bottom,#5d94c8 0,#0c3176 100%) !important;
}
.sponsors div {
  height: 80px;
}
.sponsors div a {
  border: none
}
.sponsors img {
  max-height: 65px;
  max-width: 100%;
}
blockquote.paper {
  font-style: italic
}
