/*
 * EBI MetaboLights - http://www.ebi.ac.uk/metabolights
 * Cheminformatics and Metabolism group
 *
 * European Bioinformatics Institute (EMBL-EBI), European Molecular Biology Laboratory, Wellcome Trust Genome Campus, Hinxton, Cambridge CB10 1SD, United Kingdom
 *
 * Last modified: 7/22/14 11:23 AM
 * Modified by:   conesa
 *
 *
 * ©, EMBL, European Bioinformatics Institute, 2014.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *    http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
 */

@CHARSET "UTF-8";

div.ChEBICompound {
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    background-color: white;
    box-shadow: 10px 10px 5px #888888;
    border:1px solid #d3d3d3;
}

div.ChEBICompound_image {
    position: relative;
    float: right;
    width: 65%;
    height: 100%;
}

div.ChEBICompound .noImage {
    background-image: url('../img/no_image.gif') no-repeat;
    margin: auto;
    width: 48px;
    height: 64px
}


div.ChEBICompound_tab {
    width:  35%;
    height:  100%;
    position: relative;
    float: left;
    background-color: #EEEEEE;
    /*background-image: url('images/panel1.png');*/
    background-repeat: repeat-y;
    background-position-x: right;
    color: #066;
}

div.ChEBICompound_image img {
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    display: table-cell;
}

div.ChEBICompound_tab div.content {
    font-family: "Heveltica Neue", Arial, "sans serif";
    font-size: 12px;
    color: #066;
    word-wrap:break-word;
    position:relative;
    float: left;
}

div.ChEBICompound_tab div.content h2 {
    font-weight: 600;
    margin: 0;
    margin: 10px 7px 0 0px;
    font-size: 100%;
}

div.ChEBICompound_tab div.content p {
    text-align: left;
    font-style: italic;
    text-indent: 0;
    line-height: 1.2;
    padding: 0 7px 0 7px;
}

div.ChEBICompound_tab div.content div.star {
    background-image: url('../img/ebi-icons/32px/star_yellow.png');
    background-size: 16px 16px;
    /*background-repeat: repeat-x;*/
    width: 16px;
    height: 16px;
    margin: 0 7px 0 7px;
}

/* Button to hide/show the left panel */
div.ChEBICompound_tab div.toggle {
    width: 24px;
    height: 24px;
    position:relative;
    float: right;
    /*background-image: url('Rocky32px/iconset.png');*/
}

div.ChEBICompound_tab div:hover.toggle {
    /*background-image: url('Rocky32px/iconset_hover.png');*/
}

div.ChEBICompound_tab div.collapse {
    background-position: 0 0;
}

div.ChEBICompound_tab div.expand {
    background-position: 0 -24px;
}

.metabolights{
    background-image: url("../img/chebi-logo.png");
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: 90% 50%;
    padding-right: 30px !important;
}