﻿/*.tab{background-color: rgb(190, 192, 192);}*/

#center,#bottom,#center div:first-child{
    background-color: white;
}
#setting{
    background-color: rgba(222, 222, 222, 0.39);
    /*background: linear-gradient(to right bottom,rgba(206, 221, 70, 0.8) -20%, rgba(222, 222, 222, 0.39) 34%, rgba(255, 255, 255, 0.39) 50%, rgba(241, 241, 241, 0.39) 80%,rgba(206, 221, 70, 0.8) 135%)*/
}
*{
    color:#1e1e1e
}
option{
    color: rgb(31, 31, 31);
}
.nav-link,.nav-link:hover{
    color: #0d6efd
}
h5{
    color:  rgb(17, 17, 17)
}
sup{
    /*color: white;*/
    color: black;
    background: azure;
    padding: 1px 4px;
    border-radius: 3px;
    margin-left: 4px;
    font-size: 14px;
}
#top{
    background-color: #2D3D4F;
    /*background-color: gray;*/
    /*background-image:url(https://satijalab.org/seurat/articles/assets/seurat_banner.jpg);
    background-repeat:no-repeat;
    background-size:100% 100%;*/
}

/*写在这里是为了做切换*/
.lasso path {
    stroke: rgb(80,80,80);
    stroke-width:0.1px;
	fill: red;
}
.lasso .drawn {
    fill-opacity:0.1 ;
}