.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;
}

.fixed-column th:first-child,
.fixed-column td:first-child {
	position:sticky;
	left:0px;
	background-color:#f8f8f8;
}

