﻿#tblFinalContainer, #tblDraftContainer {
    overflow: auto;
}

.compare-true {
    background-color: #ffd498 !important;
    color: black !important;
}

.manual-select {
    background: #f9f090 !important;
    color: black !important;
}

.popover.bottom .arrow {
    top: -22px;
    left: 65%;
    margin-left: -11px;
}

.top-select {
    background-color: #d5ea64 !important;
    color: black !important;
}

.rp-select {
    background-color: #63CECA !important;
    color: black !important;
}

.vac-select, .seq-select {
    background-color: #63CECA !important;
    color: black !important;
}

.selected-td {
    color: black !important;
}

.header-row {
    border: none;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
    text-align: center;
}

.header-col {
    border: none;
    color: white;
    max-width: 250px;
    width: 75%;
    float: left;
    margin-left: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#tblDraft,
#tblFinal {
    margin-bottom: 0px !important;
}


#tblFinal td, #tblFinal_Counts td {
    padding: 5px !important;
    text-align: center;
    border: 1px solid;
    color: black;
    border-color: black;
    font-weight: bold;
}


    #tblDraft td,
    #tblFinal td,
    #tblFinal_Counts td,
    #tblDraft_Counts td {
        min-width: 75px;
        max-width: 75px;
        width: 75px;
    }



#tblFinal, #tblDraft td:hover,
#tblFinal_Counts, #tblDraft_Counts td:hover {
    cursor: pointer;
    box-shadow: 0 0 5px;
}

#tblDraft td, #tblDraft_Counts td {
    padding: 5px !important;
    text-align: center;
    border: 1px solid;
    color: black;
    border-color: black;
    font-weight: bold;
}


#tblDraft_Counts td, #tblFinal_Counts td {
    background: white !important;
    color: black !important;
    border: 1px solid;
    border-color: black;
    font-weight: bold;
}

    #tblDraft td:first-child,
    #tblFinal td:first-child,
    #tblDraft_Counts td:first-child,
    #tblFinal_Counts td:first-child {
        padding: 5px !important;
        min-width: 250px !important;
        max-width: 250px !important;
        width: 250px !important;
    }


.empty-cell {
    border: none !important;
}

td.seqlabels {
    background: #D47B22;
    width: 30%;
}

td.manual-select > div > label {
    color: black;
}

td.rplabels, .seqh-select, .seqhg-select {
    background: white;
    color: black !important;
    border: 1px solid;
    border-color: black;
    font-weight: bold;
    min-width: 75px;
    max-width: 75px;
}

td.hideseq {
    display: none;
}

td.seqhlabels, .seqhglabels {
    background: #00877c;
    color: white !important;
    border: 1px solid;
    border-color: blue;
    font-weight: bold;
    min-width: 75px;
    max-width: 75px;
}

td.vaclabels {
    background: #37424A;
    color: white !important;
    height: 35px;
    text-align: center;
    margin: 0px;
    font-weight: bold;
    min-width: 75px;
}

td.vac {
/*    background: #37424A;
    color: white !important;*/
}

td.seq, td.seqg {
    background: #E8E8E8;
}

td.rp {
    background: white;
}

td.disabled {
    background: #BCBDBC;
    color: black !important;
    font-weight: bold;
}

.shiftButton {
    height: 25px !important;
    line-height: 10px !important;
    margin: 2px 5px 9px 5px;
    color: white !important;
}

.seq-counter {
    display: inline;
    margin-left: 40%;
    margin-right: 5px;
    font-weight: bold;
    font-size: 15px;
}

.ana-name {
    display: inline;
    margin-right: 5px;
    font-weight: bold;
    font-size: 15px;
}

.label-controls {
    display: inline;
    margin-right: 5px;
    font-weight: bold;
    font-size: 15px;
}

.comparison-input {
    width: 15%;
    display: inline;
    border-color: #00877c;
    box-shadow: 0 0 1px;
    font-weight: bold;
}

.homology-div {
    overflow: auto;
    max-height: 780px;
}

.homology-controls {
    width: 100%
}

.homology-spinner {
    margin-top: 10%;
    /*margin-right: 20%;*/
}

.panel-body .fa-refresh:hover {
    cursor: pointer;
}

.clear-btn {
    float: left;
    padding: 2px;
    line-height: 16px;
    height: 20px;
}

td.vac.top-select {
    color: black !important;
}

td.vac.manual-select {
    background: #f9f090 !important;
    color: black !important;
}

.seq-div {
    float: left;
    width: 100%;
}

#analysisName {
    width: 50%;
    display: inline;
    border-color: #00877c;
    box-shadow: 0 0 1px;
    font-weight: bold;
}

.vaclabels.rp-select.selected-td {
    background: #37424A !important;
    color: white !important;
}

.tblKeySite td {
    text-align: center;
    border: 1px solid;
    color: black;
    border-color: black;
    font-weight: bold;
}

.tblKeySite thead {
    display: inline-block;
    float: right;
    margin-right: 18px;
}

.tblKeySite tbody {
    display: inline-block;
    height: 500px;
    overflow: auto;
}

    .tblKeySite tbody td:nth-child(n + 2) {
        width: 10%;
    }

.tblKeySite th:nth-child(n + 2) {
    padding: 9px;
}



.Seq_Rp_Names {
    background-color: #63CECA !important;
    color: white;
    width: 30% !important;
}

.group_A {
    background-color: #BCBDBC !important;
}

    .group_A div {
        width: 20px;
    }

.group_B {
    background-color: white !important;
}

    .group_B div {
        width: 20px;
    }

@media screen and (max-width: 1300px) {
    .homology-div .ngPopup {
        width: 60% !important;
        height: 400px !important;
    }
}

.container .titleBar {
    background: #00877C !important;
}

.container .title {
    color: white !important;
    font-weight: bolder;
}

.ngPopup .iconGroup > i {
    color: white !important;
}

.homologyTable thead {
    display: block;
}

.homologyTable tbody {
    display: block;
}

.homologyTable thead {
    padding-bottom: 5px;
}

.homologyTable tbody {
    max-height: 400px;
    overflow: auto;
}

.homologyTable td:nth-child(1) {
    max-width: 400px;
    width: 350px;
}

.homologyTable th:nth-child(1) {
    max-width: 400px;
    width: 350px;
}

.homologyTable th {
    width: 60px;
}

.homologyTable td {
    width: 60px;
}

#map {
    height: 400px;
    width: 600px;
    top: 20px;
}

.infoWindowContent {
    font-size: 12px !important;
}

h3 {
    margin-bottom: 0;
    margin-top: 0;
}

#sequenceMap .popover.bottom {
    max-width: 800px !important;
    width: 750px !important;
    height: 656px;
    top: 63px;
    right: 900px !important;
    left: 650px !important;
}

#sequenceMap .popover-inner {
    width: 100% !important;
}

.range-slider {
    width: 80% !important;
    margin-left: 5%;
    display: inline-block;
}

.map-rps {
    max-height: 570px;
    height: 570px;
    overflow: auto;
    padding-left: 10px;
}

.popover-inner .map-rps {
    max-height: 420px;
    height: 420px;
}
.map-legend {
    width: 23%;
    display: inline-grid;
}

.legend-i {
    color: #777;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}

.legend-label {
    color: black;
    padding-bottom: 5px;
}

.open-btn {
    float: left;
    padding: 3px;
    line-height: 16px;
    height: 20px;
    margin-right: 5px;
    min-width: 0px;
}