/*body {
    background-color: skyblue;
}*/



table.table .actions {
	white-space: nowrap;
	width: 1%;
}

:disabled, .disabled { cursor: not-allowed !important; pointer-events: initial !important; }
select:disabled ~ [class^="ts-"] { background-color: #e9ecef; opacity: 1; }
a.disabled { opacity: .65; }

.toggle-password-button { position: absolute; top: initial !important; bottom: -1.25rem !important; }

.flatpickr-input[readonly] { background: initial !important; }
.flatpickr-input.form-control[readonly] { background: #fff !important; }
.flatpickr-input.form-control[disabled] { background: #e9ecef !important; }