﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/
.delete {
    text-decoration: none;
}

.tsOre {
    /*background-color: #b1d8f5 !important;*/
    /*display: flow-root*/
}

    .tsOre th span {
        color: black !important;
    }

    .tsOre th div {
        color: black !important;
    }

.tdOre {
}

.tsOreSp {
    /*background-color: #0587c1 !important;*/
}

.tsFesta {
    /*background-color: #aec7da !important;*/
}

.tsStra {
    /*background-color: #cde7fb !important;*/
}

.tsInput {
    max-width: 3.5rem;
}

.tsInpRoi {
    min-height: 26px;
    border: solid 1px black;
    background-color: #dbdbdb
}

.tsInputInAttesa {
    max-width: 3.5rem;
}

.tsInpRoiInAttesa {
    min-height: 26px;
    border: solid 1px black;
    background-color: #dbdbdb
}

.popover-body .row a:hover {
    color: white;
}



input {
}

    input:disabled {
        background-color: #dbdbdb;
    }

        input:disabled .alertts .alert-success {
            background-color: #0a58ca;
        }

.textareats {
    width: 98%;
    margin: 5px 0;
    padding: 1%;
}

.toastui-calendar-template-time a {
    text-decoration: none;
    color: inherit;
}

.element.style {
    margin-left: 8px;
    margin-right: 8px;
    color: rgb(255, 255, 255);
    background-color: rgb(204, 134, 56);
    border-left: 3px solid rgb(0, 0, 0);
    border-radius: 2px;
    overflow: hidden;
    height: 24px;
    line-height: 24px;
    opacity: 1;
}

.toastui-calendar-weekday-event {
    cursor: inherit !important;
}

.headcol {
    position: absolute;
    width: 5em;
    left: 0;
    top: auto;
    border-top-width: 1px;
    /*only relevant for first row*/
    margin-top: -1px;
    /*compensate for top border*/
}

    .headcol:before {
        content: 'Row ';
    }

.tstable form-control {
    font-size: 10px !important;
}

.tstable th {
    font-weight: bold;
}

.dtfc-fixed-left {
    text-align: center !important;
    background-color: #f3feff !important;
}

.alertts {
    padding: 3px 3px !important;
}

label, div {
    vertical-align: middle;
}

.sb-topnav {
    height: 50px;
}
/*--------------------------------- CHAT attivazione finestra */

.chat-btn {
    position: absolute;
    right: 14px;
    bottom: 30px;
    cursor: pointer
}

    .chat-btn .close {
        display: none
    }

    .chat-btn i {
        transition: all 0.9s ease
    }

    /*#check:checked ~ .chat-btn i {
    display: block;
    pointer-events: auto;
    transform: rotate(180deg)
}

#check:checked ~ .chat-btn .comment {
    display: none
}*/
    /*--------------------------------- CHAT fine attivazione finestra */
    .chat-btn i {
        font-size: 22px;
        color: #fff !important
    }

.chat-btn {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: blue;
    color: #fff;
    font-size: 22px;
    border: none
}

.chatwrapper {
    position: absolute;
    right: 20px;
    bottom: 100px;
    background-color: #fff;
    border-radius: 5px;
    opacity: 0;
    transition: all 0.4s;
    visibility: hidden;
}
/*
#check:checked ~ .chatwrapper {
    opacity: 1;
    visibility:visible;
}*/

.header {
    padding: 13px;
    background-color: blue;
    border-radius: 5px 5px 0px 0px;
    margin-bottom: 10px;
    color: #fff
}

.chat-form {
    padding: 15px
}

    /*    .chat-form input,
    textarea,
    button {
        margin-bottom: 10px
    }*/

    .chat-form textarea {
        resize: none
    }

.form-control:focus,
.btn:focus {
    box-shadow: none
}
/*
.btn,
.btn:focus,
.btn:hover {
    background-color: blue;
    border: blue
}
*/
#check {
    display: none !important
}

.blockcircle {
    /*border: 1px solid red;*/
    text-align: center;
    vertical-align: middle;
}

.listchatusers a {
    text-decoration: none;
}

.circle {
    /* background: red;*/
    border-radius: 50px;
    /*color: white;*/
    height: 50px;
    font-weight: bold;
    width: 50px;
    display: table;
    margin: 5px auto;
}

    .circle p {
        vertical-align: middle;
        display: table-cell;
        /*font-size:10px;*/
        letter-spacing: -2px;
    }

