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


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

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

.form .experiments{
    width: 190px;
    border: 1px solid #AAA;
    border-radius: 8px;
    padding: 5px;
    position: absolute;
    top: 0px;
    right: 100px;
    background-color: white;
}

.form .experiments .name{
    font-size: 14px;
    margin-bottom: 1px;
}

.form .experiments .name input{
    margin-right:5px;
}

.form .search {
    position: absolute;
    left: 712px;
    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;
    top: 0px;
}

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

.form .experiment{
    width: 201px;
    right: 100px;
    position: absolute;
}

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


/*for select2()*/
.select2-result-label .uniprot, .select2-result-label, .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;
}

/* Results */

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

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

#results .gene{
    width: 100px;
}

#results .description{
    width: 370px;
    overflow-x: hidden;
}

#results .celllines{
    width: 110px;
    text-align: center;
}

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

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

}

#results {
    position:absolute;
    top:310px;
    width:800px;
    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: #E5F6FF;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
    border: 1px solid #CCC;
    color: #999;
    font-style: italic;
    font-weight: bold;
}

/*for miniPlots*/

#results .histo a{
    display: none;
}

#results .histo .plot{
    height: 60px;
    position: relative;
    border: 1px solid #AAA;
    background-color: #87CEFA;
    cursor: pointer;
}

#results .histo .plot .cls{
    height: 100%;
    position: absolute;
    bottom: 0px;
}

#results .histo .plot .intensity{
    width: 3px;
    position: absolute;
    bottom: 0px;
    border: none;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

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