/* NEXT UX3.0 | MULTI SELECT.CSS
// Version     -  0.2 
// Updated On  -  05 FEB 2018
// ----------------------------------------*/

.ms-container{
  background: transparent url('../img/switch.png') no-repeat 50% 50%;
  
}

.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: 48%;
	


	/*    -webkit-box-shadow: 0px -4px 11px -4px rgba(0, 0, 0, 0.34) !important;
    -moz-box-shadow: 0px -4px 11px -4px rgba(0, 0, 0, 0.34) !important;
    box-shadow: 0px -4px 11px -4px rgba(0, 0, 0, 0.34) !important;*/

}
.ms-container .ms-selection{
  float: right;
}

.ms-optgroup-label span{ color: #ff4300 !important}

.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;*/
  
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  height: 200px;
  padding: 0;
        border: 1px solid #efefef;
    outline: none !important;
    box-shadow: none !important;
  overflow-y: auto; 
	/*background: #002451;*/
}

.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%;
}


.multiselect-item .form-control{ border: none; border-bottom: 1px solid #ccc;}
.multiselect-item .form-control:focus{ box-shadow: none;}



.ms-container .ms-optgroup-label{
	margin: 0;
    padding: 5px 0px 5px 5px;
    cursor: pointer;
    color: #3f4047;
    font-weight: bold;
    font-size: 15px;
}

.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection{
  border-bottom: 1px #eee solid;
  padding: 5px 10px;
  color: #1b1c1c ;
  font-size: 14px;
	
	
	
}

.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover{
  cursor: pointer;
	
    color: #0036c4;
	background: #fff !important;
    text-decoration: none;
    
}




.ms-container .ms-selectable li.disabled,
.ms-container .ms-selection li.disabled{
  background-color: #eee;
  color: #aaa;
  cursor: text;
}

.multi-select {
  right: auto !important;
  left: -9999px !important;
}