:root {
    --dt-row-selected: 125, 125, 125;
}


/* Nascondo la select del cerca sopra alle colonne  */
.dtcc-search-type-icon,
.dtcc-content select {
    display: none !important;
}

table.dataTable span.dtcc div.dtcc-searchText>div input {
    padding-right: 5px;
}

table.dataTable span.dtcc div.dtcc-searchText>div span.dtcc-search-clear {
    right: 5px;
}

table.dataTable>tbody>tr.selected>*,
table.dataTable.stripe>tbody>tr.selected>*,
table.dataTable.display>tbody>tr.selected>* {
    box-shadow:
}
/* Fine  */


/* Editor Lightbox customizzazione per usare più spazio orizzontale */
div.DTED_Lightbox_Wrapper {
    position: fixed;
    top: 0;
    left: 0%;
    margin-left: 5%;
    width: 90%;
    height: 100%;
    z-index: 100;
}


div.DTED_Lightbox_Background {
    z-index: 21 !important;
}

.datatableAttachmentLink {
    text-decoration: underline;
}

.dt-container a {
    text-decoration: underline;
}

/* Option della select */

html.dark div.DTE_Field select option {
    background-color: rgb(89, 91, 94);
}

/* Campi readonly: aspetto simile a disabled */
div.DTE_Field input[readonly],
div.DTE_Field textarea[readonly] {
    background-color: #f3f4f6 !important;
    color: #6b7280 !important;
    border-color: #d1d5db !important;
    cursor: text !important;
    box-shadow: none !important;
}

div.DTE_Field input[readonly]:focus,
div.DTE_Field textarea[readonly]:focus {
    outline: none !important;
    border-color: #d1d5db !important;
    box-shadow: none !important;
}

html.dark div.DTE_Field input[readonly],
html.dark div.DTE_Field textarea[readonly] {
    background-color: rgb(55, 65, 81) !important;
    color: rgb(156, 163, 175) !important;
    border-color: rgb(75, 85, 99) !important;
    cursor: text !important;
    box-shadow: none !important;
}

html.dark div.DTE_Field input[readonly]:focus,
html.dark div.DTE_Field textarea[readonly]:focus {
    outline: none !important;
    border-color: rgb(75, 85, 99) !important;
    box-shadow: none !important;
}
