/* common */
select{
    border: 0px;
}

select:focus {
    outline: none;
    border: none;
  }
/* common end */

#blastVariant {
    height: 40px;
    cursor: pointer;
    line-height: 36px;
    color: black;
    font-size: 16px;
    background: #15a362;
    border-radius: 6px;
    margin-right: 60px;
    padding-left: 5px;
    padding-right: 5px;
}

#blastVariant  option{
    background-color: white;
    color: black;
}


#dbList {
    height: 40px;
    cursor: pointer;
    line-height: 36px;
    color: black;
    font-size: 16px;
    background: #15a362;
    border-radius: 6px;
    margin-right: 60px;
    padding-left: 5px;
    padding-right: 5px;
}

#dbList option{
    background-color: white;
    color: black;
}




/* 设置blast页面,按钮blast模式的下拉框的样式   */
#modeList {
    background-color: #fafbff;
    color: black;
    border: 1px solid #e7e9ed;
    position: absolute;
    border-radius: 6px;
    display: none;
}

#modeList a {
    display: block;
    color: #252930;
    width: 100%;
    padding: 15px;
    clear: both;
    font-weight: 600;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    font-size: .875rem;
    box-sizing: border-box;
}

.max-dropdown,
.word-dropdown,
.expected-dropdown {
    position: absolute;
    width: 58px;
    height: 9rem;
    background-color: white;
    z-index: 100;
    border: 0.8px solid rgb(231, 233, 237);
    display: none;
}

.expected-dropdown {
    height: 6rem !important;
}

.max-dropdown ul,
.word-dropdown ul,
.expected-dropdown ul {
    text-align: center;
    padding-left: 0rem;
    color: black;
}

.max-dropdown ul a:hover,
.word-dropdown ul a:hover,
.expected-dropdown ul a:hover {
    background-color: rgb(234, 234, 241);
}

.div-advance {
    margin-top: 15px;
}


/* 高级选择区，选择框 */

#adv_parameters .row select {
    height: 40px;
    cursor: pointer;
    line-height: 36px;
    color: black;
    font-size: 16px;
    background: #15a362;
    border-radius: 6px;
    margin-right: 60px;
    padding-left: 5px;
    padding-right: 5px;

}

#adv_parameters .row select option {
    background-color: white;
    color: black;
}

#adv_parameters .row {
    margin-bottom: 10px;
}