.Flatten .BootFieldBody .BootList .checkbox {
	position: relative;
	float: left;
}
.Flatten .BootFieldBody .BootList .checkbox label {
	min-height: 40px;
	padding-left: 0;
	font-size: 8.25pt;
}
.Flatten .BootFieldBody .BootList .checkbox label input[type="checkbox"] {
	position: absolute;
	top: 25px;
	left: 45%;
}
.Flatten.FlattenBorder LABEL.control-label {
	margin-bottom: 0;
	font-size: 7pt;
	color: #AAA;
}
.Flatten.FlattenBorder .BootFieldBody {
	border: solid 1px #EEE;
	border-radius: 5px;
}
.Flatten.FlattenBorder .BootList {
	padding:5px 0 0 0;
}

.ShopContactGroup table {
	margin-bottom: 0;
}
.ShopContactGroup .table {
	width: auto;
}
.ShopContactGroup .BootList {
	background: none;
	border: none;
	overflow: unset;
}
.ShopContactGroup .BootList div.checkbox {
	height: 40px;
    display: flex;
    align-items: center;
}
.ShopContactGroup .BootTableHorizontal .BootField:not(.FieldFrameOff) .BootList .checkbox {
	margin: 0;
}
.ShopContactGroup .BootTableHorizontal .BootField:not(.FieldFrameOff) .BootList .FieldDisabled .checkbox {
	margin: 0;
}
.ShopContactGroup .BootField.FieldDisabled:not(.FieldFrameOff) .BootList {
	background-color: #f6f6f6;
}
.ShopContactGroup .BootColumn label {
	display: block;
	margin-bottom: 0;
}
.ShopContactGroup .BootTableHorizontal .row {
	margin-left: 0;
	margin-right: 0;
	padding: 0 0 5px 5px;
}
.ShopContactGroup .BootTableHorizontal h5 {
	margin-bottom: 5px;
}
.ShopContactGroup .BootRow .BootHeaderColumn {
	padding: 0;
	vertical-align: middle;
    text-align: center;
}
.ShopContactGroup table td,
.ShopContactGroup table th {
	padding: 0;
	height: 40px;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}
.ShopContactGroup table.Roles {
	width: 100%;
}
.ShopContactGroup table.Roles td {
	background-color: #e8e8e8;
}
.ShopContactGroup .BootList .checkbox {
	display: flex;
	justify-content: center;
}
.ShopContactGroup .BootRow .BootColumn {
	padding: 0;
	max-width: 260px;
	min-width: 120px;
}
.ShopContactGroup .BootFieldBody > .BootFieldArea {
	overflow-x: auto;
}
.ShopContactGroup .BootRow .BootHeaderColumn {
	background-color: #e8e8e8;
}
.ShopContactGroup .roles-checkbox .checkbox {
	border-top: 1px solid #dedede;
}
.ShopContactGroup .table-separator {
    height: 100%;
	background-color: #f6f6f6;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ShopContactGroup .custom-checkbox .checkbox input,
.ShopContactGroup .custom-toggle .checkbox input {
	display: none;
}
.ShopContactGroup .custom-checkbox .checkbox label,
.ShopContactGroup .custom-toggle .checkbox label {
	padding: 0 10px;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.ShopContactGroup .custom-checkbox .checkbox label:before {
	border: 1px solid #dedede;
	width: 22px;
	height: 22px;
	font-size: 12px;
	line-height: .8;
	content: " ";
	color: #FFF;
	font-family: 'Font Awesome 5 Free';
	font-weight: 800;
	background: none;
	display: block;
	padding: 4px;
}
.ShopContactGroup .custom-checkbox .checkbox.active label:before {
	content: "\f00c";
	background: #0153A0;
	color: #FFF;
}
.ShopContactGroup .custom-checkbox.FieldDisabled .checkbox label:before {
	background-color: #f6f6f6;;
}
.ShopContactGroup .custom-checkbox.FieldDisabled .checkbox.active label:before {
	background-color: #999;
}
.ShopContactGroup .custom-checkbox.FieldDisabled .checkbox label,
.ShopContactGroup .custom-toggle .checkbox.active.disabled label,
.ShopContactGroup .custom-checkbox.FieldDisabled .checkbox.active label {
	cursor: default;
}
.ShopContactGroup .custom-toggle .checkbox label:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f204";
	font-weight: 800;
	font-size: 2em;
	color: #999;
}
.ShopContactGroup .custom-toggle .checkbox.active label:before {
	content: "\f205";
	color: #0153a0;
}
.ShopContactGroup .custom-toggle .checkbox.active.disabled label:before {
	color: #999;
}