.search-box_wrapper .search-box_form {
  border: solid 1px #AEB0B5;
  border-radius: 5px;
  background-color: #fff;
  height: 108px;
  max-height: 108px;
  min-width: 700px;
  position:relative;
}

.search-box_wrapper .search-box_form .search-box_controller_left {
  width:     52px;
  min-width: 52px;
  height:    100%;
}

.search-box_wrapper .search-box_form .search-box_controller_left .button_wrapper {
  width:  100%;
}

.search-box_wrapper .search-box_form .search-box_controller_left .button_wrapper.schema-2021 { 
  height: 33%;
}

.search-box_wrapper .search-box_form .search-box_controller_left .button_wrapper.schema-2022 {
  height: 50%;
}


.search-box_wrapper .search-box_form .tokeninput_hpo_wrapper {
  overflow-x: hidden;
  overflow-y: auto;
  margin-top:    1px;
  margin-bottom: 1px;
  padding: 0;
  border-left:  1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.search-box_wrapper .search-box_form .search-box_controller_right {
  width:     52px;
  min-width: 52px;
  height:    100%;
}

.search-box_wrapper .search-box_form .search-box_controller_right .button_wrapper {
  width:  100%;
  height: 50%;
}

.search-box_wrapper .search-box_form .copy_button {
  display: none;
  position: absolute;
  right:  60px;
  bottom: 10px;
  width:  18px;
  height: 18px;
  font-size: 18px;
  background-color: #fff;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  color: #AEB0B5;
  cursor: pointer;
  z-index: 9999;
  text-decoration: none;
  border: 2px solid transparent;
  transition: transform 0.4s ease-in-out;
}

.search-box_wrapper .search-box_form .copy_button.withscroll{right:70px;}

.search-box_wrapper .search-box_form .copy_button.shine{
  animation: border-shine 0.6s linear infinite;
}

@keyframes border-shine {
      0% {
        border: 2px solid transparent;
        box-shadow: 0 0 5px rgba(188, 188, 188, 0.3);
      }
      50% {
        border: 2px solid rgba(188, 188, 188, 0.7);
        box-shadow: 0 0 15px rgba(188, 188, 188, 0.5), 
                    0 0 30px rgba(188, 188, 188, 0.3);
      }
      100% {
        border: 2px solid rgba(188, 188, 188, 1);
        box-shadow: 0 0 25px rgba(188, 188, 188, 0.9),
                    0 0 50px rgba(188, 188, 188, 0.7);
      }
    }

.round-button{
  border: solid 1px #AEB0B5;
  border-radius: 50%;
  margin: 8px 8px 8px 8px;
  padding: 4px;
  width:   37px;
  height:   37px;
  color:     #AEB0B5;
  font-size: 18px;
}

.text-button {
  border: none;
  width:  100%;
  height: 100%;
}

.text-button img {
  height:        18px;
  width:         20px;
}

#phenotouch img {
  height:       20px;
  width:        22px;
}

#submit_button {
  color:white;
  background-color:#f8516d;
  opacity:1.0;
  border:0
}

#btn_text_input_trigger img{
    max-width: 94%;
	margin-bottom: 2px;
}

#btn_uisetting_trigger{
	font-size:24px;
	margin-top: 2px;
}

#sel_tagsize{
    border: 2px solid rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	width: 100%;
	padding: 5px 2px 5px 5px;
  background-image:    url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAA3klEQVRIS+3VMU9CMRTF8d8zBL+aizoQFhx0kUk33RzdYMNFXUFnYeGrYYyaJiUxJHDLSxodbNKpfeffc9/pbaPyaCrr+3OA++z4rtT5Pg5GuMnCY9yWQEoBE1xhlUUP8YDrCBIB0vojLvGO0yz4hm4JJAKcYYoPHGOZAUdYoIMBXrc5iQAHeMlzviFygj7O8dkWEJU4XI8chALRhn9AVKHf70VRTHu4wFfbmKZLNKt50dLBnna0imcMd/2I0phWa3Y/D1e1Xa9BCZJG0VuQNpaWKMx72xS1Fl5/WN3BN+AgJhnZQlq4AAAAAElFTkSuQmCC');
  background-position: calc(100% - .2rem), 100% 0;
  background-size:  1.5em 1.5em;
  background-repeat: no-repeat;
}

