﻿body {
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    background-color: #D9DADA;
    font-size: 14px;
    color: #212529
}

* {
    box-sizing: border-box;
}

/* Container for flexboxes */
.row {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}


/* Create four equal columns */
.column {
    flex: 25%;
    padding: 20px;
    text-align: center;
    max-width: 250px;
    min-width: 50px;
    background-color: rgba(0, 0, 0, 0.68);
    height: 260px;
}

.columndashboard {
    flex: 25%;
    padding: 0;
    text-align: center;
    max-width: 260px;
    min-width: 50px;
    margin: 0;
    border-radius: 2.80rem 2.80rem 2.80rem 2.80rem;
    z-index: 1;
}

.columndashboardsopra {
    flex: 25%;
    padding: 13px;
    text-align: center;
    max-width: 260px;
    width: 260px;
    background-color: #262B2C;
    height: 230px;
    margin: .7rem .7rem 0 .7rem; /* Set bottom margin to 0 */
    border-radius: 2.80rem 2.80rem 0 0;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
    z-index: 1;
    position: relative;
}

.columndashboardsopra:hover {
    background-color: #FFC63F;
}


/* PULSANTI DELLA DASHBOARD*/
.buttonDashboard {
    border: 0px;
    text-decoration: none !important;
}

.columndashboardsotto {
    flex: 25%;
    padding: 10px;
    text-align: center;
    max-width: 260px;
    min-width: 50px;
    background-color: #333A3C;
    height: 60px;
    margin: 0 .7rem .7rem .7rem; /* Set bottom margin to 0 */
    border-radius: 0 0 2.80rem 2.80rem;
    z-index: 0;
    position: relative;
}
.columndashboardnumero {
    flex: 25%;
    padding: 13px;
    text-align: center;
    max-width: 260px;
    min-width: 50px;
    height: 80px;
    margin: 0 .7rem 0 .7rem; /* Set bottom margin to 0 */
    z-index: 0;
    position: relative;
}

/* On screens that are 992px wide or less, go from four columns to two columns */
@media screen and (max-width: 992px) {
    .column {
        flex: 50%;
    }
}

/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .row {
        flex-direction: column;
    }
}

.titoloDashboard {
    font-size: 24px;
    color: white;
    font-weight: 600;
    font-family: 'Roboto', sans-serif; /* Add Roboto font */
}

.sottotitoloDashboard {
    font-size: 14px;
    font-weight: normal;
    color: white;
    font-family: 'Roboto', sans-serif; /* Add Roboto font */
}

.container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}

.containerMAIN {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FECC00;
}

.containerContenuti {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 15px;
    padding-bottom: 30px;
}



.titolo1 {
    font-size: 35px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
}

.titolo2 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
}

.titolo3 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
}

.button {
    vertical-align: middle;
    text-align: center;
    color: #FFFFFF !important;
    background-color: #5b5b5b;
    font-size: 15px;
    padding: .375rem .75rem;
    border-style: none;
    border-radius: .25rem;
    line-height: 20px;
    height: 30px;
    border-color: #92a47b;
    text-indent: 0;
    cursor: pointer;
    margin: 5px;
}



.loginButton {
    font-size: 15px;
    vertical-align: middle;
    text-align: center;
    border: 0;
    line-height: 20px;
    height: 30px;
    width: 120px;
    margin: 0 !important;
    cursor: pointer;
    text-indent: 0;
}

/* MENU*/
div.menu {
    padding: 0px 0px 0px 8px;
    z-index: 1;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
        z-index: 20;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: #323232;
            border: 0px #00789F solid;
            color: #FFFFFF;
            display: block;
            line-height: 1.35em;
            padding: 10px 20px;
            text-decoration: none;
            white-space: nowrap;
            z-index: 1;
            border-radius: .3rem !important;
        }

            div.menu ul li a:hover {
                background-color: #ffffff;
                color: #000000;
                text-decoration: none;
                z-index: 1;
            }

            div.menu ul li a:active {
                background-color: #00789f;
                color: #FFFFFF;
                text-decoration: none;
                z-index: 1;
            }

/* TABELLE DETTAGLIO*/
.cellHeader {
    font-size: 14px;
    width: 200px;
    text-align: right;
}

input, input[type="text"].dxeEditAreaSys {
    color: #323232;
    opacity: 1;
    border: 1px solid #808080;
    border-radius: .25rem;
    padding: .375rem .75rem;
    font-size: 14px;
}

    input:disabled, input[readonly] {
        background-color: #e9ecef;
        opacity: 1;
    }

/*DATAGRID*/
.dxgvControl, .dxgvDisabled {
    font: 12px -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    color: Black;
    cursor: default;
    margin-top: 10px;
}

}

.dxgvHeader, .dxgvHeader table {
    color: Black;
    font-weight: bold;
    font-size: 14px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/*CELLA DELLE ETICHETTE NELLE FORM DI MODIFICA/INSERIMENTO*/
.cellForm {
    font-size: 14px;
    width: 200px;
    text-align: right;
}
