
div.sys_timer {
    z-index: 11;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

img.sys_timer_img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

div.gisaid-container {
    box-sizing: border-box;
    position:relative;
    margin:0px;
    padding:0px;
    display:inline-block;
}

div.gisaid-sequence {
    box-sizing: border-box;
    display:inline-block;
    font-size:inherit;
}

div.gisaid-sequence:hover {
    box-sizing: border-box;
    cursor: help;
    color:#3f8883;
}

.gisaid-popup-container {
    position: relative;
}


.gisaid-popup {
    position:absolute;
    z-index:1000;
    border:1px solid rgba(0,0,0,0.4);
    border-radius:2px;
    box-shadow:2px 2px 8px rgba(0,0,0,0.25);
    display: none;
    width:45vw;
}

.gisaid-popup-body {
    margin:0px;
    overflow-y: visible;
    color:rgba(0,0,0,1.0);
    box-sizing: border-box;
    background:rgba(192,225,225,1.0);
    padding: 0px;
}

.gisaid-sequence-header {
    box-sizing: border-box;
    display:block;
    font-size: inherit;
    line-height:inherit;
    font-weight:bold;
    padding:2px;
    width:calc(100% + 22px);
    border:1px solid rgba(0,0,0,0.4);
    border-bottom:0px solid rgba(0,0,0,0.4);
    border-radius:2px;
    border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;
    background-color:rgba(255,255,255,0.8);
    margin-bottom:10px;
    box-shadow:0px 0px 4px rgba(0,0,0,0.25);
    word-break: break-all;
    padding-left:10px;
    padding-right:10px;
}

.gisaid-sequence-data {
    padding-left:10px;
    padding-right:10px;
}


body {
    font-size: 96%;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 135%;
    height: 100%;
    background: #f4f4f4 url(/epi3/app_entities/entities/hintbi.jpg) center top/cover no-repeat fixed;
    padding: 0px;
    border: none;
    margin: 0;
    overflow-y: scroll;
    overflow-x: hidden;
}


.header-cont {
    background: rgba(0,77,67,0.75);
}

.header-left {
    font-size: 105%;
    font-weight: 400;
    color:  #fff;
    padding: 5px;
    text-align: left;
    width: 25%;
}
.header-mid {
    font-size: 105%;
    font-weight: 500;
    color:  #fff;
    padding: 5px;
    text-align: center;
    width: 50%;
}
.header-right {
    font-size: 105%;
    font-weight: 400;
    color:  #fff;
    padding: 5px;
    text-align: right;
    width: 25%;
}


.header-tab {
    width: 100%;
}

.header-close {
    font-size: 100%;
    color:  #fff;
    padding: 0.2em 16px 0.15em;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    user-select: none;
}

.cont {
    padding: 0.2em 16px 0.15em;
    background: rgba(255,255,255,0.55);
}

.desc {
    color: #555;
}

.filter {

}


.accid-list {
    padding: 0px 20px 0px 20px;
    margin: 5px 0px 5px 0px;
    border-collapse: collapse;
    display: none;
    text-align: center;
}

.open-list {
    width: calc(93% + 32px) !important;
    display: block !important;
}


.accid {
    display: inline;
    user-select: none;
    color: #333;
}

.accid:hover {
    text-decoration: underline;
}

.accid:after {
    text-decoration: none;
    content: ",";
    display: inline-block;
    margin-right: 4px;
}
.accid:last-child:after
{
  content: '';
}


.accpack {
    border-radius: .25rem;
    width: 31%;
    user-select: none;
    font-weight: 400;
    color: #000;
    border: 1px solid #aaa;
    margin: 5px;
    display: inline-block;
    border-collapse: collapse;
    box-shadow: 0 1px 4px rgba(0,0,0,.4);
}


.accpack-head {
    cursor: pointer;
    background-color: rgba(0,0,0,.05);
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;

}

.accpack-title {
    text-align: center;
    display: inline-block;
    width: calc(100% - 50px);
    font-size: 95%;
}

.accpack-handle {
    color: #555;
    width: 15px;
    transition: 0.5s;
    display: inline-block;
    padding-left: 10px;
}

.rotate {
  transform:rotate(90deg);
}

.refseq {
    display: inline-block;
    color: #004D43;
}

.search-cont {
    width: 100%;
}

.search-cont INPUT {
    margin-left: 22px;
    margin-right: 22px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: calc(100% - 44px);
}