body{
    padding-bottom: 0px;
}

.mainpage .text .left{
    position: relative;
    width: 78%;
    display: inline-block;
}

.mainpage .text .right{
    right: 20px;
    width: 350px;
    position: absolute;
    top: 20px;
    display: inline-block;
    height: 95%;
}

.mainpage .text .frame{
    width: 100%;
    border: none;
    padding: 13px 0px 0px 0px;
    position: relative;
    vertical-align: top;
    
    

}

.mainpage .text .generalInfo{
    display: inline-block;
    line-height: 150%;
    text-align: justify;
}

.mainpage .text .statistics{
    top: 0px;
    width: 90%;
    display: inline-block;
    right: 0px;
    line-height: 150%;
}

.mainpage .text .searchBox{
    width: 625px;
    display: inline-block;
    margin-top: 40px;
    line-height: 100%;
    border: 1px solid #999;
    border-radius: 10px;
}

.mainpage .text .figure{
    width: 95%;
    display: inline-block;
    text-align: center;
    border: none;
    position: relative;
    left: 0px;
    margin-top: 50px;
}

.mainpage .text .useCases{
    display: inline-block;    
    width: 100%;
    vertical-align: top;
    line-height: 150%;
    margin-top: 40px;
    margin-bottom: 20px;
}

.mainpage .text .useCases .useCase{
    display: inline-block;
    padding: 10px;
    width: 260px;
    vertical-align: top;
    margin-left: 0%;
    margin-bottom: 8px;
    text-align: justify;
    border: none;
    font-size: 15px;
}

.mainpage .text .useCases .useCase .thumbnail{
    width: 100%;
    height: 120px;
    text-align: center;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-bottom: 0px;
    vertical-align: bottom;
}

.mainpage .text .frame h1{
    position: absolute;
    top: -10px;
    background-color: white;
    padding: 0px 5px;
    font-size: 19px;
    margin-left: 15px;
    font-weight: bold;
    width: initial;
    left: 10px;
}

.searchBox form{
    width: 96%;
    position: relative;
    top: 0px;
    margin: 25px 2% 20px 2%;
}

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

.searchBox .search {
    position: absolute;
    right: 0px;
    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;
    cursor: pointer;
}

.searchBox .desc{
    top: 22px;
    font-size: small;
    border: none;
    position: absolute;
    left: 2%;
}


/*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;
}

