body{
    overflow:auto;
    min-height: 920px;
    min-width: 980px;
}


.form {
    position: absolute;
    width: 889px;
    height: 270px;
    left: 1%;
    top: 200px;
}

.form .query {
    border: 1px solid #ccc;
    position: absolute;
    width: 200px;
    height: 29px;
}

.form .type {
    position: absolute;
    left: 405px;
    width: 170px;
}

.form .organism {
    position: absolute;
    left: 580px;
    width: 100px;
}

.form .cellline {
    position: absolute;
    left: 580px;
    height: 27px;
    width: 180px;
    border: 1px solid #ccc;
    vertical-align: middle;
    top: 0px;
}

.form .celllineBox {
    background-color: white;
    color: black;
    background-color: white;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #EEE), color-stop(0.5, white));
    background-image: -webkit-linear-gradient(center bottom, #EEE 0%, white 50%);
    background-image: -moz-linear-gradient(center bottom, #EEE 0%, white 50%);
    background-image: -o-linear-gradient(bottom, #EEE 0%, white 50%);
    background-image: -ms-linear-gradient(top, #EEE 0%, white 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#ffffff', GradientType = 0);
    background-image: linear-gradient(top, #EEE 0%, white 50%);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #AAA;
    white-space: nowrap;
    height: 32px;
    color: #444;
    text-decoration: none;
}

.form .view {
    position: absolute;
    left: 770px;
    width:95px;
    display: none;
    top:0px;
    font-size: 14px;
}

.form .view > *, .form .cellline > *{
    padding-top: 0px;
}

.form .desc{
    top: -17px;
    font-size: small;
    border: none;
}

.form .cellline .line{
    width: 178px;
    position: absolute;
    display: none;
    border-radius: 4px;
}

.form .cellline .altText {
    position: absolute;
    top: 7px;
    padding-left: 8px;
}

.form .cellline .list {
    height: auto;
    z-index: 999;
}

.form .cellline .list *{
    z-index: 999;
}

.form .cellline:hover .list{
    background-color: #E2FFFF;
    z-index: 999;
    position: relative;
}

.form .cellline:hover .altText{
    display: none;
}

.form .cellline:hover {
    border: none;
}

.form .cellline:hover .list .line{
    position: static;
    display: block;
    z-index: 500;
}

.form .cellline .list .line *{
    margin-top: 3px;
}

.form .search {
    position: absolute;
    top: 0px;
    left: 767px;
    padding: 6px 20px;
    font-weight: bold;
    color: #444;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #EEE), color-stop(0.5, white));
    background-image: -webkit-linear-gradient(center bottom, #EEE 0%, white 50%);
    background-image: -moz-linear-gradient(center bottom, #EEE 0%, white 50%);
    background-image: -o-linear-gradient(bottom, #EEE 0%, white 50%);
    background-image: -ms-linear-gradient(top, #EEE 0%, white 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#ffffff', GradientType = 0);
    background-image: linear-gradient(top, #EEE 0%, white 50%);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #AAA;
    white-space: nowrap;
    text-decoration: none;
}

.form .dummy {
    display: none;
    position: absolute;
    top: 0px;
    left: 767px;
    padding: 6px 20px;
    font-weight: bold;
    color: #aaa;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #EEE), color-stop(0.5, white));
    background-image: -webkit-linear-gradient(center bottom, #EEE 0%, white 50%);
    background-image: -moz-linear-gradient(center bottom, #EEE 0%, white 50%);
    background-image: -o-linear-gradient(bottom, #EEE 0%, white 50%);
    background-image: -ms-linear-gradient(top, #EEE 0%, white 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#ffffff', GradientType = 0);
    background-image: linear-gradient(top, #EEE 0%, white 50%);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #AAA;
    white-space: nowrap;
    text-decoration: none;
}

.form .search:hover{
    cursor: pointer;
}

.form .cellline .line .reference {
    width: 40px;
    font-weight: bold;
    display: inline-block;
    z-index: 1000;
}

.form .cellline .line .nonreference {
    width: 40px;
    font-style: italic;
    color: #aaa;
    display: inline-block;
    z-index: 1000;
}

.form .cellline .line .nonreference:hover, .form .cellline .line .reference:hover{
    cursor: pointer;
}

.form .cellline .line .text {
    width: 122px;
    margin-left: 3px;
    display: inline-block;
}

.form .cellline .line .refavg {
    width: 145px;
    margin-left: 41px;
}



#results .protein{
    width: 100px;
    margin-left: 10px;
}

#results .protein a{
    text-decoration: underline;
}

#results .gene{
    width: 100px;
    position: relative;
}

#results .cellline{
    width: 140px;
}
#results .pvalue{
    width: 100px;
}
#results .description{
    width: 370px;
    margin-left: 20px;
}

#results .turnedheadline .description{
    padding-left: 36px;
    width: 100px;
}

#results .data .description{
    position: relative;
    top: 2px;
    font-size: 14px;
}


#results .chromosome .chromname{
    width: 40px;
}
#results .chromosome .separator{
    width: 20px;
}
#results .chromosome .chromstart{
    width: 90px;
}
#results .chromosome .chromend{
    width: 90px;
}

#results .legend{
    position: absolute;
    top: -116px;
    width:100%;
}

#results .legend .uplabel{
    color:red;
}
#results .legend .downlabel{
    color:green;
}
#results .legend .nonlabel{
    background-color: #e8ea00;
}

