/* move */

.acf-table-pro-module-move-col-selected {
	background-color: var(--color-table-active-background);
}
.acf-table-pro-module-move-col-selected.acf-table-pro-top-cell,
.acf-table-pro-module-move-row-selected.acf-table-pro-body-left {
	border-color: var(--color-table-active-background);
}
.acf-table-pro-module-move-col-selected .acf-table-pro-top-cont {
	color: white;
}
.acf-table-pro-module-move-row-selected {
	background-color: var(--color-table-active-background);
}
.acf-table-pro-module-move-row-selected .acf-table-pro-cell-cont {
	color: white;
}
.acf-table-pro-module-move-col-selected .acf-table-pro-cell-tool-btn,
.acf-table-pro-module-move-row-selected .acf-table-pro-cell-tool-btn {
	color: rgba( 255, 255, 255, .4 );
}
.acf-table-pro-module-move-col-selected .acf-table-pro-cell-tool-btn:hover,
.acf-table-pro-module-move-row-selected .acf-table-pro-cell-tool-btn:hover {
		color: rgba( 255, 255, 255, 1 );
}


.acf-table-pro-table .acf-table-pro-insert-col,
.acf-table-pro-table .acf-table-pro-insert-row {
	position: absolute;
	/*top: -9px;*/
	/*right: -10px;*/
	width: 20px;
	height: 20px;
	z-index: 3;
	font-size: 16px;
}
.acf-table-pro-top-cell .acf-table-pro-insert-col {
	top: -9px;
	line-height: 16px;
}
.acf-table-pro-top-cell .acf-table-pro-insert-col:first-child {
	left: -10px
}
.acf-table-pro-top-cell .acf-table-pro-insert-col:last-child {
	right: -10px
}

.acf-table-pro-body-left .acf-table-pro-insert-row {
	left: -10px;
	transform: rotate( -90deg );
	line-height: 15px;
}
.acf-table-pro-body-left .acf-table-pro-insert-row:first-child {
	top: -10px;
}
.acf-table-pro-body-left .acf-table-pro-insert-row:last-child {
	bottom: -10px;
}

.acf-table-pro-table .acf-table-pro-top-left .acf-table-pro-insert-row {
	top: -8px;
}

/* disabled moving */
.acf-table-pro-top-cell {
    cursor: default;
}
.acf-table-pro-top-cell:not([data-options*="%22dm%22%3A%22y%22"]) {
    cursor: pointer;
}

.acf-table-pro-body-left {
    cursor: pointer;
}
