/* ------------------------------------------------------ */
textarea.lines_notes {
    background-attachment: local  !important;
    background-image:
        linear-gradient(to right, white 8px, transparent 8px),
        linear-gradient(to left, white 8px, transparent 8px),
        repeating-linear-gradient(white, white 21px, rgba(214, 214, 214, 0.5)  21px, rgba(214, 214, 214, 0.5)  22px, white 22px)  !important;
    line-height: 22px !important;
}
/* ------------------------------------------------------ */
/* Disable mouse select / highlight */
.no_select,
td.dataTables_empty,
*.table_title {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
/* ------------------------------------------------------ */
.ampel_green,
.IsAmpelGreen,
.IsAmpelGrun{
  background: radial-gradient(#15df97 , #00a699) !important;
}
/* ------------------------------------------------------ */
