.search-page {
  position: relative;
}

.search-page .ui-content {
  padding: 15px;
}

.search-page .result {
  text-align: right;
  font-size: 14px;
  color: #686868;
}

.search-page .result span:nth-child(1) {
  color: #247b6e;
}

.search-page .result span:nth-child(2) {
  color: #2c2c2c;
}

.search-page .input-item {
  margin-bottom: 15px;
}

.form-group label {
  color: black;
  margin-bottom: 4px;
  font-weight: normal;
  font-size: 14px;
}

.page-note div {
  height: 10px;
  width: 10px;
}

.search-form input[type="radio"], .search-form input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-left: 20px;
  margin-top: 0px;
}
.search-form  .form-check{
  padding-left: 0px;
  display: flex;
  align-items: center;
}
.search-form  .form-check label{
  padding-left: 7px;
}
input[type="checkbox"] {
  margin-left: 0;
}

.search-page table {
  margin: 10px 0;
}

.search-page .ui-content {
  margin: 15px auto 0 auto;
}

.search-group {
  font-size: 20px;
  color: black;
  font-weight: 500;
}

.search-group-l2 {
  font-size: 15px;
  font-weight: 500;
  color: black;
}

.input-item {
  position: relative;
}

.input-item img {
  height: 30px;
  width: 30px;
  right: 2px;
  position: absolute;
  margin-top: -33px;
  padding: 3px;
  background-color: white;
}

.input-item input[type="text"] {
  padding-right: 38px;
}

.item-activator {
  position: absolute;
  top: 23px;
  left: -15px;
  padding: 0px;
  width: 8px;
  border-radius: 0px;
  height: 38px;
}

.item-activator.for-checkbox {
  height: 20px;
  top: 9px;
}

.item-activator.for-radio {
  height: 14px;
  top: 1px;
}

.search-modal {
  width: 344px;
  height: 108px;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  bottom: 0;
  background: #F2F2F2;
  box-shadow: 0px -6px 8px #0000001A;
}
.search-modal span{
  width: 280px;
  background-color: #094C8F;
  border: 1px solid #094C8F;
  height: 50px;
  line-height: 46px;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
  color: white;
  font-size: 1.1rem;

}
.shearch-table{
  color: black;
}
.search-container {
  display: flex;
  background-color: white;
}

.page-note {
  display: block;
  width: 100%;
  background-color: white;
  padding: 15px;
}


.search-container .mobile-aside-modal {
  width: 400px;
  padding: 30px 14px;
  position: relative;
  border-radius: 8px;
  background: #F2F2F2;
  padding-bottom: 127px;
}

.search-container .result-area {
  padding: 15px;
  flex-grow: 1;
  width: calc(100% - 300px);
}


.mobile-aside-modal .form-group {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}

.search-modal.stay-in {
  position: absolute;
  left: 15px !important;
  bottom: 10px !important;
}

.search-form input[type="checkbox"],
.search-form input[type="radio"] {
  display: inline;
}


.search-form label span {
  padding-top: 10px;
  font-size: 13px;
  float: left;
}

.search-form label input {
  margin-right: 5px;
  float: left;
}

.search-form select.form-control {
  padding-left: 4px;
  font-size: 13px;
  height: 38px;
  padding-top: 8px;
  border: 1px solid #aaa;
}

.item-activator {
  display: none;
!important;
}

.targets-species-names-container{
  max-height: 100px;
}

.export-fasta-data, .export-csv-data{
  cursor: pointer;
}
.export-data{
  cursor: pointer;
  margin-right: 10px;
}
.result-table-header{
  display: flex;
  align-items: baseline;
  justify-content: end;
}
.result-table-header .btn-dbaasp{
 background-color: #F2F2F2;
  color: black;
  border: 1px solid #F2F2F2;
}
.result-table-header .btn-dbaasp:hover,
.result-table-header .btn-dbaasp:active{
 background-color: #F2F2F2 !important;
  color: black !important;
  border: 1px solid #F2F2F2;
}
.result-table-header >div{
  padding-left: 20px;
  font-size: 14px;
  font-weight: normal;
}
.result-table-header >div >a img{
  width: 18px;
  height: 18px;
  position: relative;
  top: -2px;
  margin-right: 2px;
}
.result-table-header >div a{
  font-weight: normal;
  text-decoration: none;
}
.result-area .dataTables_wrapper .dataTables_paginate .paginate_button .page-link{
  background: white !important;
  color: black;
  font-weight: normal;
  display: flex !important;
  align-items: center;
  border: 1px solid #0000001a !important;
  border-radius: 5px;
  justify-content: center;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

 .result-area .dataTables_wrapper .dataTables_paginate .paginate_button.active .page-link{
  background: #094C8F !important;
  color: white !important;
  border: 1px solid #094C8F;
}
.paginate_button.page-item.next,
.paginate_button.page-item.previous{
  display: none;
}
body {
  font-size: 13px;
}

.select2-container--default .select2-selection--multiple{
  padding-bottom: 0px;
}



button.dt-paging-button:active:not(.disabled), div.dt-paging-button-collection button.dt-paging-button.active:not(.disabled), div.dt-paging-button-collection div.dt-paging-button:active:not(.disabled), div.dt-paging-button-collection div.dt-paging-button.active:not(.disabled), div.dt-paging-button-collection a.dt-paging-button:active:not(.disabled), div.dt-paging-button-collection a.dt-paging-button.active:not(.disabled) {
  background: #20558a;
  color: white;
  font-weight: bold;
  font-size: 12px;
}
button.dt-paging-button:first-child, div.dt-paging-button:first-child, a.dt-paging-button:first-child, input.dt-paging-button:first-child {
  background: #20558a;
  color: white;
  font-weight: bold;
  font-size: 12px;
}

div.dt-paging-button-background{
  background: none;
}
div.dt-paging-button-collection{
  border: none;
  width: 150px;
}
button.dt-paging-button span.dt-down-arrow, div.dt-paging-button span.dt-down-arrow, a.dt-paging-button span.dt-down-arrow, input.dt-paging-button span.dt-down-arrow{
  color: white;
}
.bottom .dt-length {
  display: none;
}
.dt-paging {
  margin-top:15px !important;
}
.dt-paging nav{
  display: flex;
  align-items: center;
  justify-content: center;
}
.active>.page-link, .page-link.active{
  background-color: #094C8F !important;
  color: white !important;
  outline: none !important;
  border-color:  #094C8F !important;
}
.page-link{
  color: #094C8F !important;
}