/*公用*/
[v-cloak] {
    display: none;
}
.el-carousel__button {
    background-color: #517835;
}
.el-form-item {
    margin-bottom: 15px;
}
.error_val {
    position: absolute;
    top: 28px;
    left: 0;
    color: #ed5565;
    font-size: 12px;
}
.content-box .module-body .reset_btn,
.content-box .module-body .search_btn {
    border-radius: 4px;
    padding: 8px 25px;
}
.content-box .module-body .search_btn {
    background: #fd9f02;
    border:1px solid #fd9f02;
    color: #fff;
}
.loading_btn .sk-spinner-fading-circle.sk-spinner {
    width: 17px;
    height: 14px;
}
.loading_btn .sk-circle:before {
   background: #fff;
}
.example_ele {
    color: #517835;
    position: relative;
}
.example_ele span {
    position: absolute;
    right: -80px;
    top: -2px;
    cursor: pointer;
}
.content-box .module-body .el-input-group__append {
    background: #7e7729;
    color: #fff;
    border: 1px solid #7e7729;
}
.content-box .module-body .el-table th,
.content-box .module-body .el-table__header-wrapper thead div{
    background: #999;
    font-size: 12px;
    color: #fff;
}
.radio_group {
    background: #676767;
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 20px;
}
.module-body .el-radio__input.is-checked .el-radio__inner,
.module-body .el-checkbox__input.is-checked .el-checkbox__inner,
.module-body .el-checkbox__input.is-indeterminate .el-checkbox__inner{
    background: #517835;
    border-color: #517835;
}
.radio_group .el-radio__input.is-checked .el-radio__inner {
    background: #fff;
    border-color: #fff;
}
.el-radio__inner,
.el-checkbox__inner{
    width: 14px;
    height: 14px;
}
.radio_group .el-radio__inner::after {
    background: #676767;
}
.el-checkbox__inner::after {
    top: 0;
    left: 4px;
}
.table {
    width: 30%;
}
.search_results {
    padding: 10px 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.el-pager li.active {
    border-color: #517835;
    background-color: #517835;
}
.table_style {
    vertical-align: top;
    padding-top: 5px;
}
.transfer_ele .el-checkbox {
    padding-left: 0;
}
.multicriteria_result {
    table-layout: fixed;
    width: 100%;
    word-wrap: break-word;
}
/*Browse*/
.germplasm .el-select{
    width: 100%;
}
.el-select .el-select__tags .el-tag--primary {
    background: none;
    margin: 0;
    border: none;
    color: #333;
}
.el-select__tags {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.el-tag__close{
    display: none;
}
.snpVariation .table,
.indelVariation .table {
    width: 100%;
}
.snpVariation .table th,
.indelVariation .table th{
    background: #517835;
    color: #fff;
    border-bottom: #517835;
}
.snpVariation .table th a ,
.indelVariation .table th a {
    color: #fd9f02;
}
/*Search*/
.region_group {
    border: 1px solid #ccc;
    padding: 20px;
}
.multi_selection_group .el-input {
   width: 217px;
}
.multi_selection_group .list_cont .el-select,
.multi_selection_group .list_cont .el-input{
    width: 100%;
}
.multi_selection_group .search_list,
.multi_selection_group .el-checkbox-group,
.multi_selection_group .explanation_cont {
    border: 1px solid #ccc;
    list-style: none;
    padding: 10px;
    margin: 0;
    height: 360px;
    overflow: auto;
    width: 100%;
}
.multi_selection_group .list_cont .el-checkbox-group {
    border: none;
    height: 100%;
}
.multi_selection_group .explanation_cont {
    margin-top: 80px;
    background: #F5F8FD;
    font-size: 0;
}
.explanation_cont ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    width: 50%;
    font-size: 14px;
    text-align: center;
}
.explanation_cont ul li {
    margin-bottom: 8px;
}
.multi_selection_group .search_list {
    border-top: none;
}
.search_list li:hover,
.search_list li.active{
    background: #ccc;
    cursor: pointer;
}
.multi_selection_group .checkAll {
    margin: 51px 0 10px 0;
}

.checkAllNew{
    display: inline-block;
    margin: 0px 0 0px 0;
}

.checkAllNew .pull-right {
    margin-left: 0;
    width: 50%;
}
.checkAllRight{
    margin-left : 147px;
}
.el-checkbox__label,
.el-radio__label {
    font-weight: normal;
    text-transform: none;
}
.comparative .el-transfer {
    font-size: 0;
}
.comparative .el-transfer-panel {
    width: 45%;
    font-size: 14px;
    box-shadow: none;
    border:1px solid #ccc;
}
.comparative .el-transfer__buttons {
    width: 10%;
}
.comparative .el-transfer__buttons .el-button {
    padding: 8px 0;
    width: 100%;
    text-align: center;
}
.el-transfer-panel__header{
    display: none;
}
.el-transfer-panel__filter {
    padding: 0;
    margin: 0;
}
.el-transfer-panel__filter .el-input__inner {
    border: none;
    border-bottom: 1px solid #ccc;
    height: 36px;
}
.el-transfer-panel__body {
    height: 393px;
}
.start_ele,
.end_ele {
    width: 217px;
}
.geno_type_ele .el-checkbox,
.snp_type_ele .el-checkbox{
    margin-left: 0;
    width: 32%;
}
.geno_type_ele .el-checkbox-group .el-checkbox {
    margin-left: 0;
    width: 50%;
}
.snp_type_ele .el-checkbox-group .el-checkbox {
    margin-left: 0;
    width: 100%;
    white-space: normal;
}
.Genotype_parent {
    display: inline-block;
}
.Genotype_ele {
    display: inline-block;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
/*search-gene*/
.search-gene .uploading {
    font-size: 14px;
}
.search-gene .el-select,
.dataMarker .el-select {
    width: 100%;
}
.dataMarker .dataMarkerList {
    list-style: none;
    padding: 0;
    margin-top: 55px;
}
.dataMarkerList li {
    display: inline-block;
    width: 155px;
}
.dataMarkerList img {
    width: 100%;
}
.markerList img{
    display: none;
    width: 100%;
}
.search-gene .left-col {
    padding-right: 20px;
    font-size: 0;
}
.search-gene .right-col {
    padding-left: 20px;
    font-size: 0;
}
.left-col .target-title {
    width: 20%;
    font-size: 14px;
    vertical-align: top;
}
.left-col .input-cont {
    width: 80%;
    font-size: 80%;
    padding-left: 20px;
}
.left-col .data-tree {
    border: 1px solid #ccc;
    height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}
.data-tree img {
    width: 100%;
}
.right-col .type-btn {
    padding: 10px;
    width: 25%;
    font-size: 14px;
    margin: 0;
    border-left: none;
}
.right-col .type-btn:nth-child(2){
    width: 30%;
    border-left: 1px solid #ccc;
}
.right-col .type-btn:nth-child(3){
    width: 20%;
}
.right-col .el-textarea__inner {
    height: 258px;
    resize: none;
    overflow: hidden;
}
.right-col .search-btn {
    background: #337ab7;
    color: #FFF;
    border-radius: 4px;
}
/*Tools*/
.phenotype_box .el-select {
    width: 393px;
}
.Cultivars_box .el-select,
.gwas .el-select,
.evolution .el-select {
    width: 200px
}
.Cultivars_box .el-select,
.gwas .el-select,
.evolution .el-select .phenotype_ele_right {
    width: 150px
}
.phynotypes .is-filterable,
.evolution .is-filterable,
.gwas .is-filterable {
    height: 100%;
    padding: 10px;
}
.primerDesign .title_val {
    display: inline-block;
    width: 82px;
}
.primerDesign .title_big_val {
    display: inline-block;
    width: 190px;
}
/*Data*/
/*Help*/
.information .jump_title {
    display: block;
    background: #676767;
    color: #fff;
    padding: 5px 10px;
    margin: 10px 0;
    text-decoration: none;
    font-weight: bold;
}

/*More*/
.Publications .external_link {
    color: #517835;
    display: inline-block;
}
/*登录*/
.attention_ele .attention_btn,
.loginHtml .login_btn,
.register .login_btn,
.loginHtml .login_btn:hover,
.register .login_btn:hover {
    background: #fd9f02;
    border:1px solid #fd9f02;
    color: #fff;
}
.loginHtml .register_btn,
.register .register_btn,
.loginHtml .register_btn:hover,
.register .register_btn:hover{
    background: #fff;
    border: 1px solid #ccc;
    color: #1f2d3d;
}
.attention_ele .attention_btn {
    padding: 5px 7px;
    width: 250px;
}
.required_icon .el-form-item__label:after {
    content: "*";
    color: #ed5565;
}
/*flex布局*/
.flex_content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.flex_item {
    flex: 0 0 50%;
    max-height: 90px;
    margin-bottom: 30px;
}
.flex_item:nth-child(odd) {
    padding-right: 20px;
}
.flex_item:nth-child(even) {
    padding-left: 20px;
}
.colorBox {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #1ab394;
    margin: 0 5px;
}
.pagination {
    margin: 30px 0;
    padding-left: 0;
}
.pagination .el-pagination__total {
    margin-left: 0;
}
.table_data_box .sort-caret.ascending,
.table_data_box .sort-caret.descending {
    border-bottom-color: #000;
    border-top-color: #000;
}
.result_table_data .el-table--enable-row-hover .el-table__body tr:hover>td {
    background: #fff;
}
.result_table_data .el-table--enable-row-hover .el-table__body tr:hover>td,
.result_table_data .el-table td{
    vertical-align: top;
    border-bottom: none;
    padding: 10px 0;
}
.result_table_data .el-table--fit {
    padding: 20px 0;
}
.phenotype_ele .el-transfer-panel:first-child,
.Cultivars_box .phenotype_select{
    width: 45%;
}
.phenotype_ele .el-transfer-panel {
    width: 45%;
}
.Cultivars_box .el-select .phenotype_ele_right_select{
    width: 150px;
}
.phenotype_ele_right .el-transfer-panel {
    width: 150px;
}
.checkbox_group_ele .cell {
    display: inline-block;
    float: left;
}
.checkbox_group_ele .cell .el-checkbox {
    margin-bottom: 0;
    margin-right: 20px;
}
.el-table .cell, .el-table th>div {
    font-size: 12px;
    padding: 0 5px;
}
#cnzz_stat_icon_1273987676 {
    margin-top: 15px;
}
