.bootstrap-transfer-container {
/* 	min-width: 280px; */
}

.bootstrap-transfer-container select {
/*	-webkit-border-radius: 0 0 4px 4px;
       -moz-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px; */
}

.bootstrap-transfer-container .filtered {
	margin:0 0 15px 0;
	width:100%;
}


.bootstrap-transfer-container .selector-available,
.bootstrap-transfer-container .selector-chosen {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 12px;
}

.bootstrap-transfer-container .selector-available h2 {
	/* background: white url("../img/bootstrap-transfer-nav-bg.gif") bottom left repeat-x; */
	/*background-color: #3498db;
	padding: 10px 15px;
	color: #fff;
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15); */
}

.bootstrap-transfer-container .selector-chosen h2 {
/*	background-color: #34495e;
	padding: 10px 15px;
	color: #fff;
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15); */

	/* margin-bottom: 15px;
	margin-bottom: .9375rem;
	border-bottom: 2px solid #34495e;
	font-size: 18pt;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: 700; */
}

.bootstrap-transfer-container .selector-available h2,
.bootstrap-transfer-container .selector-chosen h2 {
	/* border: 1px solid #CCC; */
	margin: 0;
	/* height: 18px; */
	/* padding-left: 4px; */
	line-height: inherit;
	/*font-size: 14px;
	text-align: left;
	font-weight: normal; */
	/*-webkit-border-radius: 4px 4px 0 0;
       -moz-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0; */
	line-height: 1.5;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
	border-bottom: 2px solid #34495e;
}

.bootstrap-transfer-container .selector-available input {
	width: 100%;
	margin: -1px -8px -1px;
}

.bootstrap-transfer-container .selector-filter {
	background: white;
	border: 1px solid #CCC;
	border-width: 0 1px;
	padding: 12px 7px 12px 12px;
	color: #999;
	font-size: 14px;
	margin: 0;
	text-align: left;
	vertical-align: middle;
	line-height: 140%;
}

.bootstrap-transfer-container .selector-filter.right {
	/*padding-top: 5px;*/
	/*height: 18px; */
	position: relative;
	padding: 12px 7px 12px 12px;
}
.bootstrap-transfer-container .selector-filter.right p {
	font-size: 11px;
	margin: 0 0 6px;
}

.bootstrap-transfer-container a.selector-chooseall, 
.bootstrap-transfer-container a.selector-clearall {
	/*font-size: 80%;
	text-decoration: none;
	padding-left: 17px;
	margin: 0; */
}

.bootstrap-transfer-container a.selector-chooseall {
	/* background: url("../img/bootstrap-transfer-selector-addall.gif") left center no-repeat; */
}

.bootstrap-transfer-container a.selector-clearall {
	 /* background: url("../img/bootstrap-transfer-selector-removeall.gif") left center no-repeat; */
}

.bootstrap-transfer-container .selector-chooser {
	/*float: left;
	width: 35px; */
	margin-top: -34px;
	padding: 5px 6px;
}

.bootstrap-transfer-container .selector-add {
	/* background: url(../img/bootstrap-transfer-selector-add.gif) top center no-repeat;
	margin-bottom: 3px; */
	text-indent: 0;
}

.bootstrap-transfer-container .selector-remove {
/* 	background: url(../img/bootstrap-transfer-selector-remove.gif) top center no-repeat; */
	text-indent: 0;
}

.bootstrap-transfer-container .selector-add, .selector-remove {
	/*width: 16px;
	height: 16px; */
	display: block;
/*	text-indent: -3000px; */
	overflow: hidden;
	margin-left: 4px;
}

.bootstrap-transfer-container .selector-add a {
	color: #3498db;
}

.bootstrap-transfer-container .selector-add a:hover {
	color: #3498db;
}

.bootstrap-transfer-container .selector-remove a {
	color: #3498db;
}

.bootstrap-transfer-container .selector-remove a:hover {
	color: #3498db;
}

.bootstrap-transfer-container .illustration {
	position: absolute;
	top: 5px;
	left: 85px;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../img/bootstrap-transfer-selector-add.gif) top center no-repeat;
}


.bootstrap-transfer-container .filtered option {
	padding: 5px 10px 7px 10px;	
}

.bootstrap-transfer-container .filtered option:checked {
   /* background: linear-gradient(#c8c8c8, #c8c8c8);  */

}

.selector-filter i.fui-tag {
	font-size: 24px;
	display: block;
}
