
:root{
  --brand:#0d6efd;
  --bg:#f7f9fc;
  --card-bg:#ffffff;
  --muted:#6c757d;
}


body {
    background-color: #ffffff;
}

.containerCustom {
    background-color: #f5f5f5
}

table thead {
    background: #009FE3;
    color: white;
}

table tbody tr:hover {
    background: #F2F6FA;
    cursor: pointer;
}
.section-title {
    font-weight: 600;
    color: #0077C8;
}

.table-container {
    background: #fff;
    border-radius: .5rem;
    box-shadow: 0 2px 10px rgba(0,0,0,.05);
    overflow-x: auto;
}

table {
    font-size: 0.85rem;
}

    table thead th {
        white-space: nowrap;
        background: #f0f4ff;
        color: #0d6efd;
        font-weight: 600;
        font-size: 0.8rem;
    }

    table tbody td small {
        font-size: 0.75rem;
    }

td, th {
    vertical-align: middle !important;
}

.btn-detail {
    padding: 0.25rem 0.4rem;
    font-size: 0.75rem;
}

/* Ricerca avanzata */
.search-advanced {
    background: #fff;
    border-radius: .5rem;
    box-shadow: 0 2px 10px rgba(0,0,0,.05);
    padding: 1rem;
}

.navbar{
  box-shadow: 0 4px 24px rgba(0,0,0,.06);
}
.card{
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(13,110,253,.06);
}
.badge{
  font-weight: 600;
  letter-spacing:.2px;
}
.btn{
  border-radius: .75rem;
}
.form-control, .form-select, .tox .tox-toolbar, .tox-edit-area__iframe{
  border-radius: .6rem !important;
}
.page-title{
  display:flex; align-items:center; gap:.75rem; margin-bottom:1rem;
}
.page-title .emoji{font-size:1.6rem}
.table thead th{
  background: #e9f2ff; color:#0b5ed7; border-bottom:0;
}
.table{
  background: var(--card-bg);
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(13,110,253,.06);
}
footer{
  color:var(--muted);
}
/* message bubble look */
.msg{
  border-radius:1rem; padding:1rem 1.25rem; background:#fff; box-shadow:0 6px 20px rgba(0,0,0,.05);
}
.msg.tech{border-left:6px solid #198754;}
.msg.user{border-left:6px solid #0d6efd;}

.dot {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #ccc; /* opzionale */
    vertical-align: middle;
}

.hide { display:none }
/* Stile lista allegati */
.attachment-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f1f1f1;
    padding: .6rem 0;
}

    .attachment-list li:last-child {
        border-bottom: none;
    }

.attachment-list i {
    color: #0d6efd;
    margin-right: .5rem;
}

.attachment-name {
    display: flex;
    align-items: center;
    gap: .4rem;
}

/* Pulsanti allegati */
.btn-attachment {
    font-size: 0.8rem;
    padding: 0.25rem 0.5rem;
}
.PanelPopup {
    margin: 5px;
    padding: 5px;
    border: 10px solid #ccc
}

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.modalPopup {
    background-color: #f0f0f0;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    width: 400px;
    height: auto;
    margin-left: 0px;
    margin-top: 20px
}
.LoadingDiv1 {
    background-color: #000;
    filter: alpha(opacity=80);
    opacity: 0.80;
    width: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    height: 800vh;
    z-index: 1000
}

.LoadingDiv2 {
    margin: auto;
    font-family: Open Sans, sans-serif;
    filter: alpha(opacity=100);
    margin-top: 200px;
    text-align: center;
    opacity: 1;
    font-size: small;
    color: #000;
    font-family: Arial;
    z-index: 1001;
    color:#FFF;
    font-size:14px;
}

.GreenLabel {
    color: green
}

.RedLabel {
    color: red
}
.collapse-animated {
    transition: all .35s ease !important;
    overflow: hidden;
}

    .collapse-animated.collapsing {
        height: 0;
        opacity: 0;
    }

    .collapse-animated.collapse.show {
        height: auto;
        opacity: 1;
    }

    .collapse-animated.collapse {
        opacity: 0;
    }

/*
Source - https://stackoverflow.com/a
Posted by eduardoMondragon
Retrieved 2025-11-09, License - CC BY-SA 4.0
*/

.pagination td {
    border: 1px solid transparent !important;
}

.pagination span, .pagination a {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
    padding: 10px;
    font-size: 12px;
    border-radius: 50px;
    text-decoration: none !important;
}

.pagination span {
    background: #C44569;
}

.pagination a,
.pagination a:visited {
    color: #000;
}

    .pagination a:hover,
    .pagination a:active {
        background-color: #C44569;
    }

.ticket-link {
    color: #0a0a0a; /* quasi nero */
    font-weight: 600;
    text-decoration: none;
}

    .ticket-link:hover {
        text-decoration: underline;
    }

.ticket-object {
    font-size: 13px;
    color: #555; /* pił chiaro del link */
}
.cell-link {
    text-decoration: none;
    color: #000; /* testo scuro */
}

    .cell-link:hover {
        background: #f2f2f2; /* leggero highlight */
        text-decoration: none;
        color: #000;
    }

.navbar-custom {
    background: #d7ff00 !important;
}

.lookout-footer {
    background-color: #d7ff00;
    color: #000;
    padding: 60px 0;
}

.footer-links li {
    margin-bottom: 6px;
}

.lookout-footer p,
.lookout-footer li {
    font-size: 0.95rem;
    line-height: 1.4;
    margin: 0;
}

.lookout-footer h5,
.lookout-footer h6 {
    margin-bottom: 15px;
}

.radio-pill-group input[type="radio"] {
    display: none; /* nasconde i radio standard */
}

.radio-pill-group label {
    display: inline-block;
    padding: 10px 18px;
    margin: 5px 8px 5px 0;
    border-radius: 30px;
    border: 1px solid #ccc;
    cursor: pointer;
    background: #f8f9fa;
    color: #333;
    transition: all 0.2s ease-in-out;
    font-size: 15px;
}

    /* Hover */
    .radio-pill-group label:hover {
        background: #e9ecef;
    }

/* Selezionato */
.radio-pill-group input[type="radio"]:checked + label {
    background: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
    font-weight: 600;
    box-shadow: 0 0 0 2px rgba(13,110,253,.3);
}

/* Per rendere gli elementi in colonna */
.radio-pill-group label {
    width: auto;
    display: inline-block;
}
.footer-copy {
 
    font-size: 0.85rem;
}
/* Navbar LookOut */
.navbar-custom {
    background-color: #d7ff00; /* colore LookOut */
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    letter-spacing: 0.3px;
}

    /* Link della navbar */
    .navbar-custom .nav-link {
        color: #000 !important;
        font-size: 15px;
        transition: color 0.2s ease-in-out;
    }

        .navbar-custom .nav-link:hover {
            color: #313131 !important;
        }

    /* Dropdown menu */
    .navbar-custom .dropdown-menu {
        font-family: 'Inter', sans-serif;
        font-size: 14px;
        border-radius: 8px;
    }

/* Bottone toggler (mobile) */
.navbar-toggler {
    border: none;
}
.modal-dialog.modal-narrow {
    max-width: 600px; /* imposta la larghezza massima */
}

@media (max-width: 768px) {
    .modal-dialog.modal-narrow {
        max-width: 95%; /* sui dispositivi mobili, occupa quasi tutta la larghezza */
    }
}


.upper{
    text-transform: uppercase
}

.nav-pills .nav-link {
    border-radius: 20px;
    padding: 6px 15px;
    font-weight: 500;
}

    .nav-pills .nav-link:hover {
        background-color: #007bd4;
        color: white;
    }

    .nav-pills .nav-link.active {
        background-color: #000;
    }