.chatnewmsg {
    font-size: smaller;
    margin-bottom: 10px;
    padding: 1px 2px 1px 2px;
    color: aqua;
    font-weight: bold;
}

.fileinput-remove-button {
    margin-top: 10px;
}

.icon-picker-list {
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    padding-left: 0;
}

    .icon-picker-list li {
        /* display: flex;
            flex: 0 0 20%;*/
        float: left;
        /*width: 20%;*/
    }

    .icon-picker-list a {
        background-color: #f9f9f9;
        border: 1px solid #fff;
        color: black;
        display: block;
        flex: 1 1 auto;
        font-size: 14px;
        line-height: 1.4;
        /*min-height: 100px;*/
        padding: 10px;
        text-align: center;
        user-select: none;
    }

        .icon-picker-list a:hover,
        .icon-picker-list a.active {
            background-color: #009E49;
            color: #fff;
            cursor: pointer;
            text-decoration: none;
        }

    .icon-picker-list .fa {
        font-size: 24px;
        margin-bottom: 10px;
        margin-top: 5px;
    }

    .icon-picker-list .name-class {
        display: block;
        text-align: center;
        word-wrap: break-word;
    }

.miicon-picker-list {
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    padding-left: 0;
}

    .miicon-picker-list li {
        /* display: flex;
            flex: 0 0 20%;*/
        float: left;
        /*width: 20%;*/
    }

    .miicon-picker-list a {
        background-color: #f9f9f9;
        border: 1px solid #fff;
        color: black;
        display: block;
        flex: 1 1 auto;
        font-size: 12px;
        line-height: 1.4;
        /*min-height: 100px;*/
        padding: 10px;
        text-align: center;
        user-select: none;
    }

        .miicon-picker-list a:hover,
        .miicon-picker-list a.active {
            background-color: #009E49;
            color: #fff;
            cursor: pointer;
            text-decoration: none;
        }

    .miicon-picker-list .fa {
        font-size: 24px;
        margin-bottom: 10px;
        margin-top: 5px;
    }

    .miicon-picker-list .name-class {
        display: block;
        text-align: center;
        word-wrap: break-word;
    }

/*loading*/
#waintingloadcanvas {
    position: absolute;
    width: 200px;
    height: 200px;
    margin: auto;
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.selecttop {
    font-weight: bold;
}

.actionlink::after {
    visibility: hidden !important;
}

.dropactionlink {
    background-color: lightgray;
    border: 1px solid gray;
}

.navactionlink {
    margin-top: -15px;
}

.aactionlink {
    text-decoration: none;
    padding-left: 5px;
    font-size: small;
    display: block;
    cursor: pointer;
}

    .aactionlink:hover {
        color: white;
        background-color: red;
    }

.speseUM {
    max-width: 30px;
}

.speseUMtd,
.totTdGiorn {
    max-width: 30px; /* Imposta la larghezza massima */
}

    .speseUMtd div,
    .totTdGiorn div {
        background-color: #dbdbdb !important; /* Colore di sfondo, puoi cambiarlo */
        border-radius: 0.25rem !important;
        border: 1px solid #ced4da !important;
        line-height: 40px !important; /* Mantieni la stessa altezza delle righe */
        text-align: right; /* Allinea il testo a destra, se necessario */
    }

.speseLoc {
    max-width: 100px;
}

.headerpage {
}

.headerpagetitle {
    font-weight: bold;
}

.maxth {
    border-style: none !important;
}

    .maxth th {
        font-weight: bold;
        font-size: 1rem;
        color: #b1b1b1;
    }

.thtot {
    font-weight: bold;
    color: black !important;
    font-size: 1rem;
}

.buttonmultiple {
    text-decoration: none;
    min-height: 20rem;
    padding: .3rem 1rem;
    cursor: pointer;
}

    .buttonmultiple:hover {
        color: white;
        background-color: #0b5ed7;
    }

.nwpopper {
    border-width: 0px;
    text-decoration: none;
    cursor: pointer;
    background-color: buttonface;
    padding-left: 6px;
    padding-right: 6px;
    line-height: 22px;
    font-weight: 400;
    color: black;
}

