﻿.form-section {
    position: relative;
    padding: 0.5rem;
    padding-top: 1rem;
    margin: 0.5rem;
    width: calc(100% - 2rem);
}

.form-section-border {
    border-color: black;
    border-style: solid;
    border-width: 0.05rem;
    border-radius: 5px;
}

.form-section-title {
    position: absolute;
    top: -10px;
    left: 20px;
    height: 20px;
    background-color: white;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}





.isole-table {
    background: white;
    user-select: none;
    height: 5px !important;
    table-layout:fixed;
}

    .isole-table tr:nth-child(odd) {
        background-color: white;
    }

    .isole-table tr:nth-child(even) {
        background-color: #f1f4f6;
    }

    .isole-table thead {
        background: white;
    }

    .isole-table tbody tr td {
        padding: 2px;
        /*white-space: nowrap;*/
        word-wrap: break-word;
        white-space: normal;
    }

    .isole-table tfoot th,
    .isole-table tfoot td {
        background: #fcefb8;
        padding: 2px;
        white-space: nowrap;
    }

    .isole-table .noselect {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
