.bg-gradient {
    background-image: var(--bs-gradient) !important;
}
.btn-check {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}
.gap-2 {
    gap: .5rem !important;
}

.d-grid {
    display: grid !important;
}

form {
    border-radius: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

input.text,
input.list {
    border-radius: 10px;
}

fieldset {
    border-radius: 20px;
    padding: 20px 0 20px 0;
    margin-bottom: 10px;
}

legend {
    max-width: 250px;
    /* padding-left: 20px; */
}

input[type='checkbox']:checked+label {
    background-color: green;
    color: white;
    border: 0;
}
input[type='checkbox']+label {
        border: 2px solid #cd0200;
        color: #cd0200;
}
legend input[type='checkbox']:checkede+label {
    background-color: green;
}

input.cerca {
    background-image: url(../img/cerca.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    border-radius: 10px 10px 10px 10px;
    /* font-size: 14px; */
}

.nascosta {
    display: none!important;
}

.cliccabile {
    cursor: pointer;
}

.border-2 {
    border-width: 2px !important;
}

.border-3 {
    border-width: 3px !important;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5
}

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    opacity: 1
}

.btn-close.disabled,
.btn-close:disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: .25
}

/*per elementi con funzione di cancellazione*/
.canc {
    width: 34px;
    height: 36px;
    background-image: url(../img/cancella.png);
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

/*per elementi con funzione di contatto*/
.contact {
    width: 34px;
    background-image: url(../img/chiama.png);
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.float-end {
    float: right!important;
}
.float-start {
    float: left!important;
}

/*per elementi con funzione di modifica*/
.modifica {
    width: 34px;
    background-image: url(../img/modifica.png);
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

/*per elementi con funzione di aggiunta_contatto*/
.aggiungi_contatto {
    width: 34px;
    background-image: url(../img/aggiungi.png);
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

/*per elementi con funzione di mostra_lista*/
.mostra_lista {
    width: 34px;
    background-image: url(../img/mostra_lista.png);
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.modal label.btn {
    margin-left: 0.5rem;
}

legend.titolo {
    max-width: 250px;
    padding: 0;
}

.modal .btn {
    margin-left: 3px;
}
.panino{
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 70px;
    left:  30px;
    cursor: pointer;
}

.panino span{
    background: #6c757d;
    height: 3px;
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

.rounded-2 {
    border-radius: .25rem !important;
}

.tab-content {
    padding: 15px;
    width: 100%;
}

.text-start {
    text-align: left !important;
}

.text-end {
    text-align: right !important;
}

@media print {
    /*.numero_registro_stampa {
        display: none !important;
    }*/

    ul.nav-tabs {
        text-align: center;
        display: contents;
        font-size: 40px;
    }

    a.nav-link {
        display: none;
    }

    a.nav-link.active {
        display: contents !important;
    }

    .stampa-no {
        display: none !important;
    }
}

.numero_registro_stampa {
    border: 0px;
    width: 70px;
    text-align: center;
    font-size: small;
}

input[type=text]:focus .numero_registro_stampa {
    border: auto;
}

input[type=text].nome_corso {
    text-align: center;
}

input[type=text]:focus.nome_corso {
    background-color: #76daf5;
}

strong{
    padding: 0px 5px;
}