.nwpopperempty {
    border-width: 0px;
    text-decoration: none;
    cursor: pointer;
    background-color: white;
    padding-left: 6px;
    padding-right: 6px;
    line-height: 22px;
    font-weight: 400;
    color: white;
}

.offcanvas-size-xl {
    --bs-offcanvas-width: min(95vw, 600px) !important;
}

.offcanvas-size-xxl {
    --bs-offcanvas-width: min(95vw, 1200px) !important;
}

.offcanvas-header .btn-close {
    margin-right: -900px;
    position: relative;
}

.offcanvas-size-xxl .offcanvas-header .btn-close {
    margin-right: -600px;
}

.divreadonly {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #dbdbdb;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.navstati {
    text-decoration: none;
    cursor: pointer;
}

.navstatidisabled {
    text-decoration: none;
    color: #b1b1b1;
}

#tabella-filtro {
    width: fit-content !important;
}

    #tabella-filtro .table {
        margin-bottom: 0px;
    }

    #tabella-filtro hr {
        line-height: 16px;
    }

#tabella-dati {
    width: fit-content !important;
}

.table > :not(caption) > * > *, .dataTable-table > :not(caption) > * > * {
    padding: 0 0;
}

tr .disabled {
    color: #dbdbdb;
}

.orarilabel {
    display: block;
    width: 100%;
    padding: 8px 5px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.profile-tooltip {
    --bs-tooltip-bg: #226493;
    color: white;
}

.hrdouble {
    border-top: 4px double;
}

.btn-dropdown {
    height: 1.7em
}

.ddhover:hover {
    color: white;
    background-color: #0b5ed7;
}

.ddhover1:focus {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg);
}

.btn-check:checked + .btnFilter {
    border-color: transparent;
    border: none;
    font-weight: bold;
    border-bottom: 4px solid #226493;
    box-shadow: none;
    transition: color 0.2s, border-bottom 0.2s;
    border-radius: 0;
}

.btnFilter {
    border-radius: 0 !important;
    width: 160px;
    border: none;
}

.btn-action {
    background-color: transparent !important;
}

.dditem {
    padding: 0.25rem 1rem
}

.fileinputdroplitte {
    color: #aaa;
    font-size: 1.6em;
    text-align: center;
    padding: 0px 0px;
    cursor: default;
}

.fileinputpreviewlittle .file-drop-zone {
    min-height: 50px;
}

.fileinput-remove-button {
    margin-top: 0px;
}

.mailsample .modal-header, .mailsample .modal-footer {
    background-color: lightgray;
}

.file-caption-name:not(.file-caption-disabled) {
    background-color: #ffffff !important;
}

.ui-icon-gripsmall-diagonal-se {
    display: none !important;
}

.arancione_rounded {
    background-color: #eb6317;
    font-size: smaller;
}

    .arancione_rounded > a {
        color: #ffffff !important;
        text-decoration: none;
    }

.dropdown-menu .btn {
    font-size: 14px;
    text-align: left;
}


    .dropdown-menu .btn.active, dropdown-menu .btn.show {
        background-color: yellow !important;
    }


    .dropdown-menu .btn svg {
        margin-right: 8px;
    }

.btn.active, .btn:first-child:active, :not(.btn-check) + .btn:active {
    background-color: #eb6317 !important;
}

.btn-primary {
    background-color: #eb6317;
    border-radius: 40px !important;
    border-color: #eb6317;
    /*width: 120px;*/
    /*text-wrap: nowrap;*/
}

    .btn-primary:hover {
        background-color: #996633 !important;
    }



