/* Foglio di stile personalizzato */

/* COLORI */
.aside.aside.orange .aside-logo {
    background-color: #e2f0f5;
}

.aside.aside.orange {
    background-color: #e2f0f5;
}

.aside-enabled.aside-fixed.header-fixed .header {
    background-color: #e2f0f5;
}

.btn-primary {
    color: #fff !important;
    background-color: #1C99C4 !important;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #1C99C4 !important;
}

.btn-secondary {
    background-color: #a2a2a4 !important;
    color: #FFF !important;
}

.btn-bis {
    background-color: #d44c15;
    color: #fff;
}

.btn-bis:hover {
    color: #fff;
}

.btn-active-bis {
    background-color: #1C99C4;
}

.footer {
    background-color: #e2f0f5;
}

.bg-login {
    background-color: #e2f0f5;
}

span.evidenza {
    color: #D44C15;
    font-size: 10px;
}

.memo {
    background-color: #1d99c4;
}

/* Stili progetti ed attività */
.progetto-note .card-body {
    flex-wrap: wrap;
}

.progetto-note .card {
    width: 300px;
    margin-bottom: 30px;
}

a.task-urgente {
    font-weight: bold;
    background-color: #f3f3f3;
    padding: 5px;
    border-left: 5px solid red;
}

a.task-completato,
label.task-completato {
    text-decoration: line-through;
    color: #4a8fb7;
}

a.task-completato:hover {
    text-decoration: overline;
}

/* VARI da rivedere */
.timeline .timeline-icon {
    z-index: 1;
    flex-shrink: 0;
    margin-right: 1rem;
    width: 30px;
    height: 30px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--bs-gray-300);
    border-radius: 50%;
}

#kt_header a.btn,
#kt_header button.btn {
    max-height: 40px;
    margin-top: 10px;
    margin-right: 10px;
    padding-top: 13px;
}

.drawer-overlay {
    display: none;
}

#kt_engage_demos {
    z-index: 999999;
}

.log-in .footer {
    background-color: none !important;
}

/* MEDIA QUERY & FIX */
@media (min-width: 992px) {
    div#kt_content {
        padding-top: 80px;
    }

    .col-lg-05 {
        flex: 0 0 auto;
        width: 4.166666666%;
    }

    .col-lg-15 {
        flex: 0 0 auto;
        width: 12.499999999%;
    }

    .col-lg-25 {
        flex: 0 0 auto;
        width: 20.833333333%;
    }

    .col-lg-35 {
        flex: 0 0 auto;
        width: 29.166666666%;
    }

    .col-lg-45 {
        flex: 0 0 auto;
        width: 37.49999999%;
    }

    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }

    .filtri-interventi {
        text-align: end;
        padding-top: 20px;
    }

    .intervento-head>div,
    .intervento>div {
        border-bottom: 1px solid #4fc7e8;
        border-left: 1px solid #4fc7e8;
        padding: 10px;
    }

    .intervento-head>div {
        border-top: 1px solid #4fc7e8;
        border-left-color: #fff;
    }

    .intervento-head>div:first-child {
        border-top-left-radius: 5px;
    }

    .intervento-head>div:last-child {
        border-top-right-radius: 5px;
    }

    .intervento-head>div:last-child,
    .intervento>div:last-child {
        border-right: 2px solid #4fc7e8;
    }

    .intervento:last-child>div:first-child {
        border-bottom-left-radius: 5px;
    }

    .intervento:last-child>div:last-child {
        border-bottom-right-radius: 5px !important;
    }

    .row.intervento:nth-child(odd) {
        background-color: #e7f9ff;
    }

    .row.intervento:nth-child(even) {
        background-color: #fff;
    }

    .row.intervento:hover {
        background-color: #9bd1e4 !important;
        color: #fff;
    }

    .row.intervento:hover .modal {
        color: #212529;
    }

    .intervento-head {
        background-color: #78c3d8;
        color: #fff;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .int-t {
        display: none;
    }

    .row.intervento .int-cliente {
        font-weight: bold;
    }

    i.bi.elenco.bi::before {
        font-size: 17px;
        color: #D74B12;
    }

    a.link {
        color: #D74B12;
    }

    a.link:hover {
        color: #fff;
    }

    .form-control .form-control-solid {
        color: rgb(42 68 130);
    }

    .form-check:not(.form-switch) .form-check-input[type=checkbox] {
        border-radius: 50%;
    }

    .timer-on::before,
    .timer-off::before {
        font-size: 70px;
        margin-top: 10px;
    }

    .allegatoIcona {
        color: #1d99c4;
    }
}

@media (max-width: 991px) {
    div#kt_content {
        padding-top: 20px;
    }

    .int-m {
        display: none;
    }

    .row.intervento {
        margin: 0 1px 20px 1px;
        border-radius: 10px;
        padding: 10px;
        font-size: 13px;
    }

    .row.intervento .int-cliente {
        font-size: 15px;
        font-weight: bold;
    }

    .row.intervento:nth-child(odd) {
        background-color: #8484841c;
    }

    .row.intervento:nth-child(even) {
        background-color: #fff;
        border: solid 1px #4444;
    }

    .int-break {
        display: none;
    }

    hr.int-t {
        margin: 5px 0;
    }

    h1.titolo {
        padding-top: 10px;
    }

    a.link {
        color: #152241;
    }

    i.bi.elenco.bi::before {
        color: #152241;
    }

}

@media (min-width: 768px) {
    div.azioni {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }

}