
.ms-container{
  width: 570px;
}

.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: 43%;
}
.ms-selectionpanel,.ms-selectionpanel2{
  background: #fff;
  color: #555555;
  float: left;
  width: 7%;
}
.ms-container .ms-selection{
  float: right;
}
.ms-container .ms-selectionpanel2{
  float: right !important;
}
.ms-container .ms-selectionpanel2 span,
.ms-container .ms-selectionpanel span{
  font-size: 12px;
}

.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: 340px;
  padding: 0;
  overflow-y: auto;
}

.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-container .ms-optgroup-label{
  margin: 0;
  padding: 5px 0px 0px 5px;
  cursor: pointer;
  color: #999;
}

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

.ms-container .ms-selectable li.selected,
.ms-container .ms-selection li.selected {
  color: #fff;
  background-color: #6969c4 !important;
  border-bottom: 1px darkgrey solid;
}

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

.ms-container .ms-selectable li.disabled,
.ms-container .ms-selection li.disabled{
  background-color: #eee;
  color: #aaa;
  cursor: text;
}
.rotate-90{
  display: inline-block;
  transform: rotate(90deg);
}
i.icon {
  font-size: 14px;
}
input.search-input{
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 5px;
  border-radius: 4px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
input[type="text"]{
  display: inline-block;
  line-height: 20px;
  padding: 4px 6px;
  font-size: 14px;
  color: #555;
  vertical-align: middle;
  margin-left: 0;
}