.no_round_right {
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.no_round_left {
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

.mnulink:hover {
    background-color: #eb6317;
    color: #ffffff;
}


.tsOre input:disabled {
    background-color: #f3f7fa;
}

.tsOre input, .tsStra input, .tsInpRoi, .tsInpRoiInAttesa, input[type=time] {
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
}


input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.tsInpOreAut {
    border: 1px solid red !important;
}

.tsTot {
    min-width: 3.5rem;
    max-width: 3.5rem;
    margin: 0em;
    padding: 1px 2px;
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
    border-image: initial;
    background-color: #f3f7fa;
}

.thead-light th {
    line-height: 4px;
}

.ddfilter {
    border-radius: 0px;
}



.drop-container {
    position: relative;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 200px;
    padding: 20px;
    border-radius: 10px;
    border: 2px dashed #555;
    color: #444;
    cursor: pointer;
    transition: background .2s ease-in-out, border .2s ease-in-out;
}

    .drop-container:hover,
    .drop-container.drag-active {
        background: #eee;
        border-color: #111;
    }

        .drop-container:hover .drop-title,
        .drop-container.drag-active .drop-title {
            color: #222;
        }

.drop-title {
    color: #444;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    transition: color .2s ease-in-out;
}

input[type=file] {
    width: 100%;
    max-width: 100%;
    color: #444;
    padding: 5px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ced4da;
}

    input[type=file]::file-selector-button {
        background-color: #eb6317;
        border: 1px solid transparent;
        border-radius: 40px !important;
        border-color: #eb6317;
        color: #fff;
        font-size: 1rem;
        padding: 0.375rem 0.75rem;
        transition: background .2s ease-in-out;
    }

        input[type=file]::file-selector-button:hover {
            background: #996633;
        }

.valrigasp, .speseLoc, .valrigasps, .richiedivaluta, .valrigaspn {
    line-height: 20px !important;
    border-radius: 0.25rem !important;
    border: 1px solid #ced4da !important;
    height: 40px;
    width: auto !important;
}

.speseUMtd div {
    border-radius: 0.25rem !important;
    border: 1px solid #ced4da !important;
    height: 40px;
    line-height: 40px !important;
}

.border_round_gray {
    border-radius: 0.25rem !important;
    border: 2px solid #ced4da !important;
    padding: 10px;
}

.txtboldsmall {
    font-size: 12px;
    margin-top: 20px;
    padding-left: 10px;
}

.marginlr {
    margin-left: 20px;
    margin-right: 20px;
}

.note {
    position: relative;
    display: inline-block;
    border-radius: 4px;
}

    .note:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        display: block;
        border-left: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-top: 20px solid #f00;
    }



#listaAllegati {
    width: 380px;
    margin: auto;
}

.deleteBtn {
    cursor: pointer;
}

.disabled {
    background-color: #e9ecef;
    opacity: 1;
}

.addop option {
    font-size: x-large;
    text-align: center
}

.togglerow {
    text-decoration: none;
}

.hrseparazione {
    border-bottom: 1px solid #ced4da;
    margin: 10px 0;
}

.mtimbra {
    border-bottom: 1px solid #dee2e6;
    padding: 0px 0px 20px 0px;
    margin: 0px -16px;
}

#btnmodaltimbrasave {
    width: 200px;
}

.padd20 {
    padding-left: 20px;
}

.noscroll {
    overflow: hidden;
}


#modaltimbratable td, #modaltimbratable th {
    font-size: 16px !important;
}

#modaltimbratable thead th {
    font-weight: normal;
}


.delete_timb {
    cursor: pointer;
}


.table_spese th {
    padding: 0px 4px;
    font-weight: normal;
}

.table_spese td,
.table_spese th {
    padding: 4px 10px;
    text-align: left;
}

    .table_spese td:first-child,
    .table_spese th:first-child {
        padding-left: 0;
    }

.m-fullscreen {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    width: 96vw !important;
    max-width: 96vw !important;
}

    .m-fullscreen .modal-dialog {
        width: 100%;
        max-width: 100%;
        height: 100%;
        margin: 0;
    }

    .m-fullscreen .modal-content {
        height: 100%;
        border: none;
        border-radius: 0;
    }


th.tipologia {
    min-width: 160px;
}


th.importo {
    width: 6%;
    min-width: 160px;
}


th.quantita {
    width: 6%;
    min-width: 120px; /* Larghezza minima di 120px */
}



@media (max-width: 768px) {
    th.tipologia {
        min-width: 140px;
    }

    th.importo {
        width: 6%;
        min-width: 60px;
    }

    th.quantita {
        min-width: 60px;
    }
}

#tableBodySpese > tr > td {
    padding: 4px; /* Regola questa dimensione per l'ampiezza desiderata dello spazio */
}

.divreadonlyspese {
    text-align: center;
    height: 38px;
    display: flex; /* Utilizza flexbox */
    justify-content: center; /* Centra orizzontalmente */
    align-items: center; /* Centra verticalmente */
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    color: #212529;
    background-color: #dbdbdb;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.status-circle {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 5px;
}

