﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
/* ------------------------------ */
/*   FACTORIAL STYLE REWORK      */
/* ------------------------------ */

/* Font più moderno e compatto */
body {
    font-size: 0.92rem;
    background-color: #f7f8fa;
    color: #333;
    font-family: "Inter", "Segoe UI", sans-serif;
}

/* Titoli più eleganti */
h2, h3, h4 {
    font-weight: 600;
    color: #2b2b2b;
    margin-bottom: 0.8rem;
}

/* Card stile Factorial */
.card-factorial {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 25px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

/* Tabelle più compatte e moderne */
.table-factorial {
    font-size: 0.88rem;
}

    .table-factorial th {
        background-color: #f1f3f5;
        font-weight: 600;
    }

    .table-factorial td,
    .table-factorial th {
        padding: 10px 12px;
        vertical-align: middle;
    }

/* Badge stile Factorial */
.badge-factorial {
    padding: 6px 10px;
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: 600;
}

.badge-bozza {
    background: #ced4da;
    color: #333;
}

.badge-inviata {
    background: #74c0fc;
    color: #fff;
}

.badge-approvata {
    background: #69db7c;
    color: #fff;
}

.badge-rifiutata {
    background: #ff6b6b;
    color: #fff;
}

/* Bottoni più moderni */
.btn-factorial {
    border-radius: 8px;
    padding: 8px 16px;
    font-weight: 600;
}
.spesify-header {
    background: white;
    border-bottom: 1px solid #e5e7eb;
}

.spesify-header-logo {
    height: 42px;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,0.15));
}
#install-spesify {
    display: none !important;
}

