a.btn { color: #fff; } .table>tbody>tr>td { vertical-align: middle; } .sortable { list-style-type: none; margin: 0; padding: 0; } .sortable li { position: relative; width: 200px; padding: 5px; float: left; } .sortable li a { position: absolute; top: 15px; /*your button position*/ right: 15px; /*your button position*/ } .input-group-addon:last-child { border: 0; } .sortable .thumbnail:hover, .sortable tr:hover { cursor: move; } .no-wrap { white-space: nowrap } div.dataTables_wrapper div.dataTables_filter input { width: 100% !important; margin: 0 !important; } input.form-control.datepicker { padding: 8px 12px 9px 12px; border-radius: 2px; } .select2-container--default .select2-selection--multiple { border: 2px solid #e8ebed; border-radius: 2px; box-shadow: none; height: 37px; } .select2-container--default.select2-container--focus .select2-selection--multiple { border: 2px solid #556b8d;; } .has-error .select2-container--default .select2-selection--multiple { border-color: #a94442; } .has-error .mce-tinymce { border: 2px solid #a94442 !important; } .table-responsive { overflow-x: initial; border: none; }