.search-form {
  padding:10px;
  border:1px solid #ddd;
  /* background-image: radial-gradient(#888, #fff); */
  background-color:#fff;
  color: #000;
  font-family:var(--ft2);
}

.search-form .search_options{
  margin-top: 5px;
}

.search-form .search_option{
  margin-top: 2px;
}

/* .search-form h4{ */
  /* font-family:var(--ft1); */
  /* color:#1B8EBB; */
/* } */

.search-form hr{
  opacity:0.5;
}

.search-form label{
  font-family:var(--ft1);
  padding:0;
  margin:0;
}

.search-form .close_this{
  float:right;
  font-family:verdana;
  font-size:20px;
  color:#000;
  width:100%;
  margin-top:-40px;
  width:100%;
  display:none;
  text-align:right;
  cursor:pointer;
  font-weight:bold;
}

.search-form input[type="number"]{
  width:100%;
  line-height:1;
  margin:0 0 0 5px;
  display:inline-block;
  text-align:center;
}

.search-form .search-submit {
  padding: 5px 25px 5px 25px;
  position: relative;
  float: right;
  top: 0;
  margin-top: -40px;
  height: 40px;
  right: 0;
  min-width: 40px;
}

.search-form #selptype{
  width:100%;
  display:flex;
  flex-wrap:wrap;
  flex-direction:row;
}

.search-form div.cb_div{
  margin: 0 15px 0 0;
  line-height: 1;
  background-color: transparent;
}

.search-form .search-field{
  height:40px;
  font-family:var(--ft1);
}

.search-form input[type="text"]{
  padding:5px;
}

.search-form input[type="checkbox"]{
  width:25px;
}

#none_all_btn{
    padding: 1px;
    cursor: pointer;
    height: 22px;
    text-align: center;
    width: 30%;
    margin: 0 70% 0 0;
}

.ipsl_search_form_popup{
  /* display:block; is changed by JS */
  position:fixed;
  z-index:10000;
  top:0px;
  left:0px;
  box-shadow: 0px 0px 10px #000;
  border-radius: 5px;
  min-width:450px;
}

div.div_ipsl_search button.ipsl_search_show_in_popup_bt{
  height: 18px;
  padding: inherit;
} 

.byline{
  display:none;
}
