
.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;
}

@charset "UTF-8";
/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face { font-family: "Ionicons"; src: url(public/fonts/ionicons.woff?v=2.0.0) format("woff"); font-weight: normal; font-style: normal; }
.ion, .ionicons, .ion-arrow-down-b:before, .ion-arrow-left-a:before, .ion-arrow-right-a:before, .ion-arrow-up-b:before, .ion-ios-skipbackward:before, .ion-ios-skipforward:before { display: inline-block; font-family: "Ionicons"; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.ion-arrow-down-b:before { content: "\f104"; }

.ion-arrow-left-a:before { content: "\f106"; }

.ion-arrow-right-a:before { content: "\f109"; }

.ion-arrow-up-b:before { content: "\f10d"; }

.ion-ios-skipbackward:before { content: "\f4ab"; }

.ion-ios-skipforward:before { content: "\f4ad"; }

