.bootstrap-duallistbox-container {
    font-size: 12px !important;
    margin: 0 !important;
	position:relative;

}
.invisible {
    visibility: hidden;
}
.ajusteur {
	clear:both;
	display:block;
	position:relative;
}
.form-control {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    color: #555555;
    display: block;
    font-size: 12px !important;
    height: 34px;
    padding: 6px 12px;
    vertical-align: middle;
    width: 100%;
}
.hide {
    display: none !important;
}
.info-container, .removeall, .moveall {
    display: none !important;
}
.bootstrap-duallistbox-container .filter {
    height: 20px !important;
    margin: 5px 0 10px;
    padding: 0 10px !important;
    width: 100%;
}
.bootstrap-duallistbox-container .box1, .bootstrap-duallistbox-container .box2 {
    float: left;
    position: relative;
    width: 45%;
}
.btn-group {
 	float:left;
 	width:10%;
    z-index: 1500;
}
.btn-group button{
	position:absolute!important;
	padding:0!important;
	margin:0!important;
    left: 44%;
}
.btn-group button.move {
	background:url(../images/jquery-ui/arrow-right-big.png) no-repeat;
	width:26px;
	height:19px;
    top: 65px;
   /* color: #bad364;*/
}
.btn-group button.remove {
	background:url(../images/jquery-ui/arrow-left-big.png) no-repeat;
	width:26px;
	height:19px;
    /*color: #f44747;  */  
	top: 130px;
}
.btn-group button.move:hover {
	background:url(../images/jquery-ui/arrow-right-big-hover.png) no-repeat;
}
.btn-group button.remove:hover {
	background:url(../images/jquery-ui/arrow-left-big-hover.png) no-repeat;
}
.bootstrap-duallistbox-container .box1 select, .bootstrap-duallistbox-container .box2 select {
    height: 120px !important;
}
.bootstrap-duallistbox-container .btn-default, .bootstrap-duallistbox-container .btn-default:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
}
.bootstrap-duallistbox-container .btn:active {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
}
.bootstrap-duallistbox-container .btn {
    cursor: pointer;
    font-size: 25px !important;
}
.bootstrap-duallistbox-container label {
    font-size: 14px !important;
    font-weight: bold;
}
.selectedOption .filter {
    width: 70% !important;
}
.checklistOption {
    float: left;
    margin-left: 2%;
    width: 30% !important;
}
.checklistOption ul {
    border: 1px solid #cccccc;
    height: 150px;
    list-style: outside none none;
    margin-top: 5px;
    overflow: auto;
    padding: 0 6px;
}
.selectedOption  .box1, .selectedOption .box2 {
    width: 30% !important;
}
.selectedOption .btn-group {
    width: 8% !important;
}
.selectedOption .btn-group button {
    left:35%;
}
.checklistOption ul li {
    margin: 4px 5px;
}
.checklistOption ul li label {
    font-size: 12px !important;
    font-weight: normal;
}
.checklistOption ul li label input {
    line-height: 14px;
    margin-right: 10px;
}
.withoutFilter .btn-group button.move {
    top: 45px;
}
.withoutFilter .btn-group button.remove {
	top: 110px;
}

.withoutFilter .checklistOption ul {
	height:120px;
}

.withoutFilter .checklist {
	margin:0px;
}

@media (max-width: 1050px ) {
	.btn-group button{
		left: 37%;
	}
}

@media (max-width: 700px ) {
	.btn-group button{
		left: 27%;
	}
}