/* ================================================== Bootstrap Dual Listbox ==================================================== */ .bootstrap-duallistbox-container .buttons { width: 100%; margin-bottom: -1px; } .bootstrap-duallistbox-container label { display: block; } form.hide-list-label .bootstrap-duallistbox-container label { display: none !important; } .bootstrap-duallistbox-container .info { display: inline-block; margin-bottom: 5px; font-size: 11px; } .bootstrap-duallistbox-container .clear1, .bootstrap-duallistbox-container .clear2 { display: none; position: relative; top: 2px; font-size: 11px; } .bootstrap-duallistbox-container .box1.filtered .clear1, .bootstrap-duallistbox-container .box2.filtered .clear2 { display: inline-block; } .bootstrap-duallistbox-container .move, .bootstrap-duallistbox-container .remove { width: 50%; padding: 6px 12px; } .bootstrap-duallistbox-container .btn-group .btn { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } .bootstrap-duallistbox-container select { border-top-left-radius: 0; border-top-right-radius: 0; } .bootstrap-duallistbox-container .moveall, .bootstrap-duallistbox-container .removeall { width: 50%; padding: 6px 12px; } .bootstrap-duallistbox-container.bs2compatible .btn-group > .btn + .btn { margin-left: 0; } .bootstrap-duallistbox-container select { width: 100%; height: 300px; padding: 4px 5px; } .bootstrap-duallistbox-container.moveonselect select option { cursor: pointer; } .bootstrap-duallistbox-container .filter { display: inline-block; width: 100%; margin: 0 0 -1px 0; } .bootstrap-duallistbox-container .filter.placeholder { color: #aaa; } .bootstrap-duallistbox-container.moveonselect .move, .bootstrap-duallistbox-container.moveonselect .remove { display:none; } .bootstrap-duallistbox-container.moveonselect .moveall, .bootstrap-duallistbox-container.moveonselect .removeall { width: 100%; margin: 0 !important; }