#hpo-list-input-button img {
  height:      26px;
  width:       32px;
}

#hpo-list-input-modal-title {
  font-weight:bold;
  font-size:1.2rem;
}

#hpo-list-input-modal-title img {
  height:22px;
  width:22px;
}

#hpo-list-input-textarea-wrapper {
  border:1px solid #ced4da;
  border-radius: 0.25rem;
  height:256px;
  max-height:256px;
}

#hpo-list-input-textarea {
  background-color:#f8f9fa;
  border:0px;
  height:254px;
}

#hpo-list-input-submit-button {
  color:white;
  background-color:#222057;
  opacity:1.0;
  height:52px;
  width:52px;
  font-size:32px;
  border:0px;
}

#hpo-list-input-table-wrapper {
  height:256px;
  max-height:256px;
  background-color:#ced4da;
  box-shadow:none;
}

#hpo-list-input-table {
  background-color: #f8f9fa;
  border:           0px;
  height:           100%;
  width:            100%;
  overflow-y:       auto;
  box-shadow:       none;
  margin:           0px;
}

#hpo-list-input-close-button {
  padding-left:40px;
  padding-right:40px;
}

#hpo-list-input-apply-button {
  padding-left:40px;
  padding-right:40px;
}
#hpo-list-input-table tbody tr {
  border-bottom:  0.5px solid #89b3c1;
}

#hpo-list-input-table tbody tr td {
  padding:        0.5rem;
  text-align:     left;
  vertical-align: middle;
  color:          black;
  font-size:      0.9rem;
  border: 0;
}

#hpo-list-input-table tbody tr td input[type="checkbox"] {
  height: 16px;
  width:  16px;
  accent-color: #394466;
  box-sizing: border-box;
  padding: 0;
  background-color: white;
}


#hpo-list-input-table tbody tr td input[type="checkbox"]:checked {
  background: #394466;
}

.tooltip .tooltip-inner {
  background-color: white;
  color: black;
  white-space: nowrap;
  box-shadow: 0 0 2px gray;
  opacity:  1.0;
  max-width: 400px !important;
}

.tooltip.show {
  padding: 5px;
  opacity: 1!important;
  z-index: 10009;
}

.tooltip.in {
  opacity: 1 !important;
  filter: alpha(opacity=100);
}

.form-control2 {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control2 {
    transition: none;
  }
}

.form-control2::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control2:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control2:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control2::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control2::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control2:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control2::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control2::placeholder {
  color: #6c757d;
  opacity: 1;
}


#dropdown-menu_uisetting{
  width: 100%;
}

#dropdown-menu_uisetting table tr {
  border: 0px;
}

#dropdown-menu_uisetting table tr td.uititle {
  color: #394466;
  font-weight: 600;
  white-space: nowrap;
}

#dropdown-menu_uisetting table tr td.title {
  color: #394466;
  white-space: nowrap;
  padding-right: 10px;
}

#dropdown-menu_uisetting table tr td label {
  font-size: inherit;
  font-weight: inherit;
  padding-left: 0px;
  padding-right: 20px;
  height: 25px;
}

#dropdown-menu_uisetting table tr td label input[type="checkbox"] {
  height: 100%;
  width:  12px;
  accent-color: #394466;
  box-sizing: border-box;
  padding: 0;
  background-color: white;
  margin-right: 5px;
  margin-bottom: 3px;
}


#dropdown-menu_uisetting table tr td label input[type="checkbox"]:checked {
  background: #394466;
}


#dropdown-menu_uisetting button {
  font-size: 16px;
  justify-content: center;
  border: solid 1px grey;
  background-color: #fff;
  color: #394466;
  padding: 5px;
  min-width: 32px;
}

#dropdown-menu_uisetting button:hover {
  border: solid 1px #394466;
  background-color: #394466;
  color: #fff;
}

#dropdown-menu_uisetting button.selected {
  border: solid 1px #394466;
  background-color: #394466;
  color: #fff;
}
