﻿ 
.delete {
 
    text-decoration: none;
 
}
 
.page-item a {
    color: #0a58ca;
    background-color: #e9ecef;
    border-color: #dee2e6;
    padding: 0.375rem 0.75rem;
    position: relative;
    display: block;
    border: 1px solid #dee2e6;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.dtgroup td {
    background-color: #D0D7E5!important;
    font-weight:bold;
}
.hrdouble {
    border-top: 4px double;
}
.checkbox-TS {
    width: 20px !important;
    height: 20px !important;
}

.Totale-Ticket {
    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;
}