.select2-container {
	background-color: #ffffff;
}
ul.list {
	padding: 0;
	margin: 0 0 0 20px;
}
ul.list>li>span {
	position: relative;
	left: -5px;
}
label {
	font-weight:600;
}
.sortable {
	cursor: move;
}
.ui-sortable-helper {
	display: table;
}
.cursor-pointer{
  cursor:pointer;
}
hr.half_rem {
	margin-top:0.5rem;
	margin-bottom:0.5rem;
}
.fontawesome_icons {
	font-family: 'Font Awesome 5 Free';
}
.ui-sortable {
	min-height: 20px;
}
.scrollable-menu {
	height: auto;
    max-height: 200px;
    overflow-x: hidden;
}
.btn-group-xs > .btn, .btn-xs {
	padding: .25rem .4rem;
	font-size: .875rem;
	line-height: .5;
	border-radius: .2rem;
}
.label-panel {
	border-radius: 4px;
	border: 1px solid #e7e7e7;
	padding: 2px 4px 2px 4px; 
	margin-top: 2px;
	background-color: #f8f8f8;
	display: inline-block;
}

#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:42px;
    height:42px;
    background-color:#007bff;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    opacity:0.8;
    filter:"alpha(opacity=80)";
    -ms-filter:"alpha(opacity=80)";
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff
}
#scroll:hover {
    background-color:#0069d9;
    opacity:1;
    filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
div.scroll-y {
    overflow-y: hidden;
    overflow-x: auto;
}