.bootstrap-duallistbox-container .buttons {
  width: 100%;	
  margin-bottom:10px;
}
.bootstrap-duallistbox-container label {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.bootstrap-duallistbox-container .info {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 11px;
}
.bootstrap-duallistbox-container .clear1,
.bootstrap-duallistbox-container .clear2 {
  display: none;
  font-size: 10px;
}
.bootstrap-duallistbox-container .box1.filtered .clear1,
.bootstrap-duallistbox-container .box2.filtered .clear2 {
  display: inline-block;
}
.bootstrap-duallistbox-container .move,
.bootstrap-duallistbox-container .remove {
  width: 50%;
  box-sizing: content-box;
  border:thin solid #FFF !important;
}
.bootstrap-duallistbox-container .btn-group .btn {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap-duallistbox-container:not(.moveonselect) select {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-duallistbox-container .moveall,
.bootstrap-duallistbox-container .removeall {
  width: 50%;
  box-sizing: content-box;
  border:thin solid #FFF !important;
}
.bootstrap-duallistbox-container.bs2compatible .btn-group > .btn + .btn {
  margin-left: 0;
}
.bootstrap-duallistbox-container select {
  width: 100%;
  height: 300px;
  padding: 0;
}
.bootstrap-duallistbox-container .filter {
  display: inline-block;
  width: 100%;
  height: 31px;
  margin: 0 0 5px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-duallistbox-container .filter.placeholder {
  color: #aaa;
}
.bootstrap-duallistbox-container.moveonselect .move,
.bootstrap-duallistbox-container.moveonselect .remove {
  display:none;
}
.bootstrap-duallistbox-container.moveonselect .moveall,
.bootstrap-duallistbox-container.moveonselect .removeall {
  width: 100%;
}
.duallistselect select {
  background:#FFF;
  border:none;
  outline:none;
}

.duallistselect select option {
  padding:5px 10px;
  background: #FFF linear-gradient(0deg, #FFF 0%, #FFF 100%);
}
.duallistselect select option:before {
  content:"";
  display:inline-block;
  height:12px;
  width:12px;
  line-height: 12px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius:3px;
  margin-right:5px;
}
.duallistselect select[multiple]:focus option:checked {
  background: #666666 linear-gradient(0deg, #666666 0%, #666666 100%);
}
.duallistselect select[multiple]:focus option:checked:before {
  content:"\f00c";
  font-family: 'Font Awesome 5 Free';
  font-weight:900;
  margin-right:5px;
  color:#FFF;
  background:#f94c1e;
  font-size:6px;
  text-align: center;
}