.bg-secondary {
    background-color: #6c757d;
}

.bg-approvata {
    background-color: #28a745;
}

.bg-respinta {
    background-color: #dc3545;
}

.bg-inserita {
    background-color: #ffff00;
}

.bg-info {
    background-color: #17a2b8;
}

.bg-light {
    background-color: #f8f9fa;
}



#elenco tbody tr td:first-child div {
    display: block !important;
}


.gray {
    color: #797979;
}

.cursor-pointer {
    cursor: pointer;
}


.reset-button {
    all: initial;
}

.margin_button {
    margin: 0px 8px;
}

@media (max-width: 992px) {
    .sb-nav-fixed #layoutSidenav #layoutSidenav_content {
        padding-left: 0px;
    }
}

.btn-coreNX {
    width: 120px;
    text-wrap: nowrap;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.trpf span, .trpf a {
    padding-right: 1em;
    vertical-align: sub;
}

.coreNxHead {
    color: white;
    vertical-align: sub;
    padding: 1em 1em;
    margin: .2em .2em;
    background-color: #226493;
}

.nxannominus, .nxannoplus, .nxmeseminus, .nxmeseplus {
    background-color: white;
    color: #226493;
}

.tableFixHead {
    overflow: auto;
    height: 100%;
}

    .tableFixHead thead th {
        position: sticky;
        top: 0;
        z-index: 1;
    }

.tableFixHeadtable {
    overflow-y: auto;
    height: 80vh; /* !!!  HEIGHT MUST BE IN [ vh ] !!! */
}

    .tableFixHeadtable thead th {
        background-color: white;
        position: sticky;
        top: 0;
    }


div.dts div.dt-scroll-body, div.dts div.dataTables_scrollBody {
    background: none !important;
}

.nxviewstato {
    border-radius: 8px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    position: relative;
    background-color: #e0d4ff; /* Example background color */
}

    .nxviewstato i {
        position: absolute;
        top: -14px; /* Adjust to align the center of the icon with the top edge */
        right: -14px; /* Adjust to align the center of the icon with the right edge */
        border: none;
        cursor: pointer;
        padding: 5px;
        border-radius: 50%;
        transition: box-shadow 0.3s ease;
    }

    .nxviewstato button .delete-icon {
        color: #ffffff; /* White 'X' */
        font-size: 14px;
    }

    .nxviewstato button:hover {
    }

.mw800 {
    max-width: 80px;
}



.text-red {
    color: red !important;
}

.marg-8 {
    margin: 8px;
}

.bg-entrata {
    background-color: #4caf50; /* Verde per Entrata */
}

.bg-uscita {
    background-color: #f44336; /* Rosso per Uscita */
}

/* Stili per gli stati */
.stato-respinto {
    background-color: #ff0000; /* colore per respinto */
}

.stato-approvato {
    background-color: #4caf50; /* colore per approvato */
}

.stato-inserito {
    background-color: #0dcaf0; /* colore per inserito */
}

/* Stili per la provenienza */
.provenienza-timbratore {
    border-left: 5px solid #0000ff; /* bordo sinistro per timbratore */
}

.provenienza-manuale {
    border-left: 5px solid #ff00ff; /* bordo sinistro per manuale */
}

.delete-icon {
    position: relative;
    right: 5px;
    cursor: pointer;
    font-size: 14px; /* Dimensione dell'icona */
}

.dataTable thead th {
    background-color: #226493 !important;
    color: white !important;
    padding: 0.3em 10px 0.3em 10px;
}

#modaltimbratable th, #modaltimbratable td {
    border: 1px solid #ddd;
    text-align: center;
}


#modaltimbratable td {
    height: 40px !important;
    vertical-align: middle;
}


@media (min-width: 1024px) {
    #modaltimbratable th {
        white-space: nowrap;
    }
}


#modaltimbratable {
    margin-bottom: 20px;
}

#modaltimbratable_wrapper .justify-content-between {
    display: none;
}

#modaltimbradialog .modal-body {
    padding-top: 0px;
}


/* Rimuovere il bordo dal footer */
#modaltimbratable tfoot th, #modaltimbratable tfoot td {
    border: none;
}


