tr.no_interaction td{

    background: #fffbfb;
    color: #da0000;
}
tr td.rank{

    text-align: center;
}

tr td.download{

    text-align:center;
    padding:0 !important;
}

tr .download a{
    opacity: 0.3;
    width: 100%;
    display: inline-block;
}

tr .download a img{

    height:22px;
}

tr .download a:hover{

    opacity:1;
}

td.bold{

    font-weight: bold;
}

main > p{
    font-size: 14px;
}

.disclaimer{

    color: #FF7221;
    background: #f1f1f1;
    border: 1px solid #FF7221;
    padding: 7px;
    font-size: 13px;
    border-left: 5px solid;
    opacity: 0.8;
    display: flex;
    align-items: center;
}

.disclaimer p{

    line-height: 1.2em;
    margin: 7px;
}

.disclaimer img{

    width: 30px;
    margin-right: 5px;
}

#interpret_guide, #limitations_guide{

    display: none;
    padding: 20px;
    top: 100px;
    left: 10%;
    width: 80%;
    background: #f9f9f9;
    border: 1px solid gray;
    position: fixed;
    z-index: 99999;
}


#interpret_guide .close_bttn, #limitations_guide .close_bttn{

    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
    color: #000000;
    background:none;
}

body.cover{

    pointer-events: all;
}

#top_info_panel ol{

    padding-left: 15px;
}

#top_info_panel li{

    margin-bottom: 5px;
}


#top_info_panel{

    overflow: hidden;
    transition: all 0.2s;
    position: relative;
    margin-bottom: 25px;
}


#top_info_panel.collapsed{
    position: relative;
    height:64px;
    margin-bottom:40px;
    margin-top:-30px;
}

#top_info_panel.collapsed::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height:50%;
    background: linear-gradient(to top, white, rgba(255, 255, 255, 0));
    pointer-events: none;
    z-index: 1;
}

#search_results{

    margin-top: 30px;
}

#search_bar .selectize-control {

    width: 100%;
}

#top_info_panel p button, #interpret_guide_bttn, #limitations_guide_bttn{

    background: none;
    text-decoration: underline;
    color: #387ae2;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
}

#steps_panel{

    display: none;
}

#steps_panel.show{

    display: block;
}

th.has_hover_info:hover{

    z-index: 9;
}

th.spoc{

    background: #387ae2;
    color:white;
}

td.spoc.high_spoc{

    background: rgb(229 243 227);
}

tr.spoc_highlight td{

    background: #e6f3ff;
}

tr.intra_homolog_caution td{

    background: #fff7f4;
}

tr.intra_homolog_caution td[data-name="Homologs"]{

    color:rgb(236, 123, 43);
}

tr.in_history td[data-name="Gene Symbol"] a{

    color: #85468b;
}

.history_panel{

    width: 220px;
    font-size: 11px;
    padding: 12px;
    border: 1px solid #f2f3f5;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    background: white;
    position: fixed;
    z-index: 15;
    right: 30px;
    top: 200px;
    max-height: 400px;
    overflow-y: scroll;
    display: none;
}

.history_panel.show{

    display: block;
}

.history_panel table{

    margin: 0;
}

.history_panel table td, .history_panel table th{

    border: none;
    background: none;
}


.history_panel table td{

    border-bottom: 1px solid #ededed;
}

.history_panel table tr:last-child td{

    border-bottom: none;
}

#pair_history_toggle_bttn {
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 9;
    width: 50px;
    height: 50px;
    background-color: #c6c6c6;
    border-radius: 50%;
    cursor: pointer;
    background-image: url(/media/images/history_icon.png);
    background-size: 24px 24px; /* adjust as needed */
    background-repeat: no-repeat;
    background-position: center;
}

#pair_history_toggle_bttn:hover{
    position: fixed;
    background-color: #85468b;
}

#pair_history_toggle_bttn:active{
    position: fixed;
    background-color: #552f59;
}

#pair_history_toggle_bttn:hover::after {

    text-align: center;
    min-width: 50px;
}


#pair_sets{

    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

#pair_sets_panel.hide{

    display: none;
}


.pair_set_chip {

    width: 200px;
    background: #fff;
    border-radius: 6px;
    padding: 16px;
    border: 1px solid #d5d5d5;
    text-align: center;
    margin: 14px;
}
.pair_set_chip:hover{

    background: #f8f8f8;
    cursor: pointer;
    box-shadow: rgba(60, 64, 67, 0.1) 0px 1px 2px 0px, rgba(60, 64, 67, 0.05) 0px 1px 3px 1px;
    border-color: #b9bfde;
}

.pair_set_chip .pair_count{

    font-size: 12px;
    color: #292929;
    margin-bottom: 10px;
    font-weight: bold;
}

.pair_set_chip .name{

    font-weight: bold;
    font-size: 18px;
    color: rgb(62, 86, 206);
    margin-bottom: 8px;
    border-bottom: 1px solid;
    padding-bottom: 6px;
}

.pair_set_chip .description{

    font-size: 10px;
    color: #424242;
}