.search-box_wrapper .search-box_form {
  border: solid 1px #AEB0B5;
  border-radius: 5px;
  background-color: #fff;
  height: 106px;
  max-height: 106px;
}

.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 {
  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%;
}

.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;
}

#btn_text_input_trigger.selected{
  background-color: #AEB0B5;
  color: #fff;
}

#btn_text_input_trigger span{
  margin-top: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;
  min-width: 100px;
}

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

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


#hpo-list-input-table-wrapper {
  height:236px;
  max-height:236px;
  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-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: #222057;
  box-sizing: border-box;
  padding: 0;
  background-color: white;
}

.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);
}

.dropdown-menu-wrapper{ width: 100%; }

.dropdown-menu-wrapper table tr { border: 0px; }

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

.dropdown-menu-wrapper table tr td.title {
  color: #394466;
  white-space: nowrap;
  padding-right: 10px;
}
.dropdown-menu-wrapper table tr td select{ min-width: 100px;}
/*
.dropdown-menu-wrapper table tr td label {
  font-size: inherit;
  font-weight: inherit;
  padding-left: 0px;
  padding-right: 20px;
  height: 25px;
}

.dropdown-menu-wrapper 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-wrapper table tr td label input[type="checkbox"]:checked {
  background: #394466;
}
*/

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

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

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