#results .legend .element {
    display:inline-block;

}

#results .legend .regulation{
    top: 4px;
    margin-right: 0px;
}

#results {
    position:absolute;
    top:370px;
    width:920px;
    margin-left: 1%;
    max-height: 560px;
    z-index: 0;
}


#results .loading {
    font-size: 30px;
    margin-left: 80px;
    margin-bottom: 50px;
    margin-top: 50px;
    display: inline-block;
    padding: 10px 60px;
    background-color: white;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
    border: 1px solid #CCC;
    color: #999;
    font-style: italic;
    font-weight: bold;
}

#results .list{
    width:100%;
    border: 1px solid #CCC;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

#results .loadNext {
    font-size: 30px;
    margin-left: 80px;
    display: inline-block;
    padding: 10px 60px;
    background-color: #D0FFFF;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
    border: 1px solid #CCC;
    color: #999;
    font-style: italic;
    font-weight: bold;
}

#results .list{
    width:100%;
    border: 1px solid #CCC;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.regulation {
    height: 20px !important;
    width: 20px;
    margin-top: 2px;
    margin-right: 5px;
    position: relative;
    text-decoration: none;
}

.turnedHeadline .regulation{
    width: 22px;
}

.regulation *{
    font-size: small;
}

.regulation .bg{
    height: 0px;
    width: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 49;
}

