.sortable-placeholder {
	border: 1px dotted black;
	margin: 0 1em 1em 0;
	height: 50px;
}

.isloading-wrapper.isloading-right {
  margin-left: 10px;
}
.isloading-overlay {
  position: relative;
  text-align: center;
}
.isloading-overlay .isloading-wrapper {
  background: #FFFFFF;
  -webkit-border-radius: 7px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 7px;
  -moz-background-clip: padding;
  border-radius: 7px;
  background-clip: padding-box;
  display: inline-block;
  margin: 0 auto;
  padding: 10px 20px;
  top: 10%;
  z-index: 9000;
}

.custom-file-label { width: 100%; }
.custom-control-label { width: 100%; }

.progress-wrp {
  display: none;
  border: 1px solid #0099CC;
  padding: 1px;
  position: relative;
  height: 30px;
  border-radius: 3px;
  margin: 10px;
  text-align: left;
  background: #fff;
  box-shadow: inset 1px 3px 6px rgba(0, 0, 0, 0.12);
}
.progress-wrp.progress-wrp-mini {
	height: 20px;
	margin: 0px; 
}

.progress-wrp .progress-bar {
  height: 100%;
  border-radius: 3px;
  background-color: #67ff65;
  width: 0;
  box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.11);
}

.progress-wrp .status {
  top: 3px;
  left: 50%;
  position: absolute;
  display: inline-block;
  color: #000000;
}
.progress-wrp.progress-wrp-mini .status {
	font-size: 11px;
}

.card-header p { margin-bottom: 0; }
.sticky-offset { top: 60px; }
/* .bootstrap-select .dropdown-menu li a span.text { margin-left: 10px; } */
.dropdown-item { padding: .25rem 1.5rem !important; }

.btn-group-xs > .btn, .btn-xs {
  padding  : .25rem .4rem;
  font-size  : .875rem;
  line-height  : .5;
  border-radius : .2rem;
}

.bootstrap-select .btn.dropdown-toggle {
	box-shadow: none;
	-webkit-box-shadow: none;
	border: 1px solid #ced4da;
	text-transform: inherit;
	background: none;
}

.input-group-text { padding: .310rem .75rem; }
.vresize {resize: vertical;}
.alert-sm { padding: 5px 5px 5px 10px; }
.sidebar-menu .treeview-menu > li { position: relative; }
.sidebar-menu li a.sidebar-menu-plus { position: absolute; top: 11px; right: 5px; padding: 0px 0px 2px 7px; }
.sidebar-menu-mini-bg { background: #FFF; width: 180px; }