h1 {
    font-weight: bolder;
    margin-left: 1%;
    margin-bottom: 20px;
}

.chrom-mapping{
    position: relative;
    width: 800px;
    margin-bottom: 40px;
}

.chrom-mapping img{
    position: relative;
    display: inline-block;
    height: 100%;
    margin: 0px 15px 20px 10px;
    max-width: 50px;
    min-width: 50px;
}

.chrom-mapping .bars{
    position: absolute;
    width: 720px;
    display: inline-block;
    top: 10px;
    left: 80px;
}

.chrom-mapping .bars a{
    width: 100%;
    position: absolute;
    cursor: default;
    height: 6px;
}

.chrom-mapping .bar {
    position: relative;
    left: 0px;
    background: #888;
    border: 1px solid #444;
    height: 4px;
    z-index: 10;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    display: inline-block;
}

.chrom-mapping a:hover{
    cursor: pointer;
}

.chrom-mapping .bar .found{
    position: absolute;
    left: 0px;
    border: none;
    height: 100%;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #2B95FF;
    z-index: 1000;
}

.chrom-mapping .info{
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-color: #C1E0FF;
    display: none;
    width: 480px;
    padding: 5px 10px;
    z-index: 111;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.chrom-mapping .info .projects, .chrom-mapping .info .project, .chrom-mapping .info .project .txt{
    width: 100%;
    position: relative;
}

.chrom-mapping .info .project{
    margin-top: 3px;
}

.chrom-mapping .info .project .txt{
    font-size: 13px;
    top: 2px;
    height: 20px;
    left: 4px;
}

.chrom-mapping .info .projects{
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.chrom-mapping .info .project .projectBar{
    position: absolute;
    height: 20px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #999;
    background-color: #2B95FF;
}

.chrom-mapping .info .range{
    font-weight: bold;
}

.chrom-mapping  .info span{
    right:10px;
    position: absolute;
    font-size: 16px;
}

.chrom-mapping a:hover .bar {
    background-color: #c1c1c1;
}

.chrom-mapping a:hover .bar .found {
    background-color: #72B8FF;
}

.chrom-mapping a:hover .info{
    display: block;
    z-index: 111;
}
.chrom-mapping a:hover {
    background-color: #C1E0FF;
}

.chrom-mapping .bars .reference{
    position: absolute;
    margin-top: 5px;
    margin-bottom: 30px;
    height: 5px;
    border-top: 1px solid black;
    bottom: 0px;
    width: 100%;
}

.chrom-mapping .bars .reference .sep{
    position: absolute;
    height: 10px;
    width: 0px;
    border-left: 1px solid black;
}

.chrom-mapping .bars .reference .labeled{
    height: 16px;
}

.chrom-mapping .bars .reference .labeled .reflabel{
    position: absolute;
    width: 30px;
    font-size: smaller;
    bottom: -16px;
    left: -16px;
    text-align: center;
    color: black;
}

.legend{
    margin: 0px 30px 20px 15px;
    display: inline-block;
    vertical-align: top;
}

.legend .project{
    vertical-align: middle;
    position: relative;
}

.legend .color{
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    display: inline-block;
    top: 3px;
    margin-right: 5px;
}

.legend .projectName{
    display: inline-block;
    position: relative;
}

.singleChromDescription{
    margin-bottom: 50px;
}

.singleChromDescription .text{
    display: inline-block;
    position: relative;
    width: 70%;
    font-size: 17px;
    text-align: justify;
}

.singleChromDescription .chromLegend{
    display: inline-block;
    margin-bottom: 30px;
    vertical-align: top;
    border-radius: 10px;
    padding: 6px 10px;
    text-align: center;
    width: 350px;
    font-size: 15px;
    background-color: #C1E0FF;
}

.singleChromDescription .chromLegend .foundAll{
    font-weight: bold;
}

.singleChromDescription .chromLegend .foundProjects{
    margin-top: 7px;
}

.singleChromDescription .chromLegend .foundProjects .foundProj{
    position: relative;
    width: 100%;
    height: 20px;
    margin-top: 3px;
}

.singleChromDescription .chromLegend .foundProjects .foundProj .bar{
    position: absolute;
    background-color: #2B95FF;
    height: 100%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #999;
}

.singleChromDescription .chromLegend .foundProjects .foundProj .label{
    position: absolute;
    width: 100%;
    top: 1px;
}

.singleChromDescription .chromLegend .foundProjects .foundProj .label .name{
    position: absolute;
    left: 4px;
    top: 1px;
    font-size: 13px;
}

.singleChromDescription .chromLegend .foundProjects .foundProj .label .number{
    position: absolute;
    right: 60px;
    top: 1px;
    width: 160px;
    text-align: right;
}

.singleChromDescription .chromLegend .foundProjects .foundProj .label .percent{
    right: 0px;
    position: absolute;
    top: 1px;
    width: 55px;
    text-align: left;
}


.chrom-mapping .marker{
    position: absolute;
    display: none;
    min-height: 6px;
    /*background-color: #f8aeae;*/
    width: 100%;
    background-color: rgba(43, 149, 255, 0.12);
    border-radius: 5px;
    border: 1px solid rgba(0, 124, 249, 0.3);
}

.chrom-mapping .markerLeft{
    position: absolute;
    height: 100%;
    width: 80px;
    left: -80px;
    background-color: rgba(43, 149, 255, 0.12);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid rgba(0, 124, 249, 0.3);
}

.chrom-mapping .marker .marked{
    right: 0px;
    position: absolute;
    background-color: #d6eaff;
    padding: 3px 10px;
    border-radius: 10px;
    border: 1px solid rgba(0, 124, 249, 0.3);
    bottom: -12px;
    font-weight: bold;
    -moz-box-shadow: 1px 1px 3px rgba(0, 124, 249, 0.3);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 124, 249, 0.3);
    box-shadow: 1px 1px 5px rgba(0, 124, 249, 0.3);
    z-index: 99;
}

/*for list of Chromosomes*/
body{
    padding-bottom: 1%;
}

.chromosome{
    width: 98%;
    margin-left: 1%;
    position: relative;
}

.chromosome .content .element{
    min-height: 255px;
    width: 145px;
    height: 315px;
    margin: 10px;
    display: inline-block;
    text-align: center;
    vertical-align: bottom;
    position: relative;
    border-bottom-right-radius: 11px;
    border-bottom-left-radius: 11px;
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
    border-bottom: 1px solid white;
}

.chromosome .content .element img {
    position: absolute;
    bottom: 75px;
    width: 19px;
    left: 65px;
}

.chromosome .content .element .chromName{
    position: absolute;
    bottom: 50px;
    font-weight: bold;
    width: 100%;
}

.chromosome .content .element .chromInfo{
    position: absolute;
    width:100%;
    bottom: 2px;
}

.chromosome .content .element .chromInfo .foundGenes, .chromosome .content .element .chromInfo .allGenes{
    border-radius:9px;
    width: 100%;
    margin-bottom: 2px;
    font-size: 15px;
    padding-top: 3px;
}

.chromosome .content .allGenes{
    background-color: #4CA5FF;
}

.chromosome .content .foundGenes{
    background-color: #C1E0FF;
}
.chromosome .content .element:hover {
    border-bottom: 1px solid #CCC;
    background-color: #eaf4ff;
}

.chromosome .content .element:hover .found{
    display: block;
}

.chromosome .content .element .found{
    display: none;
    position: absolute;
    width: 100%;
    height: 242px;
    border-top: 1px solid #CCC;
    border-radius: 38px;
    top: 0px;
}

.chromosome .content .element .found *{
    text-decoration: none !important;
}

.chromosome .content .element .found .barLabel{
    top: 20px;
    position: absolute;
    font-size: 14px;
    width: 100%;
    text-align: center;
    text-decoration: none;
}

.chromosome .content .element .found .proteins, .chromosome .content .element .found .genes{
    position: absolute;
    bottom: 0px;
    width: 43%;
    height: 100%;
}

.chromosome .content .element .found .proteins{
    left:0px;
    background-color: #33ccff;
    border-top-left-radius: 30px;
    text-align: right;
}

.chromosome .content .element .found .genes{
    right: 0px;
    border-top-right-radius: 30px;
    text-align: left;
}

.chromosome .content .element .found .project{
    position: absolute;
    bottom: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #C1E0FF;
}

.chromosome .content .element .found .project .label{
    bottom: -12px;
    left: 0px;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    width: 215px;
    text-align: right;
    position: absolute;
    color: black;
    font-size: 14px;
}

.chromosome .content .element .found .project .label .name{
    display: inline-block;
    position: absolute;
    left: 0px;
    font-size: 10px;
    padding-top: 2%;
}

.chromosome .content .element .found .project .label .number{
    width: 36px;
    display: inline-block;
    text-align: right;
}
.chromosome .content .element .found .project .label .percent{
    width: 36px;
    display: inline-block;
    text-align: left;
}


.chromosome .content .chromDescription{
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
    margin-top: 20px;
}

.chromosome .content .chromDescription .chromLegend{
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 30px;
    vertical-align: top;
}

.chromosome .content .chromDescription .chromLegend *{
    border-radius: 10px;

    padding: 2px 10px;
    text-align: center;
    width: 280px;
    margin-bottom: 3px;
}

.chromosome .content .chromDescription .text{
    display: inline-block;
    position: relative;
    width: 70%;
    font-size: 17px;
    text-align: justify;
}

/* for chromosome tabs*/

.container{
    position: relative;
    width: 98%;
    margin-left: 1%;
}

.container .tabs{
    position: relative;
    width: 100%;
}

.container .tabs *{
    margin: 0px;
}

.container .tabs .tab{
    position: relative;
    display: inline-block;
    padding: 5px 15px 5px 15px;
    background-color: white;
    border: 1px solid #ccc;
    z-index: 100;
    font-weight: bold;
    border-bottom: 1px solid white !important;
}

.container .content{
    position: relative;
    top: -2px;
    z-index: 50;
    background-color: white;
    border: 1px solid #ccc;
    padding: 20px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

/*list of Proteins*/
#proteinTable{
    position: relative;
    top: 0px;
    display: inline-block;
    height: 0px;
    max-width: 100%;
}

#proteinTable .data {
    background-color: #E2FFFF;
    padding: 4px;
    min-height: 492px;
}

