body {

}


p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form {
    margin-bottom: 10px;
}

.link1 {
    text-decoration: none !important;
    font-weight: bold;
    color: #656565;
}

    .link1:hover {
        color: #000000;
        font-weight: bold;
    }

.table > :not(caption) > * > * {
    padding:5px;
    /*background-color: #f5f5f5;*/
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    line-height:2;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    vertical-align: middle;
    text-transform: uppercase;
    text-align: center;
}

.btn {
    font-size: 0.8rem;
}

/*.btn-outline-danger {
    color: white;
}
*/
th {
    white-space: nowrap;
}

label {
    display: inline-block;
    font-size: 13px;
    /*font-weight: 700;*/
    font-family: 'Arial Narrow';
    text-transform: uppercase;
    letter-spacing: 1px;
    /*color: #555;*/
    margin-bottom: 0;
    cursor: pointer;
}

.btnTableHead {
    margin-bottom: 5px;
    width: 100%;
}

@media (min-width: 768px) {
    .visualColonne {
    }

    .icona2x {
        font-size: 2em;
    }

    .Testo {
        font-size: 1.8em;
    }

}


@media (max-width: 767px) {
    .visualColonne {
        display: none;
    }

    .Testo {
        font-size: 1.6em;
    }

    .icona2x {
        font-size: 1.5em;
    }
}

@media (max-width: 576px) {
    .Testo {
        font-size: 1.4em;
    }

}

@media (max-width: 400px) {
    .Testo {
        font-size: 1.2em;
    }
}

.IndexRows {
    border: thin solid;
    line-height: 50px;
    padding: 10px 0 10px 0;
    box-shadow: 5px 5px 5px gray;
    border-radius: 5px;
    /*min-height: 200px;*/
    
}

.IndexNumber {
    font-weight: bold;
    min-width: 50px;
    font-size: 2em;
    /*border: solid thin;*/
    /*text-align: center;*/
}

.IndexRowLabel {
    /*padding: 10px;*/
    text-align: left;
}

#footer .footer-widgets-wrap {
    position: relative;
    padding: 40px 0;
}

tbody tr:hover {
    box-shadow: 0px 0px 8px 3px #444444 ;
    transform: scale(1);
    transition: box-shadow 0.2s ease-in-out;
    cursor: pointer;
}

th {
    border: solid thin;
    border-color: #bbbbbb;
}

th a {
    font-weight: bold;
    color: orangered;
}

    th a:hover {
        font-weight: bold;
        color: orangered;
    }

.ModalBorderDelete {
    border: solid #ff0000;
}

.margine-dx {
    margin-right:10px;
}

.tooltip-inner {
   color: white;
   background-color: black;
   word-break: break-all;
   text-align: left;
   white-space: pre-line;
}
.tooltip.top {
   left: -100px;
   top: 10px;
}

