/*
    Document   : skin
    Created on : Jun 2, 2013, 5:51:00 PM
    Modified   : Oct 23, 2020
    Author     : eeinowski, jzwolak
    Description:
        Purpose of the stylesheet follows.
*/

html
{
    background:#F6f6f6;
    overflow: hidden;
    overflow-y: hidden;
}

#wrapper
{
    float: left;
    height: 500px;
    border:none;
    background:#F6f6f6;
}

#menu
{
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    float:left;
    width:150px;
    overflow-y: scroll;
}

#menuLable
{
    padding: 0px 10px;
    margin-bottom: 20px;

}

.mutant_button
{
    width: 120px;
    -webkit-box-shadow:rgba(0,0,0,0.5) 0 5px 0 0;
    -moz-box-shadow:rgba(0,0,0,0.5) 0 5px 0 0;
    box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
    /*border-bottom-color: buttonshadow; /* buttonshadow */
    border:1px solid #8D8D8D; /* buttonshadow */
    background-color: #C0C0C0; /* buttonface */
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    color: #202020; /* buttontext */
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size:14px;
    text-shadow:#b2e2f5 0 1px 0;
    padding: 5px;
    margin-bottom: 2px;
    cursor: default;
}

#graph_title
{
    height: 50px;
    overflow-y: scroll;
    overflow-x: hidden;
    /*padding: 0  88px 0px 39px;*/
}

#button_holder
{
    /*margin: auto;*/
    text-align:  center;
    vertical-align: baseline;
}

.title_button
{
    display:inline-block;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    border-bottom-color: none;
    border:none;
    background-color: none;
    border-radius: 0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    color: #202020;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    text-shadow:#b2e2f5 0 1px 0;
    padding: 5px;
    width: auto;
    background: none;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size:14px;
    /*text-shadow:#b2e2f5 0 1px 0;*/
    cursor: default;    
}
.title_button:after {
    content: ", ";
}
.title_button:last-child:after {
    content:"";
}

.title_button:hover {
    text-decoration: line-through;
    opacity: 0.5;
}

#graph
{
    border:none;
    display:none;
    width: 400px;
    /*height: 200px;*/
    margin: 0px 10px 15px 15px;
    overflow: hidden;
    /*visibility: hidden;*/
}

#series_buttons
{
    width: 88px;
    float: right;
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 10px 0 20px 20px;
    /*box-shadow: 1px 1px 1px 1px buttonshadow;*/
}
 
.series_button
{
    width: 75px;
    border-bottom: 1px solid #8D8D8D;
    background-color: #C0C0C0;
    color: #202020;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 10px;
    text-shadow:#b2e2f5 0 1px 0;
    padding: 5px;
    cursor: default;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    margin-top:  2px;
}

.unloaded
{
    /*text-decoration:  line-through;*/
    opacity: 0.5;
}

.unloaded:after{
    content:" (not available) ";
}

#reset_button
{
    position:  absolute;
    z-index: 1;
    right: 28px;
    top: 60px;
    width: 70px;
    -webkit-box-shadow:rgba(0,0,0,0.5) 0 5px 0 0;
    -moz-box-shadow:rgba(0,0,0,0.5) 0 5px 0 0;
    box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
    border:1px solid #8D8D8D;
    background-color: #C0C0C0;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    color: alert;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size:12px;
    text-shadow:#b2e2f5 0 1px 0;
    text-align: center;
    padding: 5px;
    cursor: default;
}

#legend-swatch
{
    float: right;
}


#list_mutants > .selected{
    background-color: white; /* buttonhighlight */
}
#series_buttons > .selected{
    background-color: white;
}
.notCurrent{
   opacity: 0.4;
}

.changedInput{
    opacity: 0.6;
}

#list_mutants
{
    float: left;
    width: 100px;
    border-bottom: 1px;
    background:none;
}

#parameterTable
{
    border-top: solid 2px darkgrey;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 14pt;
    height: 75px;
    overflow-y: scroll;
    background: #FFFDF6;
}

#parameterInputs
{

}

.parameterCell
{
    float:left;
    padding-right: 5px;
    margin-right: 10px;
    padding-top: 5px;
    width: 200px;
    /*border-right: solid 1px lightgray;*/
    font-size: 12px;
    text-align: right;
}


.parameterName
{
    margin-right: 10px;
    /*Left padding causes stacking in Firefox*/
    padding-left: 0px; 
    display: inline;
}

#range_popup { 
    display:block; /* Hide the DIV */
    position:fixed;  
    background:none;  
    /*left: 382px;*/
    top: 95px;
    width: inherit;
    /*z-index:100;  Layering ( on-top of others), if you have lots of layers: I just maximized, you can change it yourself */
    /*margin-left: 15px;  */
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    text-align: center;
    opacity: 0.7;
    
    /* additional features, can be omitted */
    border:none;      
    padding: 5px;  
    font-size:10px;  
    cursor: pointer;
    z-index: 100;
    /*-webkit-box-shadow:rgba(0,0,0,0.5) 0 5px 0 0;*/
    /*-moz-box-shadow:rgba(0,0,0,0.5) 0 5px 0 0;*/
    /*box-shadow: rgba(0,0,0,0.5) 0 0px 1px 1px;*/
    
}
.zoom
{
    display:inline-block;
}
/*input, textarea, select {
  background-color : #F6f6f6;
  border: none;
  border-bottom: dotted 1px;
  color : black;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  text-align: center;
  
}*/