#proteinTable .data .description{
    font-size: 14px;
}

#proteinTable .line .element {
    display:inline-block;
}

#proteinTable .list {
    height: 100%;
    display: inline-block;
    overflow:auto;
    overflow-x: hidden;
    position: relative;
    width: 100%;
    border: 1px solid #CCC;
    padding-left: 5px;
    padding-right: 5px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}


#proteinTable .headline{
    position: relative;
    font-weight: bold;
    padding-top: 5px;
    background-color: white;
    border: 1px solid #CCC;
    -webkit-box-shadow: black 1px 1px 3px;
    box-shadow: black 1px 1px 3px;
    z-index: 0;
}

#proteinTable .headline1 .position{
    margin-left: 10px;
}

#proteinTable .headline1{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#proteinTable .headline2{
    margin-bottom: 6px;
}

#proteinTable .headline .rangeInput{
    margin-bottom: 5px;
    border-radius: 4px;
    width: 175px;
}

#proteinTable .headline .update{
    color: #444;
    border-radius: 4px;
    font-weight: bold;
    margin-left: 100px;
}

#proteinTable thead input{
    color: #888;
}

#proteinTable a{
    text-decoration: underline;
}

#proteinTable .left{
    text-align: left;
}

#proteinTable .right{
    text-align: right;
}

#proteinTable .TableTools{
    display: none;
}

#proteinTable .clear{
    display: none;
}

#proteinTable #proteinList_filter{
    display: none;
}

#proteinTable .datatables_wrapper{
    margin-right: 0px;
}

#proteinTable .datatables_scrollhead {
    z-index: 2;
    background-color: white;
}

#proteinTable .footline {
    position: relative;
    bottom: 0px;
    height: 34px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-top: 2px;
    background-color: white;
    border: 1px solid #CCC;
    -webkit-box-shadow: black 1px 1px 3px;
    box-shadow: black 1px 1px 3px;
}

#proteinTable .footline .download {
    font-weight: bold;
    margin-top: 2px;
    margin-left: 10px;
    text-decoration: none;
    position: relative;
}

.chrom-mapping .ui-resizable-e{
    position: absolute;
    right: -10px;
    top: 0px;
    height: 100%;
    width: 20px;
    cursor: ew-resize;
}

.chrom-mapping .ui-resizable-s{
    display: none;
}