.up, .down, .non, .ref{
    height: 15px;
    position: absolute;
    width: 10px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    margin: 0px;
    z-index: 50;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.class110, .class101 , .class011, .class111, .class100, .class010, .class001, .data .reference{
    border: 1px solid #555;
}

.class110 .up, .class101 .up, .class011 .non{
    top:0px;
    left:0px;
}

.class101 .down, .class011 .down, .class110 .non{
    right:0px;
    bottom:0px;
}

.class111 .up{
    left:0px;
    top:2px;
}

.class111 .down{
    right:0px;
    top:2px;
}

.class111 .non{
    left:5px;
    bottom:0px;
}

.class100 .up, .class010 .non, .class001 .down{
    top: 2px;
    left: 5px;
}

.reference .ref{
    top: 2px;
    left: 5px;
}

.class110 .bg {
    border-color: #4CA5FF #EEEEF5 #EEEEF5 #4CA5FF;
    border-style:solid;
    border-width:10px;
}

.class101 .bg {
    border-color: #4CA5FF #a8a8a8 #a8a8a8 #4CA5FF;
    border-style:solid;
    border-width:10px;
}

.class011 .bg {
    border-color: #EEEEF5 #a8a8a8 #a8a8a8 #EEEEF5;
    border-style:solid;
    border-width:10px;
}

.class100 {
    background-color: #4CA5FF;
}

.class010 {
    background-color: #EEEEF5;
}

.class001 {
    background-color: #a8a8a8;
}

.class111 .bg {
    border-color: #EEEEF5 #4CA5FF #EEEEF5 #a8a8a8;
    border-style:solid;
    border-width:10px;
}

.class000 {
    background-color: white;
    border: 1px solid white;
}

.cellline .reference {
    background-color: #C6DFFF;
}

.reference{
    background-color: white;
}
/*
.box {
    position:fixed;
    top:300px;
    right:10%;
    background-color: #9eebff;
    border: 1px solid #ccc;
    margin: 3px;
    z-index: 2000;
    width: 780px;
    height: 412px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    border-radius: 10px;
    overflow: hidden;
}
.box .projects ::-webkit-scrollbar{
    height: 50px;
}
.box #close {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 65px;
    height: 25px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    z-index: 10000;
    text-align: center;
    font-weight: bold;
    padding-top: 5px;
    cursor: pointer;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
}

.box .headline {
    position: absolute;
    height: 42px;
    background-color: white;
    width: 771px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-left: 10px;
    z-index: 111;
}

.box .headline .info{
    width: 100%;
    overflow: hidden;
    height: 21px;
}

.box .projects {
    position: relative;
    top: 42px;
    height: 370px;
    width: 777px;
    overflow: auto;
    overflow-x: hidden;
    margin-bottom: 40px;
}

.box .projects *{
    resize:none;
}

.box .projects .proj {
    display: inline-block;
    height: 369px;
    width: 778px;
    border-bottom: 1px dashed #ccc;
    position: relative;
}

.box .projects .proj .name {
    position: absolute;
    width: 100%;
    font-weight: bold;
    top: 10px;
    left: 10px;
}

.box .projects .proj .pValue {
    position: absolute;
    width: 300px;
    font-weight: bold;
    top: 10px;
    left: 127px;
    text-align: right;
}

.box .projects .proj .plot {
    position: absolute;
    top: 40px;
    left: 50px;
    height: 260px;
    width: 350px;
    border: 1px solid #ccc;
    background-color: white;
}

.box .projects .proj .plot .cellline {
    height: 100%;
    position: absolute;
}

.box .projects .proj .plot .cellline .bar{
    position: absolute;
    border: 1px solid black;
    bottom: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-box-shadow: inset 2px 0px 2px rgba(240,240,255,0.5),inset -2px 0px 2px rgba(0,0,0,0.5);
    -moz-webkit-box-shadow: inset 2px 0px 2px rgba(240,240,255,0.5),inset -2px 0px 2px rgba(0,0,0,0.5);
    box-shadow: inset 2px 0px 2px rgba(240,240,255,0.5),inset -2px 0px 2px rgba(0,0,0,0.5);

}

.box .projects .proj .plot .cellline .barname{
    position: absolute;
    border: 1px solid #ccc;
    background-color: #E2FFFF;
    display: none;
    top:-10px;
    left: -10px;
    border-radius: 5px;
    padding: 2px;
}

.box .projects .proj .plot .cellline .bar:hover .barname {
    display: block;
    z-index: 1111;
}

.box .projects .proj .plot .cellline .average{
    position: absolute;
    border-top: 2px solid brown;
    height: 0px;
    width: 100%;
}
.box .projects .proj .plot .average{
    position: absolute;
    border-top: 2px solid #00ff66;
    height: 0px;
    width: 100%;
}

.box .projects .proj .plot .xLabel{
    position: absolute;
    bottom: -50px;
    height: 50px;
}

.box .projects .proj .plot .xLabel .labelContainer{
    height: 20px;
    position: absolute;
}

.box .projects .proj .plot .xLabel .label{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 25px;
    width: 77px;
    font-size: 12px;
    padding-top: 0px;
}
.box .projects .proj .plot .yLabel{
    position: absolute;
    left: -31px;
    width: 30px;
    height: 100%;
}

.box .projects .proj .plot .yLabel .scala{
    position: absolute;
    border-bottom: 1px solid #AAA;
    height: 1px;
    width: 3px;
    right: 0px;
}

.box .projects .proj .plot .yLabel .bold{
    border-bottom: 1px solid #888;
    width: 10px;
}

.box .projects .proj .plot .yLabel .scala .desk{
    position: absolute;
    right: 12px;
    bottom: -6px;
    font-size: 11px;
}

.box .projects .proj .plot .yLabel .label{
    position: absolute;
    bottom: -20px;
    height: 20px;
    font-size: 12px;
    font-weight: bold;
    width: 260px;
    -webkit-transform: rotate(-90deg);
    -moz-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 top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    left: -16px;
    text-align: center;
}

.box .projects .proj .description {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 355px;
    width: 280px;
    padding: 0px;
}

.box .projects .proj .description .line {
    width: 275px;
}

.box .projects .proj .description .headline {
    position: static;
    font-weight: bold;
    height: auto;
    width: 270px;
    padding-top: 2px;
    padding-left: 5px;
}



.box .projects .proj .description .line .cellline {
    width: 137px;
}

.box .projects .proj .description .headline .cellline{
    width: 160px;
}


.box .projects .proj .description .line .average {
    width: 103px;
    text-align: left;
}

.box .projects .proj .description .line .average .upReg {
    color: red;
}

.box .projects .proj .description .line .average .downReg {
    color: green;
}

.box .projects .proj .description .colorbox {
    position: relative;
    top: 3px;
    left: 2px;
    width: 17px;
    height: 17px;
    margin-right: 5px;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 2px 2px 2px rgba(240,240,255,0.5),inset -2px -2px 2px rgba(0,0,0,0.5);
    -moz-webkit-box-shadow: inset 2px 2px 2px rgba(240,240,255,0.5),inset -2px -2px 2px rgba(0,0,0,0.5);
    box-shadow: inset 2px 2px 2px rgba(240,240,255,0.5),inset -2px -2px 2px rgba(0,0,0,0.5);

}

.box .bold{
    display: inline-block;
    font-weight: bold;
}
*/
#results .heatmapline {
    max-width: 918px;
}

