/* CHECKBOX SELECT WIDGET */

button.ui-checkboxselect {
  text-align: left;
  line-height: 1.6;
  height: auto;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  background-size: 8px 10px;
  padding-right: 1.75rem;
}

.ui-checkboxselect-menu {
  display:none;
  position:absolute;
  padding: 0px 10px 0px 10px;
  z-index: 10000;
  text-align: left;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 250px;
}

.ui-autocomplete .ui-menu-item-wrapper {
  padding: 0.375rem 0.75rem;
}

.ui-checkboxselect-checkboxcontainer li {
  clear: both;
}

.ui-checkboxselect-button {
  float: left;
  width: 32%;
}

.ui-checkboxselect-button:not(:first-child) {
  margin-left: 2%;
}

.ui-checkboxselect-buttoncontainer {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
  clear: both;
  overflow: hidden;
}

.ui-checkboxselect-optgroup {
  font-weight: bold;
}