@charset "UTF-8";

.geneTitle h3{
    color: #00395d;
    padding: 0 15px;
    display: inline-block;
}

.geneTitle a{
    border-radius: 50px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 0 20px;
    line-height: 1.3;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    background-color: #9B5057;
    text-decoration:underline;
}

.geneC,
.geneC > div{
    margin-top: 30px;
}

.geneT{
    font-size: 24px;
    font-weight: bold;
}

.geneC .btn-default{
    color: #00395d;
    border-color: #00395d;
}

.geneC .form-control{
    color: #00395d;
    border-color: #00395d;
    border-radius: 4px !important;
}

.geneC .page-list .caret{
    border-top: 4px dashed;
    border-bottom: 0;
}

.geneC .dropdown-menu{
    margin: 0;
    border-radius: 0;
}

.geneC .fixed-table-pagination .dropup .dropdown-menu{
    top: 100%;
    bottom: auto;
    min-width: 54px;
}

.geneInfor{
    width: 100%;
}

.geneInfor > tbody > tr > td{
    font-size: 16px;
    line-height: 30px !important;
    word-break: break-all;
    word-wrap: break-word;
}

.geneInfor > tbody > tr > td:first-child{
    background-color: #F2F2F2;
    color: #00395d;
    width: 18%;
}

.geneInfor .sh{
    outline:0 !important;
}

.linkB{
    border: none;
    background-color: #FFEDDF;
    border-radius: 3px;
}

.linkB > a{
    text-decoration: none !important;
}

#geneTableAssoc > thead > tr > th,
#geneTableeQTL > thead > tr > th{
    background-color: #F2F2F2;
    font-size: 18px;
    color: #00395d;
}

#GTExVContainer{
    max-height: 800px;
}

.table a:hover{
    text-decoration: none;
}