#results .listline .description{
    margin-left: 0px;
}

#results .listline .pValue, #results .listline .organism{
    margin-left: 20px;
}

#results .listhead {
    top: -35px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

#results .listlegend{
    top: -65px;
}


/*for select2()*/
.select2-result-label .uniprot, .select2-search-choice .uniprot{
    background-color: #c1e0ff;
}
.select2-result-label .gene, .select2-search-choice .gene{
    background-color: #96caff;
}
.select2-result-label .go, .select2-search-choice .go{
    background-color: #72b8ff;
}
.select2-result-label .description, .select2-search-choice .description{
    background-color: #4ca5ff;
}

.select2-result-label .ipi, .select2-search-choice .ipi{
    background-color: #2b95ff;
}

.select2-result-label .result{
    padding: 3px;
}

.select2-result-label .result *{
    display: inline-block;
    padding: 3px;
}

.select2-result-label .result .type{
    font-weight: bold;
    text-transform:capitalize;
}

.select2-result-label .result .full{
    font-style: italic;
    color: #555;
}

.select2-search-choice div div{
    padding: 6px 6px 6px 18px;
}

/*table footer*/
/*#results .footline *{
    padding: 2px;
}*/

#results .footline .found{
    margin-left: 10px;
    width: 199px;
    font-weight: bold;
    top: 6px;
    position: relative;
}

#results .footline .download {
    font-weight: bold;
    margin-left: 5px;
    margin-top: 2px;
    text-decoration: none;
    position: relative;
    font-size: 16px;
    cursor: pointer;
    height: 25px;
    color: #333;
}

#results .footline .pca{
    cursor: pointer;
    position: relative;
    margin-left: 125px;
}

#results .footline .pca input{
    font-weight: bold;
    text-decoration: none;
    position: relative;
    font-size: 16px;
    color: #333;
    border: none;
    padding: 0px;
}


/*for PCA*/
.pca .plot{
    height: 290px !important;
    width: 400px !important;
    background-color: #EFF !important;
}

.pca .plot .point{
    position: absolute;
    height: 10px;
    width: 10px;
    border-radius: 5px;
    border: 1px solid black;
}

.pca .plot .point:hover{
    border: 1px solid aqua;
}

.pca .plot .point .info{
    display: none;
    position: absolute;
    width: 160px;
    left: -75px;
    top: 10px;
    text-align: center;
    z-index: 100;
}

.pca .plot .point:hover .info{
    display: inline-block;
}
