.ms-container{
  background: transparent url('../img/switch.png') no-repeat 50% 50%;
}

div[class^="ms-select-all"] {
  width: 10%;
  height: 30px;
  position: relative;
  top: calc(50% - 15px);
  margin: 0 auto;
}

/*
td div.ms-container div[class^="ms-select-all"] {
    left: 45%
}
*/

.ms-container:after{
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  min-height: 0;
  visibility: hidden;
}

.ms-container .ms-selectable, .ms-container .ms-selection{
  background: #fff;
  color: #555555;
  float: left;
  width: 45%;
}
.ms-container .ms-selection{
  float: right;
}

.ms-container .ms-list{
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  border: 1px solid #ccc;
  /*
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  */
  position: relative;
  /* height: 300px; */
  padding: 0;
  overflow-y: auto;
  text-align: left;
  flex: 1;
}

/*
.ms-container .ms-list.ms-focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9;
}
*/

.ms-container ul{
  margin: 0;
  list-style-type: none;
  padding: 0;
}

.ms-container .ms-optgroup-container{
  width: 100%;
}

.ms-optgroup-label{
  cursor: pointer;
  font-weight: bold;
  background-color: #F5F5F5;
  color: #666666;
  font-size: 11px;
  padding: 8px;
}

.ms-container .ms-selectable,
.ms-container .ms-selection {
  display:  flex;
  flex-direction: column;
	height: 100%;
	box-sizing: border-box;
}

.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection{
  border-bottom: 1px #eee solid;
  padding: 8px;
  color: #555;
  font-size: 11px;
}

.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover{
  cursor: pointer;
  text-decoration: none;
  background-color: #DBF2FF;
}

.ms-container .ms-selectable li.disabled,
.ms-container .ms-selection li.disabled{
  background-color: #eee;
  color: #aaa;
  cursor: text;
}

.ms-container .ms-selectable input.search-input,
.ms-container .ms-selection input.search-input {
  border: 1px solid #CCC;
  border-bottom: unset;
  border-radius: unset;
  padding: 5px;
  height: auto;
}

.ms-container .ms-selectable .multiselect-footer,
.ms-container .ms-selection .multiselect-footer,
.ms-container .ms-selectable .zol_multi_label,
.ms-container .ms-selection .zol_multi_label {
  background-color: #6AC4DE;
	color: #FFFFFF;
	font-size: 9px;
  padding: 3px;
}