.tdg1 {
    border: none !important;
}

    .tdg1 th, .tdg1 td {
        border: 1px solid #ddd !important;
        font-size: 16px !important;
    }

    .tdg1 td {
        height: 40px !important;
        vertical-align: middle;
    }

@media (min-width: 1024px) {
    .tdg1 th {
        white-space: nowrap;
    }
}

.margin_40 {
    margin: 4px 20px;
}

.text-center-important {
    text-align: center !important;
}


#gridTimbrature th.text-center,
#gridTimbrature td.text-center {
    text-align: center !important;
}

.table-responsive td {
    height: 36px !important;
}

.timbr_att {
    cursor: pointer;
    background-color: white;
}

.nz {
    height: 26px;
}

.aleft {
    display: flex !important;
    justify-content: flex-start !important;
    padding: 0px 10px;
}



.thaction {
    max-width: 70px;
    width: 70px;
}

.pftdlocked {
    border: 1px solid #000000;
    background-color: #72b8e9 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


.btn-close {
    filter: invert(100%); /**importante!! non commentare*/
    /*color: #226493 !important;*/
    /*background-color: #eb6317 !important;*/
    opacity: 1;
}

.fullWidth {
    width: 100% !important;
}

.off4 {
    position: relative;
    top: 3px;
}

}

.labelor {
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
}

.form-checkor {
    padding-top: 0.5rem;
}

.form-check-labelor {
    padding-top: 0rem;
}

.m40 {
    margin-top: 40px;
}

/* Rimuove il bordo inferiore standard dei tab */
.custom-tabs .nav-link {
    border: none;
    color: #000; /* Colore del testo */
    font-weight: 500;
}

    /* Effetto sottolineatura per il tab attivo */
    .custom-tabs .nav-link.active {
        color: #000;
        font-weight: bold;
        border-bottom: 2px solid #0d6efd; /* Colore e spessore della linea di sottolineatura */
    }

    .custom-tabs .nav-link:hover {
        color: #0d6efd;
    }

/* Rimuove la riga orizzontale del contenitore tab */
.tab-content {
    border-top: none;
    padding-top: 1rem;
    /*min-height: 560px;*/ /* Regola in base all'altezza del tab più alto */
}


.table_persone th {
    padding: 0px 4px;
    font-weight: normal;
}

.table_persone td,
.table_persone th {
    padding: 4px 10px;
    text-align: left;
}

    .table_persone td:first-child,
    .table_persone th:first-child {
        padding-left: 0;
    }



.bfv {
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-radius: 0px;
    height: 40px;
    width: 100%;
}

.tot_riga {
    height: 40px;
}

label.required::after {
    content: "*"; /* Il testo aggiunto */
    color: red; /* Colore del testo */
    font-weight: bold; /* Opzionale, per evidenziare di più */
    margin-left: 5px; /* Spazio tra l'etichetta e l'asterisco */
}

#modalTimbratable th {
    font-weight: normal !important;
}

#tablespese td, #totr td {
    padding: 0px !important;
}

.licenza-th {
    width: 220px;
}

.circle-timesheet {
    width: 80px;
    height: 40px;
    border-radius: 8px;
    background-color: #eb6317;
    color: white;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    display: inline-block;
}

.circle-finance {
    background-color: #226493;
}

.content-item {
    margin-bottom: 1.25em;
}

.text-label {
    display: inline-block;
    line-height: 40px;
    vertical-align: middle;
    margin-left: 15px;
    font-size: 16px;
    font-weight: 600;
}

#personeTable tr:has(select.idUser) td {
    vertical-align: top;
}



#personeTable .dr {
    position: relative;
    top: 4px;
    left: 0px;
}



.w100i {
    width: 180px !important;
}

.pr2 {
    position: relative;
    top: -2px;
}

.modal-header .btn-close {
    /*color: #226493 !important;
    background-color: #eb6317 !important;*/
}

.jstree-icon {
    width: 24px;
    height: 24px;
}

.bscalendar {
    background-color: lavender;
}

    .bscalendar .btn {
        /*background-color: rgb(13, 110, 253);*/
    }

.menusx {
    padding-left: 225px;
    width: 100%;
}

.nomenusx {
    padding-left: 0px;
    width: 100%;
}
