hr#seperator {
    margin-top: 50px;
    margin-bottom: 70px;
    border: 1px dotted black;
}
div#assignedGroups{
    margin-top: 40px;
}
#hide.notShown{
    display: none;
}
/*------------------axis types-----------------*/
.axis path,
.axis line {
    fill: none;
    stroke: black;
    shape-rendering: crispEdges;
    stroke-width: 1;
}

.hiddenaxis line, .hiddenaxis path {
    stroke-width: 0;
    fill: none;
}

/*--------------------plots: details------------------*/
details.detail {
    width: 960px;
    position: relative;
    /*float: left; */
    clear: both;
    margin-bottom: 30px;
    background-color: #f7f7f7;
    border: 1px dotted #545763;
    overflow-y: auto;
    overflow-x: hidden;
}

details.detail summary {
    float: left;
    clear: both;
    border: none;
}
details#taxaDetails{
    border-top:7px solid #545763;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
details#similarityDetails{
    border-bottom:7px solid #545763;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}


/*-----------------static Plot at top of the page-------------------*/
div#firstPlot {
    width: 960px;
    margin-top: 20px;
    margin-bottom: 100px;
}

svg#staticBarPlot {
    height: 220px;
    width: 960px;
    background-color: #f7f7f7;
    border: 6px solid #35aae0;
    border-radius: 10px;
}

/*----------------stack plot------------------------------------*/
details#stackDetails {
    min-height: 17px;
    width: 960px;
}

div#plotWrap{
    width:960px;
    min-height: 350px;
    float: left;
}
svg#stackPlot {
    height: 350px;
    width: 500px;
    float: left;
    clear: left;
}

svg#legend {
    width: 960px;
    height: 50px;
}

div#stackLegend {
    margin-top: 50px;
    width: 200px;
    background-color: white;
    height: 160px;
    float: left;
    overflow-x: hidden;
    overflow-y: scroll;
}

div#stackLegend:hover {
    cursor: pointer;
}

/*--------------------------heatmap-----------------*/
details#heatDetails{
    width: 960px;
    float: left;
}

svg#heatPlot {
    float: left;
    clear: left;
}

svg#yHeatAxis {
    width: 200px;
}
div#scrollHeat {
    width: 760px;
    float: right;
    overflow-x: scroll;
}

/*----------------------taxa comparer-------------------------*/
svg#taxaPlot {
    float: left;
    clear: both;
}

div.barChart{
    border-right:1px dotted gray;
    height: 350px;
    display: inline;
    float:left;
}
div#barContainer{
    width:2000px;
    height:350px;
    font-size: 11px;
}
div#scrollTaxa {
    width: 960px;
    height:350px;
    overflow-x: scroll;
    overflow-y: hidden;
}

/*-------------------------similarity-------------------------*/
details#similarityDetails {
    min-height: 17px;
    width: 960px;
    clear: left;
    float: left;
}

div#similarityPlotWrap {
    width: 960px;
    /* min-height: 300px; */
}

svg#distanceRankPlot {
    height: 250px;
    width: 960px;
    float: left;
    clear: left;
}

p#similarityInfo {
    float: left;
    clear: both;
}

/*---------------------sunburst--------------------------*/
svg#sunPlot {
    height: 330px;
    float: left;
    clear: left;
}

#sunburstLevel {
    float: right;
    margin-right: 20px;
}

div#scrollSun {
    width: 960px;
    float: right;
    overflow-x: scroll;
}

/*------------------tables---------------------*/
div#tables {
    min-height: 100px;
    clear: both;
    margin-top: 40px;
}

table#sampleTable, table#groupTable {
    min-width: 400px;
    border: 1px solid black;
    border-radius: 10px;
    background-color: #f7f7f7;
    margin-bottom: 20px;
}
table#sampleTable{
    float: left;
}
table#groupTable{
    float: right;
}
.head {
    color: #35aae0;
}

/*--------------------group menu-----------------------*/
select#groupSelection {
    min-width: 300px;
    margin-left:100px;
}

option:disabled {
    background-color: lightgray;
    color: #545763;
}

/*--------------------level selection------------------*/
div#levelSelection {
    float: left;
    clear: both;
    align-self: center;
    background-color:#35aae0 ;
    border-radius: 10px;
}
button.levelItem{
    border: none;
    float: left;
    display: block;
    color: white;
    background-color:#35aae0 ;
    text-align: center;
    padding: 8px 8px;
    font-size: 10px;
    border-right: 1px solid #545763;
    width:60px;
}
button.levelItem:last-child{
    border-right: none;
}

button.levelItem:hover{
    background-color:#545763;
    cursor: pointer;
}
button.levelItem.active{
    background-color:#545763;
}

form#levelSelection input {
    margin-bottom: 8px;
}

div#chooseLevel {
    margin-left:330px;
    clear: both;
}

svg#levelVisualizer {
    float: left;
    height: 40px;
    width: 300px;
}


/*-------------------sample selection-------------------*/
table#chooseSamples tr:not(:first-child) {
    cursor: pointer;
}

table#chooseSamples {
    min-width: 400px;
    border-radius: 10px;
    border: 1px solid black;
}

.selected {
    background-color: #35aae0;
    color: #ffffff;
}

tr.displayed {
    background-color: lightgray;
}

/*-----------------taxa selector/rank selector-------------*/
select#taxaSelect {
    margin-top: 20px;
    width: 150px;
    float: left;
    clear: both;
}

select#rankSelect {
    margin-top: 20px;
    float: left;
    clear: left;
}

/*----------------highlight------------------------*/
.heatElem.highlighted, .stackElem.highlighted {
    opacity: 0.8;
    stroke: black;
    stroke-width: 1px;
}

.legendElem.highlighted {
    background-color: #35aae0;
}

#markLevel {
    margin-left: 20px;
}
#simplifiedView{
    float:left;
    clear:both;
}

/*-----------------buttons----------------*/
button.delete {
    float: right;
    padding: 0;
    border: none;
    background: none;
    color: #000000;
    font-size: 15px;
}

button.delete:hover {
    cursor: pointer;
    color: #35aae0;
}

button#addSample, button#addGroup, button.info {
    background-color: #35aae0;
    color: #ffffff;
    border-radius: 42px;
    border-width: 0;
    font-size: 10px;
}

button.info {
    margin-left: 10px;
}

.close {
    font-family: Arial, Helvetica, sans-serif;
    background: #545763;
    color: #35aae0;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.close:hover {
    background: #00d9ff;
}

button#sampleSubmit, button#groupSubmit {
    background-color: #35aae0;
    color: #ffffff;
    border-radius: 42px;
    border-width: 0;
    font-size: 20px;
    margin-top: 20px;
    position: relative;
    left: 40%;
    bottom: 0;
}

button#addSample:hover, button#addGroup:hover, button#sampleSubmit:hover, button#groupSubmit:hover {
    cursor: pointer;
    background-color: #545763;
}

div#taxRank p button {
    margin-left: 2px;
    vertical-align: top;
}

/*----------------modal Windows-----------------*/
div.modalDialog:target {
    opacity: 1;
    pointer-events: auto;
}

div.modalDialog > div {
    width: 500px;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
}

div.modalDialog > div > h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}

div.modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}