.menu-consegne {
    background-color: dodgerblue;
    height: 100px;
}


#salvaModificaConsegna {
    margin-top: 50px;
}

.menu {
    margin: 0px 20px 50px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu li {
    display: inline-block;
    padding: 10px 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    border: 1px solid black;
    border-radius: 10px;
    margin-top: 25px;
    text-decoration: none;
}

.menu li:hover {
    background-color: rgb(1, 97, 194);
}

.active {
    background-color: rgb(3, 69, 135);
}

.menu li a {
    color: white;
}

.text-consegne {
    font-family: 'Roboto', sans-serif;
}

.ms {
    margin-top: 15px;
}

.input-container {
    display: -ms-flexbox;
    /* IE10 */
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}

.icon {
    padding: 10px;
    background: dodgerblue;
    color: white;
    min-width: 50px;
    text-align: center;
}

.input-field {
    width: 100%;
    padding: 10px;
    outline: none;
}

.input-field:focus {
    border: 2px solid dodgerblue;
}

.btn {
    background-color: dodgerblue;
    color: white;
    padding: 15px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
}

.btn:hover {
    opacity: 1;
}

/* CSS TABELLA */
.table-wrapper {
    width: 700px;
    margin: 30px auto;
    background: #fff;
    padding: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.table-title {
    padding-bottom: 10px;
    margin: 0 0 10px;
}

.table-title h2 {
    margin: 6px 0 0;
    font-size: 22px;
}

table.table {
    table-layout: fixed;
}

table.table tr th,
table.table tr td {
    border-color: #e9e9e9;
}

table.table th i {
    font-size: 13px;
    margin: 0 5px;
    cursor: pointer;
}

table.table th:last-child {
    width: 100px;
}

table.table td a {
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
    min-width: 24px;
}

table.table td a.add {
    color: #27C46B;
}

table.table td a.delete {
    color: #E34724;
}

table.table td i {
    font-size: 19px;
}

table.table .form-control {
    height: 32px;
    line-height: 32px;
    box-shadow: none;
    border-radius: 2px;
}

table.table .form-control.error {
    border-color: #f50000;
}


/*---------------------------------------------------------*/

.dataConsegna {
    display: flex;
    justify-content: flex-start;
    margin-left: 100px;
    
}

input[type="date"] {
    padding: 3px;
    
}

#zonaConsegna {
    padding: 4px;
    width: 150px;
    text-align: center;
}

#orario {
    padding: 4px;
    width: 200px;
    text-align: center;
}

.infobox {
    display: flex;
    margin-top: 20px;
    justify-content: center;
    align-items: center;
    color: #2808f7;
}

/*TABELLA CONSEGNE*/
.tabellaConsegne {
    display: flex;
    width: 100%;
    margin: auto;
    padding-top: 10px;
    padding-right: 100px;
    padding-left: 100px;
}

#listaConsegne th:first-of-type,
#listaConsegne td:first-of-type {
    width: 85%;
}

#listaConsegne th:nth-of-type(2),
#listaConsegne td:nth-of-type(2) {
    width: 15%;
}

#consegne {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#consegne td,
#consegne th {
    border: 1px solid #ddd;
    padding: 8px;
}

#consegne tr:nth-child(even) {
    background-color: #f2f2f2;
}

#consegne tr:hover {
    background-color: #ddd;
}

#consegne th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: dodgerblue;
    color: white;
}

#consegne th:nth-child(1),
#consegne td:nth-child(1) {
    width: 5%;
    text-align: center;
}

#consegne th:nth-child(2),
#consegne td:nth-child(2) {
    width: 75%;
}

#consegne th:nth-child(3),
#consegne td:nth-child(3) {
    width: 5%;
    text-align: center;
}

#consegne th:nth-child(4),
#consegne td:nth-child(4) {
    width: 5%;
    text-align: center;
}

#consegne th:nth-child(5),
#consegne td:nth-child(5) {
    width: 10%;
    text-align: center;
}

/*---------------------------------------------------------*/

.opzioni {
    display: flex;
    justify-content: center;
    width: 40%;
    margin: auto;
    padding-top: 50px;
    margin-bottom: 20px;
}

#ritiro {
    display: none;
}

#resi {
    display: none;
}

.checkbox-label {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
    margin-top: 10px;
    color: dodgerblue;
}

input[type="checkbox"] {
    vertical-align: middle;
    transform: scale(1.2);
}

.opzioni a {
    border: 1px solid black;
    padding: 13px;
    border-radius: 10px;
}

#consegnato {
    background-color: #27C46B;
    color: white;
}

#consegnato:hover {
    text-decoration: none;
    color: black;
}

#inconsegna {
    background-color: #E34724;
    color: white;
}

#inconsegna:hover {
    text-decoration: none;
    color: black;
}

.space {
    width: 30px;
}

img[title]:hover:after {
    content: attr(title);
    background-color: yellow;
    color: black;
    padding: 5px;
    position: absolute;
    z-index: 1;
}

.totColli {
    display: flex;
    justify-content: center;
    align-items: center;
    color: dodgerblue;
}

/*IMPOSTAZIONI*/
body{margin-top:20px;
    background-color:#f2f6fc;
    color:#69707a;
    }
    .img-account-profile {
        height: 10rem;
    }
    .rounded-circle {
        border-radius: 50% !important;
    }
    .card {
        box-shadow: 0 0.15rem 1.75rem 0 rgb(33 40 50 / 15%);
    }
    .card .card-header {
        font-weight: 500;
    }
    .card-header:first-child {
        border-radius: 0.35rem 0.35rem 0 0;
    }
    .card-header {
        padding: 1rem 1.35rem;
        margin-bottom: 0;
        background-color: rgba(33, 40, 50, 0.03);
        border-bottom: 1px solid rgba(33, 40, 50, 0.125);
    }
    .form-control, .dataTable-input {
        display: block;
        width: 100%;
        padding: 0.875rem 1.125rem;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 1;
        color: #69707a;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #c5ccd6;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0.35rem;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }
    
    .nav-borders .nav-link.active {
        color: #0061f2;
        border-bottom-color: #0061f2;
    }
    .nav-borders .nav-link {
        color: #69707a;
        border-bottom-width: 0.125rem;
        border-bottom-style: solid;
        border-bottom-color: transparent;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-left: 0;
        padding-right: 0;
        margin-left: 1rem;
        margin-right: 1rem;
    }

    #ricerca-cliente {
        width: 100%;
        margin-top: 10px;
        padding: 5px;
    }

    .info {
        cursor: pointer;
    }

