/**
 * Admui-iframe v2.1.0 (http://www.admui.com/)
 * Copyright 2015-2019 Admui Team
 * Licensed under the Admui License 1.1 (http://www.admui.com/about/license)
 */
.bootbox .modal-dialog {
  width: 360px; }

.sortable > *,
.sortable-with-handle .sortable-handle {
  cursor: move; }

.sortable-placeholder {
  display: block;
  height: 42px;
  margin-top: 1px;
  background-color: #f3f7f9;
  border: 1px dashed #e4eaec; }

.sortable.list-group-gap .sortable-placeholder,
.sortable-with-handle.list-group-gap .sortable-placeholder {
  margin-bottom: 2px; }

.sortable.list-task .sortable-placeholder {
  height: 65px; }
