.improvedselect ul li {
  padding: 0 5px;
  display: block;
  margin: 0;
  cursor: pointer;
  background: none;
}
.improvedselect .del_all:hover,
.improvedselect .add_all:hover,
.improvedselect .del:hover,
.improvedselect .add:hover,
.improvedselect .move_up:hover,
.improvedselect .move_down:hover {
  background: #ccc;
}
.improvedselect .improvedselect-text-wrapper {
  /*border: 1px solid gray;*/
  width: 35%;
  margin-bottom: 5px;
}
.improvedselect input.improvedselect_filter {
  outline: none;
  width: 95.5%;
  height: 26px;
  padding: 0 2%;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
}
}
.improvedselect .add_all,
.improvedselect .del_all,
.improvedselect .del,
.improvedselect .add,
.improvedselect .move_up,
.improvedselect .move_down {
  display: block;
  width: 80%;
  margin: 0 auto;
  /*border: 1px solid gray;*/
  cursor: pointer;
  margin: 0 0 10px 0;
  text-align: center;
  margin-left: 10%;
  background: white;
  /* This is to make the text in the buttons un-selectable. */
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.improvedselect .del{
  display: block;
  width: 100%;
  height: 30px;
  background: transparent url("left_arrow.png") no-repeat scroll 50% 100% !important;

}
.improvedselect .add{
  display: block;
  width: 100%;
  height: 30px;
  background: transparent url("right_arrow.png") no-repeat scroll 50% 100% !important;
}


.improvedselect .add_all{
    width: 45%;
    margin-left: 0px;
    display: inline-block;
    background: transparent url("right_arrow.png") no-repeat scroll 0% 1px !important;
    padding-left: 22px;
    box-sizing: border-box;
    cursor: pointer;
    color: #496524;
    padding-top: 5px;
}
.improvedselect .del_all{
    width: 45%;
    margin-left: 10%;
    display: inline-block;
    background: transparent url("left_arrow.png") no-repeat scroll 0% 1px !important;
    padding-left: 22px;
    box-sizing: border-box;
    cursor: pointer;
    color: #496524;
    padding-top: 5px;
}

.improvedselect .improvedselect_control {
  float: left;
  width: 9%;
  padding-top: 30px;
}
.improvedselect li:hover {
  background: #eee;
}
.improvedselect li.selected {
  color: white;
  background: #3399ff;
}
.improvedselect ul.improvedselect_sel,
.improvedselect ul.improvedselect_all {
  width: 45%;
  height: 150px !important;
  overflow: auto;
  margin: 0;
  padding: 0;
  display: block;
  border: 1px solid #CCCCCC;
  background: white;
  list-style: none;
  overflow: auto;
  border-radius: 5px;
}
.has_group ul.improvedselect_sel,
.has_group ul.improvedselect_all {
  width: 30%;
}
.improvedselect div.improvedselect_tabs-wrapper {
  width: 19%;
  float: left;
}
.improvedselect ul.improvedselect_tabs {
  margin: 0;
  padding: 0;
}
.improvedselect ul.improvedselect_tabs li {
  margin-bottom: 5px;
  padding: 1px 0 1px 5px;
  /* This is to make the text in the buttons un-selectable. */
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.improvedselect ul.improvedselect_tabs li.selected {
  background-color: white;
  border-color: gray;
  border-style: solid;
  border-width: 1px 0 1px 1px;
  padding: 0;
}
.improvedselect ul.improvedselect_tabs li.selected div {
  background-color: white;
  margin: 0 -1px 0 1px;
  position: relative;
}
.improvedselect ul.improvedselect_tabs li.selected div a {
  margin-left: 3px;
  padding-right: 5px;
}
.improvedselect .improvedselect_all {
  float: left;
}
.improvedselect .improvedselect_sel {
  float: right;
}
.improvedselect .clear {
  clear: both;
}
.improvedselect {
  /*border: 1px solid gray;*/
  /*background: #eee;*/
  padding: 1%;
  min-width: 440px;
  max-width: 600px;
}
