body > .container {
    padding: 60px 15px ;

}

.footer {
    border-top: 1px solid #ddd;
    background: rgba(245,245,245,0.8);
    min-height: 25px;
    height: 25px;
    position: fixed;
    bottom: 0;
    width: 100%;
    line-height: 20px;
    z-index: 101;

}
.jumbotron {
    background-image: url('/img/mic.png')  ;
    background-repeat: no-repeat;
    background-size: cover;
}
.errorBox {
    margin: 20px;
    padding: 20px;
    font-size: 16px;
    text-align: center;
    border: 2px solid #f99;
    background-color: #ffcccc;
}
.popupBG {
    background: #99a1d3;
    color: white;
}

.popupFG {
    background: #cfdaff;
    color: black;
}
.annoBlock {
    border: 1px solid #eee;
    margin: 5px;
    padding: 10px 10px 0 10px;
}
.imgBox {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 15px;
}

.eggnog_table th {
    white-space: nowrap;
}
.cellLimited {
    max-width: 100%;
    max-height: 50px;
    overflow-y: auto;
}
.loading-modal {
    border: none;
    display:    none;
    position:   fixed;
    z-index:    9999;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: url('/img/l.gif') 50% 50% no-repeat;

}
body.loading .loading-modal {
    display: block;
}
#mainTabs .nav-link {
    text-align: center;
    background-color: #eee;
    border-right: 1px solid #ccc;
}
#mainTabs .nav-link.active {
    background-color: #fff;
}
.eggSearchDesc {
    font-size: 0.9em;
    padding-left: 10px;
}
#tabcontent h2 {
    margin: 30px 0;
    font-size: 1.3em;
    border-bottom: 1px solid #eee;
}
span.annoTreeHd { font-size: 14px; position:absolute;  color: black!important;}
span.cHq { color: black!important; position:absolute; right: 330px;}
span.cMd { color: black!important;   position:absolute; right: 200px;}
span.cLw {  color: black!important;  position:absolute; right: 60px;}
a.cTT { font-weight: normal!important;}

span.dynatree-node:hover { background-color: #dfd; width: 100%;}
#treeControlHead {
    background: #eee;
    margin-bottom: 3px;
}
ul.dynatree-container { overflow: visible !important; border: none!important;}
.ui-autocomplete {
    overflow-y: auto;
    height: 300px;
    overflow-x: hidden;
}
.noUi-tooltip {
    display: none;
}
.noUi-active .noUi-tooltip {
    display: block;
}
#searchResult_filter input {
    border: 1px solid black;
}
#tooltip {
    display:none;
    position: absolute;
    border: 1px solid #999;
    z-index: 9999;
    background: rgba(205,205,245,0.9);
    min-width: 200px;
    border-radius: 4px;

}
#tooltipTitle {
    font-size: 14px;
    margin: 0;
    background: rgba(205,205,245,0.95);
    padding: 2px 5px;
}
#tooltipBody {
    font-size: 12px;
    margin: 0;
    padding: 5px;
}
.btn-xs {
    padding: .275rem .75rem;
    line-height: 1;
}
#seqFilterTable {
    border-collapse: collapse;
    width: 100%;
}
#seqFilterTable th {
    padding: 2px 10px;
    text-align: right;
    border-bottom: 1px solid #aaa;
}
#seqFilterTable td {
    padding: 2px 10px;
    border-bottom: 1px solid #aaa;
}
#seqFilterTable .fTit {
    background: #eee;
    font-size: 1.2em;
    text-align: left;
    border-bottom: 1px solid #aaa;
}
#seqFilterButtons  .btn-warning {
    padding: .275rem .75rem;
    line-height: 1;
}
#seqFilterButtons  .btn-primary {
    background-color: #aaa;
    border-color: #999;
    padding: .275rem .75rem;
    line-height: 1;
}
#seqFilterButtons .btn-primary:hover {
    background-color: #0062cc;
}
#seqFilterButtons .active {
    border-color: #005cbf;
    background-color: #0062cc;
}
#searchResultWrapper {
    margin-top: 25px;
}
.alnTable {
    margin-bottom: 25px;
}

.alnTable th {
    padding: 2px 5px;
    text-align: right;
}
.alnTable td {
    padding: 2px 5px;
}
#dumpButtons {
    margin-top: 20px; text-align: center;
    padding: 20px 0;
    border-top: 1px solid black;
}
.resToolbar {
    display: inline-block;
}
.resToolbar button {
    padding: .275rem .70rem!important;
    line-height: 0.8!important;
}

#mainNav .nav-item {
    margin: 0 20px;
}
#mainNav .nav-link {
    color: rgba(0,0,0,.8);
}
#mainNav .nav-link:hover {
    background: #ddd;
}
#mainNav li.active {
    background: #ddd;
}

#antibioResHead {
    margin: 10px 0;
    padding: 10px;
    background: #eee;
    border-radius: 3px;
    text-align: center;
}