* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body {
    font-family: Helvetica;
    -webkit-font-smoothing: antialiased;
    background: rgba(71, 147, 227, 1);
}

h2 {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
    padding: 30px 0;
}

/* Table Styles */

.table-wrapper {
    margin: 10px 10px 10px;
    box-shadow: 0px 35px 50px rgba(0, 0, 0, 0.2);
}

.fl-table {
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: pre-line;
    background-color: white;
}

.fl-table td, .fl-table th {
    text-align: center;
    padding: 8px;
}

.fl-table td {
    border-right: 1px solid #f8f8f8;
    font-size: 12px;
}

.fl-table thead th {
    color: #ffffff;
    background: #4FC3A1;
}


.fl-table thead th:nth-child(odd) {
    color: #ffffff;
    background: #324960;
}

.fl-table tr:nth-child(even) {
    background: #F8F8F8;
}

/* Responsive */

@media (max-width: 767px) {
    .fl-table {
        display: block;
        width: 100%;
    }

    .table-wrapper:before {
        content: "Scroll horizontally >";
        display: block;
        text-align: right;
        font-size: 11px;
        color: white;
        padding: 0 0 10px;
    }

    .fl-table thead, .fl-table tbody, .fl-table thead th {
        display: block;
    }

    .fl-table thead th:last-child {
        border-bottom: none;
    }

    .fl-table thead {
        float: left;
    }

    .fl-table tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
    }

    .fl-table td, .fl-table th {
        padding: 20px .625em .625em .625em;
        height: 60px;
        vertical-align: middle;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        width: 120px;
        font-size: 13px;
        text-overflow: ellipsis;
    }

    .fl-table thead th {
        text-align: left;
        border-bottom: 1px solid #f7f7f9;
    }

    .fl-table tbody tr {
        display: table-cell;
    }

    .fl-table tbody tr:nth-child(odd) {
        background: none;
    }

    .fl-table tr:nth-child(even) {
        background: transparent;
    }

    .fl-table tr td:nth-child(odd) {
        background: #F8F8F8;
        border-right: 1px solid #E6E4E4;
    }

    .fl-table tr td:nth-child(even) {
        border-right: 1px solid #E6E4E4;
    }

    .fl-table tbody td {
        display: block;
        text-align: center;
    }
}


/* ############ costummizzation #################### */
.inserttab {
    padding: 20px;
    width: 400px;

}

.inserttab label input {
    float: right;
}

.inserttab input {
    float: right;
}

.inserttab label {
    margin: 12px;

}

#entrytime {
    float: right;
}

#exittime {
    float: right;
}

#greenpass {
    float: right;
}

/* #areaedit {
    
} */

#insertedit {
    display: none;
    background-color: darksalmon;
    padding: 20px;
    margin: 10px;
    box-shadow: 0px 35px 50px rgb(0 0 0 / 80%);
}

#insertnewdiv {
    width: fit-content;
    margin: 10px;
    padding: 10px;
    box-shadow: 0px 35px 50px rgb(0 0 0 / 80%);
}

#reachtableres {
    display: none;
}

/* ####################### per pagina insertAllows.html ########################## */
body {
    background-color: burlywood;

}

#showresult {
    visibility: hidden;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    background-color: #ffffff;
    width: fit-content;
    padding: 6px;
}

.navigator {
    color: #000000;
    background-color: rgba(119, 113, 121, 0.63);
    margin: 12px;
    padding: 6px;
    border-style: solid;
    border-color: #000000;
    border-width: 1px;
    text-decoration: none;
}

/* ######################################################################################## */

#inputkeyboard {
    display: none;
}

/* ############ navbar style ################ */
ul {
    list-style-type: none;
    margin: 0;
    margin-bottom: 28px;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    border-style: solid;
    border-width: 2px;
    border-color: #ffffff;
}

li {
    float: left;
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff;
}

li a {
    font-size: small;
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover {
    background-color: #111;
}

.evidenced {
    background-color: brown;
}

.formallowinput {
    margin: 0 auto;
}

/* ####### login form ################ */
#loginForm p {
    font-size: 12px;
    text-decoration: none;
    color: #ffffff;
}

#loginForm h1 {
    font-size: 1.5em;
    color: #525252;
}

.box {
    background: #32a7501a;
    width: 300px;
    border-radius: 6px;
    margin: 0 auto 0 auto;
    padding: 12px;
    padding-bottom: 56px;
    border: #2980b9 4px solid;
}

#loginForm .email {
    background: #ecf0f1;
    border: #ccc 1px solid;
    border-bottom: #ccc 2px solid;
    padding: 8px;
    width: 250px;
    color: #AAAAAA;
    margin-top: 10px;
    font-size: 1em;
    border-radius: 4px;
}

#loginForm .password {
    border-radius: 4px;
    background: #ecf0f1;
    border: #ccc 1px solid;
    padding: 8px;
    width: 250px;
    font-size: 1em;
}

.btn {
    background: #2836769c;
    width: 125px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
    border-radius: 4px;
    border: #27ae60 1px solid;
    /* border: 1px solid; */

    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
    margin-left: 16px;
    font-weight: 800;
    font-size: 0.8em;
}

.btn:hover {
    background: #2c3bc0;
}

#btn2 {
    float: left;
    background: #3498db;
    width: 125px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
    border-radius: 4px;
    border: #2980b9 1px solid;

    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    font-weight: 800;
    font-size: 0.8em;
}

#btn2:hover {
    background: #3594D2;
}

#response {
    border-style: solid;
    border-width: 2px;
    border-color: #000000;

}

#response {
    display: none;
    width: auto;
    font-size: larger;
    margin: 20px;
}