.btn-action {
	cursor: pointer;
}
[data-theme=light] .modal.fade.show {
	background: #ffffff;
}
[data-theme=dark] .modal.fade.show {
	background: #151521;
}
.fmono {
	font-family: consolas;
}
.table thead, .table tfoot {
	vertical-align: middle !important;
}
.table td {
	/*border-right: 1px solid #2B2B40;*/
}
.table td:last-child {
	border-right: 0px;
}
.oneline {
	white-space: nowrap;
	text-overflow: ellipsis;
}
.iconpicker .iconpicker-item {
	box-shadow: 0 0 0 0 #000 !important;
	padding: 14px !important;
}
.iconpicker-popover.popover.bottom > .arrow::after, 
.iconpicker-popover.popover.bottomRight > .arrow::after, 
.iconpicker-popover.popover.bottomLeft > .arrow::after {
	border-bottom-color: transparent !important;
}
.iconpicker .iconpicker-item:hover:not(.iconpicker-selected) {
	background-color: rgba(255,255,255,0.05) !important;
}
.iconpicker-popover.popover > .arrow, 
.iconpicker-popover.popover > .arrow::after {
	border-style: none !important;
}
.iconpicker-popover.popover.bottom, 
.iconpicker-popover.popover.bottomRightCorner, 
.iconpicker-popover.popover.bottomRight, 
.iconpicker-popover.popover.bottomLeft, 
.iconpicker-popover.popover.bottomLeftCorner {
	margin-top: 1px !important;
}
/*
.dark-mode .table.table-row-bordered tr {
	/*background: #0b0b12;*/
}
.dark-mode .table.table-row-bordered tr.odd, div.filter {
	background: #12121d;
}
.dark-mode .table.table-row-bordered tr.even {
	background: #0e0e17;
}
*/
.open-modal, .open-modal-after-save {
	cursor: pointer;
}
::-webkit-scrollbar-corner {
	background: rgba(0,0,0,0);
}
div.dataTables_wrapper div.dataTables_info {
	display: block !important;
}
table.dataTable thead > tr > th.sorting::after, 
table.dataTable thead > tr > th.sorting_asc::after, 
table.dataTable thead > tr > th.sorting_desc::after, 
table.dataTable thead > tr > th.sorting_asc_disabled::after, 
table.dataTable thead > tr > th.sorting_desc_disabled::after, 
table.dataTable thead > tr > td.sorting::after, 
table.dataTable thead > tr > td.sorting_asc::after, 
table.dataTable thead > tr > td.sorting_desc::after, 
table.dataTable thead > tr > td.sorting_asc_disabled::after, 
table.dataTable thead > tr > td.sorting_desc_disabled::after {
	top: 0 !important;
}
.rich-radio .fv-plugins-icon {
	top: -35px;
	right: -7px;
}
.required:after {
	content: "" !important;
}
.fv-plugins-message-container {
	display: none !important;
}
.tooltip-inner {
	padding: 0.4rem 1rem !important;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
	border-top-color: inherit;
}
.select2-selection.select2-selection--multiple.sinclude.select-2.form-select.form-select-lg {
	min-height: 45.88px;
}
.input-group-text { cursor: pointer; }

.col.draggable.draggable-mirror {
	border: 0 !important;
	margin-left: 5px !important;
	margin-right: 5px !important;
	z-index: 9999 !important;
}
button.draggable-handle {
	cursor: move !important;
}
.draggable-zone:focus {
	border: 0 !important;
	outline: 0 !important;
}
//.select2-selection__rendered,
//.select2-selection__placeholder,
//.select2-selection.select2-selection--single.select-2.form-select {
//	color: white !important;
//}
div.text-center li.select2-results__option {
	text-align: center !important;
}
.select2-container--bootstrap5 .select2-selection--single .select2-selection__rendered {
	width: 100%;
	text-align: center !important;
}
.btn-admin {
	top: 5px;
	right: 5px;
	width: 2rem !important;
	height: 2rem !important;
}
.noUi-target.noUi-horizontal .noUi-handle {
	border-radius: 3px !important;
}
.noUi-horizontal .noUi-handle {
	right: -5px !important;
	width: 10px !important;
}
.select2-selection__rendered {
	/*font-weight: 300;*/
}
.monospace {
	font-family: Consolas !important;
}
.select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) .select2-selection__choice {
	padding: 0.1rem 0.4rem !important;
}