/* CustomFixC24
 */
/*FONTS*/
/*@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;600;700&family=Roboto:wght@400;600;700&display=swap');


/*BACHECA DEMO ELEMENTS*/
.ticket-mobile {
    display: none !important;
}

@media (max-width: 560px) {
    .job-text {
        word-break: break-word;
        white-space: normal;
    }
}

@media (min-width: 561px) {
    .job-text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}



/*GENERAL*/
/* vertical menu */
@media (min-width: 992px) {
    .horizontal-nav {
        display: none;
    }

    .vertical-nav {
        position: fixed;
        width: 205px;
        top: 0 !important;
        bottom: 0px;
        border-right: none;
        height: auto;
        background-color: #F5F5F5;
        overflow: auto;
    }

    .vertical-nav li.active a {
        background-color: #6F6F6E;
        border-radius: 8px;
        color: #fff;
        border: none;
        font-weight: 500;
    }

    .vertical-nav li.active .custom-tooltip {
        color: #fff !important;
        position: relative;
    }

    .vertical-nav li.active {
        background: transparent;
        border-left: 0px solid #31BBEE;
    }

    .vertical-nav li a {
        font-size: 14px;
        color: #7a8087;
        padding: 10px;
        vertical-align: middle;
        max-width: 130px;
    }

    .vertical-nav li a.icon-logo {
        padding: 0px;
        max-width: 150px;
        margin-bottom: 15px;
        margin-top: 10px;
        margin-left: 15px;

    }

    .navbar img {
        height: 20px;
        width: 20px;
    }

    span.custom-tooltip {
        font-size: 16px;
        text-align: center;
        background: transparent;
        padding: 0;
        position: relative;
        z-index: 9999 !important;
        margin-top: 0;
        color: #7a8087;
        border-radius: 0;
        visibility: visible;
        margin-left: 35px;
        font-weight: 600;
    }

    .vertical-nav li.active > span.custom-tooltip {
        color: #fff;
    }

    .vertical-nav li {
        padding: 5px 2px 5px 10px;
    }

    .icon-logo {
        position: relative;
        z-index: 3;
        line-height: 50px;
    }

    .icon-logo img {
        width: 180px !important;
        height: auto !important;
        display: block;
        margin: auto;
    }

    .vertical-nav li a:hover,
    .vertical-nav li a:focus {
        text-decoration: none;
    }

    ul#main-nav::-webkit-scrollbar {
        display: none;
    }
}

@media screen and (max-width: 991px)  {
    span.custom-tooltip {
        font-size: 14px;
        text-align: center;
        background: transparent;
        padding: 0;
        position: relative;
        z-index: 9999 !important;
        margin-top: 0;
        color: #7a8087;
        border-radius: 0;
        visibility: visible;
        margin-left: 25px;
        font-weight: 600;
    }

    .vertical-nav li.active .custom-tooltip{
        color: #fff;
    }
}

#bacheca {
    background: url(../images/icons/bacheca.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 33px;
    background-position-x: 5%;
    max-width: 100%;
}

.active #bacheca {
    background: url(../images/icons/bacheca.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 33px;
    background-position-x: 3%;
    background-color: transparent !important;
    border-radius: 8px;
    max-width: 100%;
}

#documents {
    background: url(../images/icons/archivio.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 33px;
    background-position-x: 5%;
    max-width: 100%;
}

.active #documents {
    background: url(../images/icons/archivio.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 33px;
    background-position-x: 3%;
    background-color: transparent !important;
    border-radius: 8px;
    max-width: 100%;
}

#profile {
    background: url(../images/icons/profilo.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 33px;
    background-position-x: 5%;
    max-width: 100%;
}

.active #profile {
    background: url(../images/icons/profilo.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 33px;
    background-position-x: 3%;
    background-color: transparent !important;
    border-radius: 8px;
    max-width: 100%;
}

#utenti {
    background: url(../images/icons/dipendenti.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 33px;
    background-position-x: 5%;
    max-width: 100%;
}

.active #utenti {
    background: url(../images/icons/dipendenti.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 33px;
    background-position-x: 3%;
    background-color: transparent !important;
    border-radius: 8px;
    max-width: 100%;
}

#clienti {
    background: url(../images/icons/clienti.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 33px;
    background-position-x: 5%;
    max-width: 100%;
}

.active #clienti {
    background: url(../images/icons/clienti.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 33px;
    background-position-x: 3%;
    background-color: transparent !important;
    border-radius: 8px;
    max-width: 100%;
}

#fornitori {
    background: url(../images/icons/fornitori.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 33px;
    background-position-x: 5%;
    max-width: 100%;
}

.active #fornitori {
    background: url(../images/icons/fornitori.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 33px;
    background-position-x: 3%;
    background-color: transparent !important;
    border-radius: 8px;
    max-width: 100%;
}

#progetti {
    background: url(../images/icons/commesse.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 33px;
    background-position-x: 5%;
    max-width: 100%;
}

.active #progetti {
    background: url(../images/icons/commesse.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 33px;
    background-position-x: 3%;
    background-color: transparent !important;
    border-radius: 8px;
    max-width: 100%;
}

#apply {
    background: url(../images/app.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 33px;
    background-position-x: 5%;
    max-width: 100%;
}

.active #apply {
    background: url(../images/app-active.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 33px;
    background-position-x: 3%;
    background-color: transparent !important;
    border-radius: 8px;
    max-width: 100%;
}

#nuovoticket {
    background: url(../images/icons/comunicazioni.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 33px;
    background-position-x: 5%;
    max-width: 100%;
}

.active #nuovoticket {
    background: url(../images/icons/comunicazioni.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 33px;
    background-position-x: 3%;
    background-color: transparent !important;
    border-radius: 8px;
    max-width: 100%;
}

#ticket {
    background: url(../images/icons/comunicazioni.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 33px;
    background-position-x: 5%;
    max-width: 100%;
}

.active #ticket {
    background: url(../images/icons/comunicazioni.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 33px;
    background-position-x: 3%;
    background-color: transparent !important;
    border-radius: 8px;
    max-width: 100%;
}

#crm {
    background: url(../images/crm.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 33px;
    background-position-x: 5%;
    max-width: 100%;
}

.active #crm {
    background: url(../images/crm-active.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 33px;
    background-position-x: 3%;
    background-color: transparent !important;
    border-radius: 8px;
    max-width: 100%;
}

#statistiche {
    background: url(../images/statistiche.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 33px;
    background-position-x: 5%;
    max-width: 100%;
}

.active #statistiche {
    background: url(../images/statistiche-active.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 33px;
    background-position-x: 3%;
    background-color: transparent !important;
    border-radius: 8px;
    max-width: 100%;
}

#impostazioni {
    background: url(../images/icons/impostazioni.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 33px;
    background-position-x: 5%;
    max-width: 100%;
}

.active #impostazioni {
    background: url(../images/icons/impostazioni.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 33px;
    background-position-x: 3%;
    background-color: transparent !important;
    border-radius: 8px;
    max-width: 100%;
}

#configuracioni {
    background: url(../images/icons/configurazioni.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 33px;
    background-position-x: 5%;
    max-width: 100%;
}

.active #configuracioni {
    background: url(../images/icons/configurazioni.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 33px;
    background-position-x: 3%;
    background-color: transparent !important;
    border-radius: 8px;
    max-width: 100%;
}

#logout {
    background: url(../images/icons/esci.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 33px;
    background-position-x: 5%;
    max-width: 100%;
}

body.auth-page.auth.login-page {
    background-color: transparent !important;
    background-image: url(/images/login_background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.title {
    font-size: 28px;
    color: #1e1e1e;
    line-height: 37px;
}

.auth .login-container,
.auth .client-pannel {
    background-color: transparent;
}

.auth button.btn.btn-primary {
    width: 100%;
}

body.auth-page.auth.login-page main#app {
    background: transparent !important;
}

.auth img {
    width: 14% !important;
}

.auth .login-container {
    padding-bottom: 0 !important;
}

a.dashbord-icon {
    background: #fff !important;
}

.btn-outline-azzurro:hover,
.btn-outline-azzurro:focus {
    color: #31BBEE;
    background: #fff;
    border: 2px solid #31BBEE !important;
    outline: none;
    box-shadow: none;
}

a.fa.fa-pen {
    color: #00A65D;
}

a.fa.fa-trash {
    color: #555555;
}

.ticektuser p,
.ticektuser strong {
    font-size: 1rem;
    text-align: right;
    color: #555555;
    font-weight: 300;
}

img.icon-tab {
    width: 16px;
}

.horizontal-nav-links li.active a {
    color: #373736 !important;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.vertical-nav li.active {
    background: url(../images/icons/background-sidebar-menu.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-color: transparent !important;
    border-radius: 0;
    max-width: 100%;
}

.panel-title.header-section i {
    font-style: normal;
}

@media screen and (max-width: 991px) {
    .header-section {
        padding-left: 45px !important;
    }

    .horizontal-nav .panel-title {
        line-height: 50px !important;
    }

    #burger-menu {
        margin-right: 30px !important;
        height: 50px;
    }
}

@media screen and (max-width: 767px) {
    .header-section {
        padding-left: 20% !important;
    }
}

#piechart > div > div:nth-child(n) {
    width: auto !important;
    height: auto;
}

.alert-success,
.alert-error {
    z-index: 9;
    position: absolute;
    right: 0;
    top: -15px;
}

@media screen and (max-width: 991px) {
    .vertical-nav {
        background-color: #F5F5F5;
    }

    .btn-link {
        height: 36px;
        background-position-x: 7% !important;
        background-position-y: 190% !important;
    }

    .navbar {
        margin-bottom: 50px;
    }
}

/*.admin-page::-webkit-scrollbar {*/
/*  display: none;*/
/*}*/

/*Ersi change*/

/*::-webkit-scrollbar {*/
/*  display: none;*/
/*}*/
/**GENERAL**/

/*DASHBOARD*/

.dashimage {
    background: #c0e1f4;
}

img.img-fluid.main-image {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
    /* padding: 10%; */
}

.dashimage a {
    position: absolute;
    right: 15px;
    bottom: 25px;
    text-decoration: underline;
}

.banner {
    height: 50vh;
    margin-top: -1px;
    margin-left: 15px;
}

.banner h4:after {
    content: "";
    position: absolute;
    background: #fff;
    height: 3px;
    width: 84px;
    left: 0;
    bottom: -10px;
}

.banner p {
    font-size: 24px;
    color: white;
    line-height: 24px;
    margin: 20px 0;
    width: 90%;
}

.banner img {
    width: 90%;
    height: auto;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.admin-page.dashboard-section {
    padding: 55px 15px 0 65px;
}

.list-totali {
    background-color: #13b1ff;
    border-radius: 8px;
    padding: 0.9rem !important;
}

a .list-totali {
    color: #fff;
}

.count span {
    font-size: 28px;
    font-weight: 600;
}

.list-aperti {
    background-color: #415d9b;
    border-radius: 8px;
    padding: 0.9rem !important;
}

a .list-aperti {
    color: #fff;
}

.list-elaborazione {
    background-color: #ca3a2b;
    border-radius: 8px;
    padding: 0.9rem !important;
}

a .list-elaborazione {
    color: #fff;
}

.list-pending {
    background-color: #ec902d;
    border-radius: 8px;
    padding: 0.9rem !important;
}

a .list-pending {
    color: #fff;
}

.list-chiusi {
    background-color: #1a8d44;
    border-radius: 8px;
    padding: 0.9rem !important;
}

span.color-total {
    color: #E74B3E;
}

span.color-open {
    color: #3366cc;
}

span.color-elaborate {
    color: #dc3912;
}

span.color-pending {
    color: #ff9900;
}

span.color-closed {
    color: #109618;
}

/**DASHBOARD**/

/*ELENCO-UTENTI*/
.main-panel {
    background: #fff;
    padding-bottom: 30px;
}

.main-panel .row.mx-0 {
    background: #F5F5F5;
}

.main-panel .row.profile-row {
    background: #fff !important;
}

.settings-row {
    background: #ECECEC !important;
}


.main-panel .row.mx-0 .py-3 {
    padding: 0px !important;
}

.main-panel hr.line {
    border-top: 0px solid rgba(0, 0, 0, 0.1);
}

.main-panel .row.mb-5, .main-panel .row.mb-4 {
    padding: 25px;
    margin: 0 !important;
}

.main-panel .form-control {
    background-color: transparent !important;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #6F6F6E;
    color: #6F6F6E;
    margin-bottom: 35px;
}

.main-panel label {
    color: #6F6F6E;
    font-weight: 600;
}

.main-panel input, .main-panel select {
    padding: 0;
}

.horizontal-links img {
    display: none;
}

.main-panel .container-fluid {
    padding: 0 !important;
}

main#app {
    background: #e2e2e2 !important;
}

.navbar .horizontal-nav-links {
    background: transparent;
    margin: 0 115px;
    margin-top: 10px;
}

.horizontal-nav-links {
    width: 100%;
    margin-left: 15px;
    display: flex;
}

.horizontal-nav-links li {
    width: 100%;
    max-width: 240px;
    display: inline-block;
    padding: 15px !important;
    text-align: center;
}

.horizontal-nav-links a {
    font-size: 16px !important;
}

.horizontal-nav .horizontal-nav-links li a span {
    display: contents;
}

.horizontal-nav-links li {
    background: #f2f2f2;
    border: 1px solid #eee;
}

@media screen and (min-width: 991) {
    .admin-page {
        padding: 40px 10px 0 190px !important;
    }
}

@media (min-width: 1225px) {
    .admin-page {
        padding: 0px 22px 0 178px !important;
    }
}

.horizontal-nav-links li {
    background: #f2f2f2;
    border: 1px solid #eee;
}

.horizontal-nav-links li.active {
    border-top: 5px solid #42b0fd !important;
    background: #fff;
    border-bottom: 0px solid;
}

.horizontal-nav-links li:nth-child(1).active {
    border-right: 1px solid #c6c6c6;
    border-top: 1px solid #c6c6c6;
    margin-left: -15px;
}

.horizontal-nav-links li:nth-child(2).active {
    border-right: 1px solid #c6c6c6;
    border-left: 1px solid #c6c6c6;
    border-top: 1px solid #c6c6c6;
}

.text-right button.btn {
    float: left;
    background: #E74B3E;
    border-radius: 5px;
    color: #fff;
    padding: 12px 30px;
    font-size: 15px;
}

.table {
    color: #6c757d;
}

th {
    border: 1px solid #fff;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background-position: center left !important;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 0px 18px;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

tr.data-row.even {
    background: #ECECEC;
}

.secondo-sum input,
optgroup,
textarea {
    border: 1px solid #666 !important;
}

.page-item.active .page-link,
.page-item .page-link {
    border-radius: 50px;
}

table.dataTable.no-footer {
    border-bottom: 0px solid;
}

table.dataTable:not(#prediction_table) tbody th,
table.dataTable:not(#prediction_table) tbody td {
    padding: 1px 5px !important;
    font-size: 16px;
    font-weight: 400;
    color: #6F6F6E;
    text-align: center;
}

#prediction_table tbody th,
#prediction_table tbody td {
    padding: 5px !important;
    font-size: 16px;
    font-weight: 400;
    color: #6F6F6E;
    text-align: center;
}


table.dataTable tbody td ul, table.dataTable tbody th ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}


table.dataTable tbody li::marker {
    font-size: 0;
}


i.fa.fa-trash {
    color: #555555;
}

.utenti div#admin_agencies_length {
    display: none;
}

.utenti div#admin_agencies_filter {
    display: none;
}

.btn-detagli span {
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #f5f5f5;
    transform: translateY(-50%);
    border-radius: 50%;
}

.btn-detagli .fas {
    line-height: 2.5rem;
    font-size: 1rem;
    text-align: center;
    display: block;
    margin: 0 auto;
    color: #6bc182 !important;
}

.data-content .btn-succes:hover,
.btn-succes:focus {
    outline: 0;
    box-shadow: none;
    color: #212529 !important;
}

.data-content .form-control {
    background-color: transparent;
    border: none;
    min-width: 240px;
}

.tabs-buttons .col-md-3, .tabs-buttons .col-md-2 {
    -webkit-box-flex: 0;
    /*flex: 0 0 25%;*/
    max-width: 25%;
}

.tabs-buttons .col-md-3:last-child {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    /*max-width: 100%;*/
    /*margin-top: 15px;*/
}

.tabs-buttons .btn,
.tabs-buttons a {
    width: 100%; /* Makes buttons and anchor elements take up the full width of their parent column */
}

.tabs-buttons a, .tabs-buttons button, button#cancelFilterBtn {
    float: right;
    border-radius: 10px;
    border: 1px solid #31BBEE;
    padding: 2px 10px !important;
    height: 30px;
    background: #31BBEE;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

.tabs-buttons .button-style {
    padding: 4px 30px 4px 50px !important;
    display: inline-block; /* Ensures the button only takes the space it needs */
    width: auto;
}

.tabs-buttons .btn-button-style {
    padding: 3px 35px 4px 55px !important;
    display: inline-block; /* Ensures the button only takes the space it needs */
    width: auto;
}

.tabs-buttons a:hover, .tabs-buttons button:hover, button#cancelFilterBtn:hover {
    background: #fff;
    color: #31BBEE;
}

.user-col {
    margin: 42px;
}

@media (min-width: 992px) and (max-width: 1224px) {
    .user-col {
        margin: 20px;
    }
}

@media (max-width: 991px) {
    .col-md-5.user-col {
        flex: 0 0 88% !important;  /* Overrides Bootstrap flex settings */
        max-width: 88% !important; /* Ensures full width */
        width: 88% !important;     /* Extra enforcement */
    }

    .page-nuova-commessa .row.section-save-back {
        position: static !important; /* Reset positioning */
        bottom: auto !important; /* Remove bottom alignment */
        right: auto !important; /* Remove right alignment */
        /*float: none !important; !* Reset float *!*/
        display: flex !important; /* Use flexbox for better alignment */
        justify-content: center; /* Center buttons horizontally */
        margin-top: 20px !important; /* Add some space */
    }
}

@media (min-width: 1225px) and (max-width: 1440px) {
    /* Example: Make these columns full-width on smaller screens */
    .container-fluid form[name="new-job"] .col-lg-6 {
        flex: 0 0 50% !important;  /* Overrides Bootstrap flex settings */
        max-width: 50% !important; /* Ensures full width */
        width: 50% !important;     /* Extra enforcement */
    }

    /* Reduce width and move CKEditor to the right */
    .container-fluid form[name="new-job"] .col-lg-10 {
        flex: 0 0 70% !important; /* Adjust width to move right */
        max-width: 70% !important;
        margin-left: auto; /* Push it to the right */
    }

}

@media (min-width: 992px) and (max-width: 1224.98px) {

    .left-proggeti {
        padding-right: 5px !important;
    }
    /* Example: Make these columns full-width on smaller screens */
    .container-fluid form[name="new-job"] .col-lg-6 {
        flex: 0 0 50% !important;  /* Overrides Bootstrap flex settings */
        max-width: 50% !important; /* Ensures full width */
        width: 50% !important;     /* Extra enforcement */
    }

    .container-fluid form[name="new-job"] .left-proggeti .col-lg-4,
    .container-fluid form[name="new-job"] .right-proggeti .col-lg-4 {
        font-size: 14px;
        flex: 0 0 40% !important; /* Adjust width */
        max-width: 40% !important; /* Ensures it doesn't exceed 75% */
    }

    .container-fluid form[name="new-job"] .left-proggeti .col-lg-8,
    .container-fluid form[name="new-job"] .right-proggeti .col-lg-8 {
        flex: 0 0 55% !important; /* Adjust width */
        max-width: 55% !important; /* Ensures it doesn't exceed 75% */
    }

    /* Reduce width and move CKEditor to the right */
    .container-fluid form[name="new-job"] .col-lg-10 {
        flex: 0 0 70% !important; /* Adjust width to move right */
        max-width: 70% !important;
        margin-left: auto; /* Push it to the right */
    }

}





@media (min-width: 991px) and (max-width: 1224px) {

    .tabs-buttons .col-md-2{
        flex: 0 0 20.666667%
    }

    .tabs-buttons .col-cust
    {
        flex: 0 0 20.666667%;
        max-width: 20.666667%;
    }

    .tabs-buttons .col-md-5 {
        font-size: 13px;
        -webkit-box-flex: 0;
        flex: 0 0 33.666667%;
        max-width: 33.666667%;
    }

    .tabs-buttons .col-md-6 {
        font-size: 13px;
        -webkit-box-flex: 0;
        flex: 0 0 33.666667%;
        max-width: 33.666667%;
    }

    .tabs-buttons .col-md-10 {
        -webkit-box-flex: 0;
        flex: 0 0 79.3333333333%;
        max-width: 79.3333333333%;
    }

    .tabs-buttons .col-md-7 {
        -webkit-box-flex: 0;
        flex: 0 0 54.3333333333%;
        max-width: 54.3333333333%;
    }

    .col-md-5 #length_change {
        padding: 2px;
    }

    .tabs-buttons .btn{
        font-size: 13px;
    }

    .tabs-buttons .button-style {
        padding: 6px 10px 6px 30px !important;
        display: inline-block; /* Ensures the button only takes the space it needs */
        width: auto;
        font-size: 13px;
    }

    .tabs-buttons .btn-button-style {
        padding: 5px 10px 6px 30px !important;
        display: inline-block; /* Ensures the button only takes the space it needs */
        width: auto;
        font-size: 13px;
    }


    /* Style the button with the icon-nuovo-user class */
    .tabs-buttons a.icon-nuovo-user {
        background-size: 13px !important;
        background-position-x: 8px !important; /* Position the icon */
    }
}

@media (max-width: 991.99px) {
    .tabs-buttons .col-md-5 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        padding-bottom: 21px;
    }

    .tabs-buttons .col-md-3, .tabs-buttons .col-md-2 {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;

    }
}


a.icon-nuovo-user {
    background-image: url(../images/icons/add_user_white.png) !important;
    background-repeat: no-repeat !important;
    background-position: left !important;
    background-size: 14px !important;
    background-position-x: 8px !important;
    padding-left: 32px !important;
}

a.icon-nuovo-user:hover {
    background-image: url(../images/icons/add_user_blue.png) !important;
}

button.icon-esport-dati {
    background-image: url(../images/icons/export_white.png) !important;
    background-repeat: no-repeat !important;
    background-position: left !important;
    background-size: 14px !important;
    background-position-x: 8px !important;
    padding-left: 32px !important;
}

button.icon-esport-dati:hover {
    background-image: url(../images/icons/export_blue.png) !important;
}

button#cancelFilterBtn {
    background-image: url(../images/icons/filters_white.png) !important;
    background-repeat: no-repeat !important;
    background-position: left !important;
    background-size: 14px !important;
    background-position-x: 8px !important;
    padding-left: 32px !important;
}

button#cancelFilterBtn:hover {
    background-image: url(../images/icons/filters_blue.png) !important;
}

button.icon-nuovo-gruppo {
    background-image: url(../images/icon-nuovo-gruppo-w.png) !important;
    background-repeat: no-repeat !important;
    background-position: left !important;
    background-size: 14px !important;
    background-position-x: 8px !important;
    padding-left: 32px !important;
}

button.icon-nuovo-gruppo:hover {
    background-image: url(../images/icon-nuovo-gruppo-hover.png) !important;
}


button#cancelFilterBtn {
    margin: 0px 5px !important;
}

.tabs-buttons .col-md-12 {
    margin: 8px 0;
}

.filter-elements {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding-top: 35px;
}

.filter-elements .col-md-10 {
    float: left;
}

.filter-elements .col-md-2 {
    max-width: 100%;
    float: right;
    display: inline-block;
}

.icon-attach p {
    font-size: 0;
    margin: 0;
}

.icon-attach i {
    color: #6F6F6E;
}

.dropdown-menu.show {
    border: 2px solid #31BBEE;
    border-radius: 0;
    padding: 8px 12px;
}

.user-actions-dropdown a.dropdown-item, .job-actions-dropdown a.dropdown-item {
    font-size: 14px;
    color: #31BBEE;
    border-bottom: 1px solid #eee;
}

.user-actions-dropdown i::before, .job-actions-dropdown i::before {
    font-size: 14px;
    margin-left: -20px;
}

/**ELENCO-UTENTI**/

/*PAGINA-NUOVO-DIPENDENTE*/

.page-nuovo-dipendente .container-fluid .col-md-4 {
    padding: 2% 3%;
}

.page-nuovo-dipendente .main-panel.w-100 {
    background: #F5F5F5;
}

.page-nuovo-dipendente .container-fluid {
    background: #fff;
}

.title-tab {
    margin: 0 !important;
    padding: 0;
}

.page-nuovo-dipendente .container-fluid {
    margin: 15px;
    width: 99%;
}

.page-nuovo-dipendente .title-tab h4 {
    border-left: none;
    border-bottom: none;
    border-right: none !important;
    background: white;
    border: 0px solid black !important;
    border-top: 4px solid #6F6F6E !important;
    width: auto;
    padding: 15px;
    font-size: 16px;
    height: 55px;
    line-height: 22px;
    margin-bottom: 0px;
    color: #6F6F6E;
}

.page-nuovo-dipendente .form-group label {
    width: 35%;
    display: block;
    float: left;
    color: #000;
}

.page-nuovo-dipendente .form-group input, .page-nuovo-dipendente .form-group select, .page-nuovo-dipendente .input-group, .page-nuovo-dipendente .form-group span, .page-nuovo-dipendente .form-group span.select2 {
    width: 65% !important;
    display: block;
    float: left;
}

.page-nuovo-dipendente .input-group input, .page-nuovo-dipendente .input-group select {
    width: 100% !important;
    display: block;
    float: left;
}

.page-nuovo-dipendente label.upload-area {
    width: auto !important;
    position: absolute;
    right: -25px;
}

.page-nuovo-dipendente .upload-area {
    width: 100%;
    background-image: url(../images/icon-upload.png) !important;
    background-repeat: no-repeat !important;
    background-size: 15px !important;
    background-position: 0px;
}
.page-nuovo-dipendente .form-group .select2-container {
    width: 65% !important;
}

/* Force the inner selection span to fill the container */
.page-nuovo-dipendente .form-group .select2-container .select2-selection {
    width: 100% !important;
    display: block;
}

.page-nuovo-dipendente span.upload-button, .page-nuovo-dipendente i.fas.fa-arrow-up {
    color: transparent;
}

.page-nuovo-dipendente span.select2-selection.select2-selection--multiple {
    width: 100% !important;
    float: left;
    background: #fff !important;
    border-bottom: 1px solid #000 !important;
    height: auto !important;
    margin-bottom: 35px;
}

.page-nuovo-dipendente span.selection {
    width: 100% !important;
}

.page-nuovo-dipendente .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 0px solid #aaa;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    color: #e74b3e;
    font-size: 14px;
    top: 0;
}

.page-nuovo-dipendente .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .page-nuovo-dipendente .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: transparent;
}

.row.section-save-back {
    display: block;
    float: right;
    margin-top: -45px;
    margin-right: 0px;
}

.section-save-back .col {
    display: ruby;
}

.section-save-back a.text-decoration-none.d-block {
    color: #000;
}

.section-save-back button {
    float: right;
    border-radius: 10px;
    border: 1px solid #31BBEE;
    padding: 0px 35px !important;
    height: 35px;
    background: #31BBEE;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    margin-top: -7px;
}

/**PAGINA-NUOVO-DIPENDENTE**/

/*PAGINA-VIEW-DIPENDENTE*/

.page-view-dipendente .container-fluid .col-md-12 {
    background: #EAF4FE !important;
    margin: 0 5%;
    max-width: 88%;
    padding: 4%;
    border-radius: 35px;
    box-shadow: 2px 2px 5px #00000078;
    margin-bottom: 125px;
}

.page-view-dipendente .form-group {
    margin-bottom: 0;
    width: 20%;
    float: left;
    padding: 0 15px;
    height: 150px;
}


.page-view-dipendente .form-group label {
    width: 100%;
    color: #787F87;
}

.page-view-dipendente .form-group input, .page-view-dipendente .form-group select, .page-view-dipendente .input-group, .page-view-dipendente .form-group span, .page-view-dipendente .form-group span.select2 {
    width: 100% !important;
    background: #fff !important;
    border-radius: 10px !important;
    text-align: center !important;
}

.page-view-dipendente span.select2-selection.select2-selection--multiple {
    margin-bottom: 0;
    border-bottom: 0px solid #000 !important;
}

.page-view-dipendente li.select2-selection__choice {
    width: 100%;
    padding: 0px !important;
    background: #e74b3e !important;
    color: #fff;
    border: 0px solid !important;
}

.page-view-dipendente .main-panel .form-control {
    border-radius: 0px;
    border-bottom: 0px solid;
    margin-bottom: 0;
}

.page-view-dipendente .row.section-save-back {
    margin-top: -75px;
    margin-right: 100px;
}

/*.page-view-dipendente .section-save-back a.text-decoration-none.d-block {*/
/*  color: #787F87;*/
/*  text-transform: uppercase;*/
/*  background: #F2F2F2;*/
/*  padding: 10px 25px;*/
/*  border: 1px solid #787F87;*/
/*  border-radius: 5px;*/
/*  font-size: 14px;*/
/*}*/

/*.page-view-dipendente i.fas.fa-arrow-left {*/
/*  font-size: 13px !important;*/
/*  font-weight: 600;*/
/*  padding-right: 5px;*/
/*}*/

/**PAGINA-VIEW-DIPENDENTE**/

/*POPUP-CREAZIONE-GRUPPO*/

.modal-dialog.create-user label#popup-icon-nome {
    background: url(../images/icona-nome-gruppo-popup.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 14px;
    max-width: 100%;
}

.modal-dialog.create-user label#popup-icon-team {
    background: url(../images/icona-team-popup.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 14px;
    max-width: 100%;
}

.modal-dialog.create-user label#popup-icon-vice {
    background: url(../images/icona-vice-popup.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 14px;
    max-width: 100%;
}

.modal-dialog.create-user label#popup-icon-operatori {
    background: url(../images/icona-operatore-gruppo-popup.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 14px;
    max-width: 100%;
}

.modal-dialog.create-user label#popup-icon-reparto {
    background: url(../images/icona-reparto-popup.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 14px;
    max-width: 100%;
}

/**POPUP-CREAZIONE-GRUPPO**/

/*PAGINA-VIEW-GRUPPO*/

.gruppo-dipendenti .title {
    display: none;
}

.gruppo-dipendenti .row .col-md-6 {
    padding: 2% 3%;
}

.gruppo-dipendenti .form-group {
    padding: 6% 0;
}

.gruppo-dipendenti label {
    width: 35%;
    display: block;
    float: left;
    color: #000;
    padding-left: 25px;
}

.gruppo-dipendenti .form-group input {
    width: 65% !important;
    display: block;
    float: left;
    padding: 0 10px;
}

.gruppo-dipendenti label#nome-gruppo {
    background: url(../images/icons/pencil_paper_blue.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 14px;
    max-width: 100%;
}

.gruppo-dipendenti label#gruppo-team {
    background: url(../images/icons/add_user_blue.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 14px;
    max-width: 100%;
}

.gruppo-dipendenti label#gruppo-vice {
    background: url(../images/icons/two_users_blue.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 14px;
    max-width: 100%;
}

.gruppo-dipendenti label#gruppo-operatore {
    background: url(../images/icons/icona-operatore-gruppo.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 14px;
    max-width: 100%;
}

.gruppo-dipendenti label#gruppo-dipartimento {
    background: url(../images/icons/reparto_blue.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 14px;
    max-width: 100%;
}

.gruppo-dipendenti .form-group li {
    display: inline-block;
    background: #eee;
    padding: 0 5px;
    border-radius: 10px;
    border: 1px solid #31BBEE;
    margin-right: 5px;
}

.gruppo-dipendenti input#edit_group_name {
    background: #eeeeee !important;
    border: 2px solid #cacaca;
}

.commesse-info h4 {
    font-size: 18px;
    padding: 0 25px;
    margin-bottom: 25px;
    background: url(../images/icons/info_blue.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 14px;
    max-width: 100%;
    margin-left: 15px;
}

.commesse-info table thead th {
    background-color: #eeeeee !important;
    border: 1px solid #cacaca !important;
    border-radius: 0 !important;
    padding: 2px 10px;
    font-weight: 400;
}

.commesse-info table tr:nth-of-type(odd) {
    background-color: #fff !important;
    border: 1px solid #cacaca !important;
    border-radius: 0 !important;
    padding: 2px 10px;
    font-weight: 400;
    text-align: center;
}

.commesse-info table tbody tr td {
    border: 1px solid #cacaca !important;
}


.commesse-info table tbody tr td:first-child {
    border: 1px solid #cacaca !important;
}

.commesse-info table tbody tr td:last-child {
    border-right: 1px solid #cacaca !important;
}

.gruppo-dipendenti a.text-decoration-none.d-block {
    float: right;
    padding-right: 25px;
    color: #000;
}

/**PAGINA-VIEW-GRUPPO**/


/*PAGINA-VIEW-CLIENTI*/

.clienti .costumDesignMobileLinks {
    padding: 0 !important;
}

button#icona-nuovo-cliente {
    background-image: url(../images/icons/add_record_white.png) !important;
    background-repeat: no-repeat !important;
    background-position: left !important;
    background-size: 14px !important;
    background-position-x: 8px !important;
    /*padding-left: 32px !important;*/
}

button#icona-nuovo-cliente:hover {
    background-image: url(../images/icons/add_record_blue.png) !important;
    background-repeat: no-repeat !important;
    background-position: left !important;
    background-size: 14px !important;
    background-position-x: 8px !important;
    padding-left: 32px !important;
}

button#exportSuppData {
    background-image: url(../images/icons/export_white.png) !important;
    background-repeat: no-repeat !important;
    background-position: left !important;
    background-size: 14px !important;
    background-position-x: 8px !important;
    padding-left: 32px !important;
}

button#exportSuppData:hover {
    background-image: url(../images/icons/export_blue.png) !important;
    background-repeat: no-repeat !important;
    background-position: left !important;
    background-size: 14px !important;
    background-position-x: 8px !important;
    padding-left: 32px !important;
}

button#toggleFiltersBtn {
    background-image: url(../images/icons/filters_white.png) !important;
    background-repeat: no-repeat !important;
    background-position: left !important;
    background-size: 14px !important;
    background-position-x: 8px !important;
    padding-left: 32px !important;
}

button#toggleFiltersBtn:hover {
    background-image: url(../images/icons/filters_blue.png) !important;
    background-repeat: no-repeat !important;
    background-position: left !important;
    background-size: 14px !important;
    background-position-x: 8px !important;
    padding-left: 32px !important;
}

div#jobs_table_wrapper {
    width: 99%;
}

.clienti i.fa.fa-paperclip {
    color: #6F6F6E;
}

.dropdown-item {
    background-color: #fff !important;
    font-size: 14px;
    color: #31BBEE !important;
    border-bottom: 1px solid #eee;
}

.dropdown-menu.show i::before {
    font-size: 14px;
}

.clienti .modal-content .form-group {
    padding: 0;
    height: 45px;
}

.clienti .modal-body {
    margin-bottom: 0;
    padding: 1rem 0;
}

.clienti .labs {
    padding: 0;
}

/**PAGINA-VIEW-CLIENTI**/


/*PAGINA-VIEW-FORNITORI*/


/**PAGINA-VIEW-FORNITORI**/

/*PAGINA-VIEW-ALLEGATI*/

@media (min-width: 1225px) {
    .employee-files .main-panel, .page-files .main-panel {
        margin: -2px 30px !important;
    }
}

.employee-files .row.mx-0, .page-files .row.mx-0 {
    background: transparent;
}

.page-files .form-group {
    float: left;
}

.employee-files .table tr th:first-child {
    background: #6F6F6E !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.employee-files table thead tr th:last-child {
    border-radius: 0;
}

.employee-files .title-tab, .page-files .title-tab {
    margin: 0 30px !important;
    padding-top: 10px;
}

.employee-files .title-tab h4, .page-files .title-tab h4 {
    border-left: none;
    border-bottom: none;
    border-right: none !important;
    background: white;
    border: 0px solid #6F6F6E !important;
    border-top: 4px solid #6F6F6E !important;
    width: auto;
    padding: 15px;
    font-size: 16px;
    height: 55px;
    line-height: 22px;
    margin-bottom: 2px;
    color: #6F6F6E;
    font-weight: 600;
}

.employee-files tr.data-row.odd td:first-child, .employee-files table.dataTable tbody td:first-child {
    background: #6F6F6E !important;
    color: #fff;
    border-radius: 0;
}

.employee-files tr.data-row.odd td:last-child {
    border-right: 0px solid #ECECEC !important;
    background: #fff;
    border-radius: 0;
}

.section-title-tab h4 {
    background: #6F6F6E;
    color: #fff;
    padding: 15px;
    font-size: 18px;
    font-weight: 400 !important;
    text-align: center;
}

label.custom-file-upload {
    background: #31BBEE;
    color: #fff !important;
    padding: 7px;
    border-radius: 10px;
    cursor: pointer;
    margin-right: 15px;
    font-size: 16px;
}

label.custom-file-upload i {
    font-size: 15px !important;
    font-weight: 600;
}

.page-files .table tr th:first-child {
    background: #6F6F6E !important;
    border-color: #fff;
}

.page-files tr th:nth-child(2), .page-files tr td:nth-child(2) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.page-files .table thead th {
    height: 55px !important;
    text-align: center;
    vertical-align: middle !important;
    color: #fff;
    font-weight: 400;
}

.subtitle-tab h5 {
    text-transform: uppercase;
    font-size: 16px;
    width: auto !important;
    padding: 10px;
    color: #6F6F6E;
    margin: 5px;
}

.page-files label {
    color: #6F6F6E;
}

.add-file-form {
    width: 99%;
    margin: 0 auto;
    padding: 10px 0;
}

.add-file-form input {
    border-color: #31BBEE;
    font-weight: 600;
}

.page-files a.btn-back {
    color: #31BBEE !important;
    margin-left: 1rem;
}

/**PAGINA-VIEW-ALLEGATI**/

/*PAGINA-VIEW-COMMESSE*/

.view-commessa .table tr th:first-child {
    border-right: 2px solid #fff !important;
    background: #6F6F6E !important;
}

.view-commessa tr th:nth-child(2), .view-commessa tr td:nth-child(2) {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

a#icona-nuova-commessa {
    background-image: url(../images/icons/add_comessa_white.png) !important;
    background-repeat: no-repeat !important;
    background-position: left !important;
    background-size: 14px !important;
    background-position-x: 8px !important;
    padding-left: 32px !important;
}

a#icona-nuova-commessa:hover {
    background-image: url(../images/icons/add_comessa_blue.png) !important;
}

.padding-left-none {
    padding-left: 0;
}

.view-commessa .job-custom-background {
    background-color: #ECECEC;
    border-radius: 15px 15px 0 0;
    border: 1px solid #ECECEC;
    height: fit-content;
    padding: 15px 10px !important;
    font-size: 14px;
}

.view-commessa .table {
    margin-bottom: 0;
}

.view-commessa .job-attr-table tr td {
    color: #6F6F6E;
    font-weight: 300;
    padding: 10px 20px;
}

.boxes-info-commessa-dx .m-3 {
    margin-top: 0.42rem !important;
    margin-bottom: 0rem !important;
    margin-right: 0rem !important;
    margin-left: 0rem !important;

}

.boxes-info-commessa-dx .card {
    border-radius: 15px;
    margin-bottom: 35px;
}

.view-commessa .btn-primary {
    border-radius: 5px;
}

.view-commessa .buttons-container {
    margin-top: 35px;
}

.view-commessa .row.mb-4 {
    padding: 0;
}

.view-commessa .labs {
    text-align: start;
    padding: 0;
}

.view-commessa .modal-body {
    padding: 1rem 0;
    margin-bottom: 0;
}

.view-commessa .fas, .view-commessa .fa {
    color: #6F6F6E !important;
}

.view-commessa .dropdown-menu.show .fas {
    color: #31BBEE !important;
}

.view-commessa table.dataTable tbody td:first-child {
    background: inherit !important;
}

.view-commessa span.editable {
    color: #31BBEE;
}

.view-commessa i.fas.fa-pencil-alt {
    font-size: 15px !important;
}

.card.job-card.red-box {
    background: #31BBEE;
    color: #fff;
    border-color: #000;
}

.view-commessa .compact-card-title {
    font-size: 12px;
    font-weight: 700;
}

.view-commessa p.card-text {
    font-size: 14px;
    font-weight: 600;
}

.boxes-info-commessa-dx .card-body {
    padding: 1rem;
}

@media (min-width: 1225px) and (max-width: 1440px) {
    .col-md-6.boxes-info-commessa-sx {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        font-size: 12px; /* Example styling */
    }

    .light {
        font-size: 12px !important;
        font-family: "Roboto", sans-serif !important;
        font-weight: 600 !important;
    }

    .span-wrapper {
        padding: 5px !important;
    }

    .edit-button {
        font-size: 13px !important;
        top: -24px !important;
        padding: 10px 16px 0px 16px !important;
    }

    .edit-button i {
        font-size: 13px !important;
    }

    .view-commessa i.fas.fa-pencil-alt{
        font-size: 13px !important;
    }

    .status-button {
        left: 37% !important;
        top: -24px !important;
        font-size: 13px !important;
        width: 135px !important;
    }

    .status-button::before {
        font-size: 13px !important;
    }

    .col-md-6.boxes-info-commessa-dx {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        font-size: 12px; /* Example styling */
    }

    .box p{
        font-size: 13px !important;
    }

    .box .number {
        font-size: 12px !important;
    }

}

@media (min-width: 768px) and (max-width: 1224px) {
    .status-button {
        left: 85% !important;
    }
}

@media (min-width: 650px) and (max-width: 768px) {
    .status-button {
        left: 82% !important;
    }
}

@media(min-width: 414px) and  (max-width: 700px) {
    .job-attr-table .td-flex {
        display: grid;
    }

    .span-wrapper {
        margin-left: 0 !important; /* Pushes it to the right */
    }
}


@media(min-width: 414px) and  (max-width: 650px) {

    .edit-button {
        font-size: 14px !important;
        top: -25px !important;
        padding: 7px 10px 0px 10px !important;
    }

    .view-commessa i.fas.fa-pencil-alt{
        font-size: 14px !important;
    }

    .status-button::before {
        font-size: 14px !important;
    }

    .status-button {
        top: -27px !important;
        left: 75% !important;
        font-size: 14px !important;
        width: 135px !important;
    }

    .span-wrapper {
        margin-left: 0 !important; /* Pushes it to the right */
    }
}

@media (max-width: 426px) {
    .buttons-container .btn {
        font-size: 12px; /* Reduce font size */
        padding: 6px 12px; /* Reduce padding */
        height: auto; /* Let height adjust */
        min-width: 80px; /* Ensure buttons are not too small */
    }

    /* Reduce spacing between buttons */
    .buttons-container .mr-3 {
        margin-right: 5px !important;
    }

    /* Adjust icon size inside buttons */
    .buttons-container .btn i {
        font-size: 14px !important;
    }
}

@media (max-width: 413px) {
    .job-attr-table .td-flex {
        display: grid;
    }

    .edit-button {
        font-size: 12px !important;
        top: -20px !important;
        padding: 10px 5px 0px 5px !important;
    }

    .view-commessa i.fas.fa-pencil-alt{
        font-size: 14px !important;
    }

    .status-button::before {
        font-size: 12px !important;
    }

    .status-button {
        top: -20px !important;
        left: 69% !important;
        font-size: 12px !important;
        width: 110px !important;
    }

    .span-wrapper {
        margin-left: 0 !important; /* Pushes it to the right */
    }
}

@media(max-width: 1224px) {
    .row.mb-5.position-relative .col-md-6.boxes-info-commessa-sx,
    .row.mb-5.position-relative .col-md-6.boxes-info-commessa-dx {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding: 15px !important;
    }

    .boxes-info-commessa-sx {
        overflow: hidden; /* Prevents content from overflowing */
    }

    .boxes-info-commessa-sx .job-attr-table {
        width: 100%;
        max-width: 100%;
        table-layout: fixed; /* Keeps the table inside the container */
        word-wrap: break-word; /* Prevents text from causing overflow */
    }
}

a.dropdown-item.timbrature-icon {
    background: transparent !important;
}

div#createTimbratureModal .form-group input, div#createTimbratureModal select, div#createTimbratureModal div#cke_note {
    width: 95%;
}

.timbrature-info table thead th, .timbrature-info .table tr th:first-child, .timbrature-info table.dataTable tbody td, .timbrature-info tr.data-row.odd td:first-child, .timbrature-info tr.data-row.odd td:last-child, .timbrature-info table.dataTable tbody td:first-child {
    /*background-color: #eeeeee !important;*/
    /*border: 1px solid #cacaca !important;*/
    /*border-radius: 0 !important;*/
    /*padding: 2px 10px;*/
    font-weight: 400;
    /*color: #6F6F6E !important;*/
    height: 35px !important;
    padding: 0 !important;
    text-align: center !important;
    padding-left: 0 !important;
}

/*.timbrature-info table thead tr th:last-child {*/
/*  width: 20px !important;*/
/*}*/

.timbrature-info table thead th {
    padding-right: 5px !important;
    padding-left: 5px !important;
    color: #fff;
}

/*.timbrature-info table thead tr th:nth-child(2) {*/
/*    border-top-left-radius: 0 !important;*/
/*}*/

/* Ensure the table cell with icons uses flexbox to align items properly */
#action-icons {
    display: flex;
    align-items: center; /* Centers items vertically within the cell */
    justify-content: center; /* Centers items horizontally */
    height: 36px; /* Adjust based on your actual cell height needs */
}

/* Style for the anchor tags containing icons */
#action-icons .dropdown-item {
    display: inline-flex; /* Use inline-flex to align icons properly */
    margin: 0 5px; /* Adds horizontal spacing between icons, adjust as needed */
    padding: 5px 15px; /* Removes any padding to prevent extra space */
    line-height: 1; /* Ensures the line height does not add extra vertical space */
    height: auto; /* Adapts height to the content */
    border: none; /* Ensures no borders are adding extra space */
}

/* Style adjustments for Font Awesome icons */
#action-icons .dropdown-item i {
    font-size: 16px; /* Adjust font size as needed for your design */
    color: #31BBEE;
}


.timbrature-info .table thead th, .timbrature-info td {
    height: 35px !important;
    text-transform: capitalize;
    font-size: 14px;
    /*color: #000;*/
    /*border: 1px solid #cacaca !important;*/
}

/*.timbrature-info table.dataTable tbody td:last-child {*/
/*  border-right: 1px solid #cacaca !important;*/
/*}*/

.timbrature-info a.dropdown-item.edit-occlusion {
    background: transparent !important;
}

.timbrature-info a.dropdown-item.delete-occlusion {
    background: transparent !important;
}

.timbrature-info i.fas.fa-pencil-alt {
    font-size: 14px !important;
}

.timbrature-info table.dataTable.no-footer {
    border-bottom: none !important;
    border-spacing: 0 !important;
}

.gestione-timbrature .section-save-back {
    display: block;
    float: right;
    margin-top: 0;
    margin-right: 0px;
    position: absolute;
    bottom: -55px !important;
    right: 35px;
}

.total-hours {
    width: 100%;
    display: flex; /* Using flexbox instead of float for better alignment controls */
    align-items: center; /* Aligns children vertically center */
}

.total-hours .col-md-6 {
    background: #eeeeee !important;
    border-bottom: 1px solid #6F6F6E;
    flex: 1; /* Ensures each col-md-6 takes up equal space */
    height: 35px; /* Maintains the height */
    text-align: center;
    display: flex; /* Apply flexbox for internal centering */
    justify-content: center; /* Horizontally center content */
    align-items: center; /* Vertically center content */
}

.total-hours h4, .total-hours span {
    font-size: 16px; /* Standardizes font size */
    line-height: normal; /* Resets line-height to normal to avoid vertical misalignment */
    margin: 0; /* Removes any default margins */
    padding: 0; /* Adjust if necessary */
}

.total-hours span {
    color: #6F6F6E;
    border: 1px solid #6F6F6E;
    border-radius: 10px;
    padding: 2px 10px; /* Maintains padding */
}

.gestione-timbrature .modal-content form {
    display: block !important;
}

.gestione-timbrature .form-group label {
    display: contents !important;
}

/**PAGINA-VIEW-COMMESSE**/

/*PAGINA-NUOVA-COMMESSA*/

.page-nuova-commessa .left-proggeti {
    border-right: 0px solid #ccc;
}

.page-nuova-commessa .mx-5 {
    margin-left: 2rem !important;
}

.page-nuova-commessa .mb-4 {
    margin-bottom: 1rem !important;
}

.create-jobs .container-fluid {
    padding: 3em !important;
}

.page-nuova-commessa .container-fluid .col-md-4 {
    padding: 2% 3%;
    display: flex;
}

.page-nuova-commessa .main-panel.w-100 {
    background: #F5F5F5;
}

.page-nuova-commessa .container-fluid {
    background: #fff;
}

.page-nuova-commessa .create-jobs .form-group {
    align-items: start;
}

.page-nuova-commessa i {
    color: #6F6F6E;
}

.page-nuova-commessa .title-tab h4 {
    border-left: none;
    border-bottom: none;
    border-right: none !important;
    background: white;
    border: 0px solid black !important;
    border-top: 4px solid #6F6F6E !important;
    width: auto;
    padding: 15px;
    font-size: 16px;
    height: 55px;
    line-height: 22px;
    margin-bottom: 0px;
    color: #6F6F6E;
}

.page-nuova-commessa .form-group label {
    display: block;
    float: left;
    color: #000;
}

.ck.ck-voice-label {
    display: none !important;
}

.page-nuova-commessa .form-group input, .page-nuova-commessa .form-group select, .page-nuova-commessa .input-group, .page-nuova-commessa .form-group span, {
    width: 87% !important;
    display: block;
    float: left;
}

.page-nuova-commessa .input-group input, .page-nuova-commessa .input-group select {
    width: 100% !important;
    display: block;
    float: left;
}

.page-nuova-commessa label.upload-area {
    width: auto !important;
    position: absolute;
    right: -25px;
}

.page-nuova-commessa .upload-area {
    width: 100%;
    background-image: url(../images/icon-upload.png) !important;
    background-repeat: no-repeat !important;
    background-size: 15px !important;
    background-position: 0px;
}

.page-nuova-commessa span.upload-button, .page-nuova-commessa i.fas.fa-arrow-up {
    color: #000;
}

.page-nuova-commessa span.select2-selection.select2-selection--multiple {
    width: 100% !important;
    float: left;
    background: #fff !important;
    border-bottom: 1px solid #000 !important;
    height: auto !important;
    margin-bottom: 35px;
}

.page-nuova-commessa span.selection {
    width: 100% !important;
}

.page-nuova-commessa .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 0px solid #aaa;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    color: #e74b3e;
    font-size: 14px;
    top: 0;
}

.page-nuova-commessa .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .page-nuovo-dipendente .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: transparent;
}

.page-nuova-commessa .row.section-save-back {
    display: block;
    float: right;
    margin-top: 0;
    margin-right: 0px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.page-nuova-commessa .btn-create-proggeti {
    border-radius: 10px;
    border: 1px solid #31BBEE;
    padding: 0px 35px !important;
    height: 35px;
    background: #31BBEE;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    width: 100%;
}

.page-nuova-commessa .btn-create-proggeti:hover {
    background: #fff;
}

.page-nuova-commessa input.number-commessa {
    background-color: #F5F5F5 !important;
    border: 1px solid #6F6F6E !important;
}

.page-nuova-commessa .form-control {
    padding: 0 10px;
}

.page-nuova-commessa .modal-content form {
    display: inline-block;
}

.page-nuova-commessa label.custom-file-upload i {
    color: #fff;
}

.page-nuova-commessa label.custom-file-upload {
    border: 1px solid #31BBEE;
}

.page-nuova-commessa label.custom-file-upload:hover i, .page-nuova-commessa .custom-file-upload:hover span, .page-nuova-commessa label.custom-file-upload:hover {
    color: #31BBEE;
    background: #fff;
}

/**PAGINA-NUOVA-COMMESSA**/

/*PAGINA-PREVISIONI-ADMIN*/

.previsioni .table tr th:first-child {
    background: #6F6F6E !important;
}

.previsioni tr th:nth-child(2), .previsioni tr td:nth-child(2) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.block-calendar-buttons .col-md-10 div {
    float: right;
}

button.icon-crea-nuovo {
    background-image: url(../images/icons/add_record_white.png) !important;
    background-repeat: no-repeat !important;
    background-position: left !important;
    background-size: 14px !important;
    background-position-x: 8px !important;
    padding-left: 32px !important;
}


button.icon-crea-nuovo:hover {
    background-image: url(../images/icons/add_record_blue.png) !important;
    background-repeat: no-repeat !important;
    background-position: left !important;
    background-size: 14px !important;
    background-position-x: 8px !important;
    padding-left: 32px !important;
}


.block-calendar-buttons input#monthYearPicker {
    width: auto;
    text-align: center;
    border: 2px solid #6F6F6E;
    border-radius: 5px;
    cursor: pointer;
}

.block-calendar-buttons input#monthYearPicker {
    width: auto;
    text-align: left;
    border: 2px solid #6F6F6E;
    border-radius: 5px;
    cursor: pointer;
    background-image: url(../images/icon-calendario-grey.png) !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
    background-size: 18px !important;
    height: 25px;
    max-width: 110px;
    background-position-x: 80px !important;
    padding-left: 8px;
    font-size: 16px;
    font-weight: 500;
}

/**PAGINA-PREVISIONI-ADMIN**/

/*PAGINA-PULSEBOARD*/

.buttons-pulseboard {
    width: 100%;
    margin: 0 auto;
}

.buttons-pulseboard a, .buttons-pulseboard button {
    border-radius: 10px !important;
}

.date-range-pulseboard span {
    display: inline-block;
}

.table-pulseboard {
    background: #fff !important;
}

.pulseboard .board-layout .col-md-3 {
    background: #6F6F6E;
    padding: 30px 20px;
    margin: 15px;
    max-width: 22%;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.pulseboard .board-layout span {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.table-pulseboard .row.mx-0.my-5 {
    background: #ECECEC;
    margin: 0 auto !important;
    width: 100%;
    align-content: flex-end;
    justify-content: space-around;
}


.table-pulseboard .card {
    background: #D9D9D9 !important;
    color: #000 !important;
    font-size: 15px;
    font-weight: 300;
    padding: 15px;
    border: 1px solid #6F6F6E;
}

.table-pulseboard strong.progetto-name {
    padding-bottom: 25px;
}

.table-pulseboard i.fas.fa-user {
    font-size: 12px !important;
}

.table-pulseboard i.fas.fa-solid.fa-clock {
    float: right;
    color: #fff !important;
    padding: 5px;
}

/**PAGINA-PULSEBOARD**/

/*PAGINA-MILESTONE*/

.milestone i.fas.fa-solid.fa-medal {
    font-size: 35px !important;
    color: #e74b3e !important;
    padding-top: 0px;
    float: right;
}

.milestone div#milestoneRow {
    padding-top: 35px;
}

.milestone span#count {
    padding: 5px 50px;
    border: 1px solid;
    border-radius: 5px;
    margin-left: 0 !important;
    box-shadow: 1px 2px 5px #9b9494;
}

.milestone button.minusBtn, .milestone button.plusBtn {
    background: #fff;
    border: 1px solid;
    border-radius: 25px;
    width: 28px;
    box-shadow: 1px 2px 5px #9b9494;
}

div#milestoneFormContainer {
    padding: 2%;
}

.milestone .card.group-milestone {
    width: 95%;
    margin: 0 auto;
    border: 1px solid;
    box-shadow: 2px 2px 5px #9b9494;
}

.milestone .row.section-save-back {
    margin-top: 0;
}

.milestone.main-panel {
    padding-bottom: 50px;
}

.date-milestone .col-md-3, .date-milestone .col-md-9 {
    float: left;
}

.group-milestone .form-control {
    background-color: transparent !important;
    border-radius: 0;
    height: auto;
    border: none;
    border-bottom: 1px solid #d1d1d1;
}

.group-milestone span.ml-2 {
    font-size: 18px;
    font-weight: 700;
}

.milestone-fatturazione .form-check-input {
    margin-top: 0 !important;
    margin-left: 0 !important;
    right: 30px !important;
}

/**PAGINA-MILESTONE**/

/*PAGINA-IMPOSTAZIONI*/


.impostazioni-page .main-panel {
    background: transparent;
}

.impostazioni-page .main-panel .row.mx-0 {
    background: transparent;
}


/**PAGINA-IMPOSTAZIONI**/

/*ELENCO-TICKET*/

/*APRI-TICKET*/

.main-panel.col-md-12 {
    margin-top: 0;
    margin-left: 0;
    max-width: 98% !important;
}

.main-panel.col-md-12 {
    padding: 2%;
}

.top-message p {
    background: #fff;
    width: 200px;
    text-align: center;
    padding: 15px;
    margin: 0px;
    margin-bottom: -10px;
    border-top: 5px solid #42b0fd;
}

.create-ticket .note-editor.note-frame.card {
    width: 100%;
    float: left;
}

.create-ticket a.btn.btn-outline-grey.text-uppercase {
    width: 100%;
    height: 50px;
    line-height: 35px;
}

/**APRI-TICKET**/

/*ELENCO-TICKET*/

.custom-datatable-col.pagination {
    display: grid !important;
    text-align: right !important;
}

a#idlink1 {
    background: url(../images/icone-tab-ezyline-07.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 15px;
    background-position-x: 10%;
    padding: 0 40px !important;
    text-align: center;
}

a#idlink2 {
    background: url(../images/icone-tab-ezyline-09.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 15px;
    background-position-x: 10%;
    padding: 0 35px !important;
    text-align: center;
    line-height: 15px;
}

a#idlink3 {
    background: url(../images/icone-tab-ezyline-08.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 15px;
    background-position-x: 10%;
    padding: 0 40px !important;
    text-align: center;
}

a#idlink4 {
    background: url(../images/icone-tab-ezyline-04.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 15px;
    background-position-x: 10%;
    padding: 0 40px !important;
    text-align: center;
}

a#idlink20 {
    background: url(../images/icone-tab-ezyline-04.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 15px;
    background-position-x: 10%;
    padding: 0 40px !important;
    text-align: center;
}

a#idlink1.active {
    background: url(../images/icone-tab-ezyline-07.png) !important;
    background-repeat: no-repeat !important;
    background-position: left !important;
    background-size: 15px !important;
    background-position-x: 10% !important;
    padding: 0 40px !important;
    text-align: center;
}

a#idlink2.active {
    background: url(../images/icone-tab-ezyline-09.png) !important;
    background-repeat: no-repeat !important;
    background-position: left !important;
    background-size: 15px !important;
    background-position-x: 10% !important;
    padding: 0 40px !important;
    text-align: center;
}

a#idlink3.active {
    background: url(../images/icone-tab-ezyline-08.png) !important;
    background-repeat: no-repeat !important;
    background-position: left !important;
    background-size: 15px !important;
    background-position-x: 10% !important;
    padding: 0 40px !important;
    text-align: center;
}

a#idlink4.active {
    background: url(../images/icone-tab-ezyline-04.png) !important;
    background-repeat: no-repeat !important;
    background-position: left !important;
    background-size: 15px !important;
    background-position-x: 10% !important;
    padding: 0 40px !important;
    text-align: center;
}

a#idlink20.active {
    background: url(../images/icone-tab-ezyline-04.png) !important;
    background-repeat: no-repeat !important;
    background-position: left !important;
    background-size: 15px !important;
    background-position-x: 10% !important;
    padding: 0 40px !important;
    text-align: center;
}

.col-md-12.border-bottom-azzurro.text-md-right.mt-4 {
    margin-top: -60px !important;
    border-bottom: 0px !important;
    margin-left: -61px;
}

.btn-outline-azzurro i {
    color: #fff !important;
}

.search-form div#tickets_filter {
    text-align: left;
}

.status_ticket:hover,
.status_ticket:focus {
    outline: none;
    text-decoration: none;
    box-shadow: none;
}

.status_ticket {
    border: none;
    text-decoration: none;
}

button.dt-button.buttons-excel.buttons-html5.btn.btn-primary {
    background: #eaf4fe;
    color: #31BBEE;
    height: 55px;
    border-radius: 8px;
    border: none;
}

#tickets .table-style th {
    background-color: #E74B3E !important;
    color: #fff;
}

h5 a.badge {
    color: #fff !important;
    font-size: 14px;
    border-radius: 3px;
    pointer-events: none;
}

.btn-outline-azzurro {
    background: #E74B3E;
    border-radius: 8px;
    color: #fff;
    padding: 0.9rem 2rem;
    font-size: 15px;
    height: 55px !important;
    border: none;
}

.conversation {
    background-color: #eaf4fe;
}

.btn-chiudi-ticket {
    background: #42c95b;
    border-radius: 8px;
    color: #fff;
    padding: 0.9rem 2rem;
    font-size: 15px;
    height: 55px !important;
    border: none;
}

.btn-chiudi-ticket:hover,
.btn-chiudi-ticket:focus {
    border: 2px solid #42c95b !important;
    background: #fff;
    outline: none;
    color: #42c95b;
    box-shadow: none;
}

#tickets_wrapper .btn-outline-azzurro {
    background: #E74B3E;
    border-radius: 8px;
    color: #fff;
    padding: 0.9rem 2rem;
    font-size: 12px;
    display: inline;
    border: none;
    height: 55px !important;
}

td a.btn.btn-outline-azzurro {
    padding: 5px 15px !important;
    font-size: 12px !important;
    display: inline-block !important;
    width: 40%;
    margin: 0 5px;
}

.btn-outline-azzurro:hover i {
    color: #31BBEE !important;
}

/**ELENCO-TICKET**/

/*SINGOLA-CHAT*/

span.badge {
    color: #fff;
}

#accordion .bg-green.panel {
    background: #E74B3E;
    color: #fff;
}

#accordion .bg-green .panel-title {
    background: #E74B3E;
}

#accordion .bg-green .panel-title a {
    color: #fff;
}

#accordion .bg-blue .panel-title {
    background: #e2e6ea;
}

#accordion .bg-blue.panel {
    background: #e2e6ea;
}

#accordion span {
    font-weight: 100 !important;
    width: 100%;
    display: block;
    padding-top: 10px;
    opacity: 1;
    color: #fff !important;
}

.operator-progetti .form-control {
    background-color: #eaf4fe;
    color: #E74B3E;
    border-radius: 8px;
    border: none;
    height: 55px;
}

@media screen and (min-width: 1280px) {
    .costumDesignTicket .elementupload {
        width: 100% !important;
    }
}

@media screen and (min-width: 580px) {
    .costumDesignTicket .elementupload {
        width: 100% !important;
    }
}

.costumDesignTicket .elementupload {
    float: left !important;
    text-align: center;
}

.section-ticket .elementupload {
    width: 100% !important;
    float: none;
    text-align: center;
    height: 55px;
    font-size: 16px;
    line-height: 31px;
}

.section-ticket .btnblock {
    margin-left: 0 !important;
    width: 100% !important;
    height: 55px !important;
    padding: 0.9rem 2rem !important;
}

.section-ticket .addfile {
    background-color: #f7696b !important;
    color: #fff !important;
    border-radius: 8px !important;
    width: 100% !important;
    border: none !important;
    padding: 0.9rem 2rem !important;
    height: 55px !important;
}

.section-ticket .btn-outline-azzurro:hover,
.btn-outline-azzurro:focus {
    color: #fff;
    background: #31BBEE;
    border: 2px solid #31BBEE !important;
}

.container.float-left.col-md-12.chatleft {
    max-width: 100%;
}

.container.float-left.col-md-12.chatconv {
    max-width: 100%;
}

.container.float-right.col-md-12.chatconv {
    max-width: 100%;
}

.chatconv div#accordion {
    width: 100%;
}

button.btn.btn-orange.text-uppercase.mt-2 {
    background: #E74B3E;
    color: #fff;
    padding: 10px 30px;
    font-size: 14px;
}

.border-bottom-azzurro {
    border-bottom: 0px solid #E74B3E !important;
}

.note-editor.note-frame.card {
    width: 100%;
    /* float: left; */
}

.addfile {
    background: #6c757d;
    border-color: #6c757d;
}

.addfile span {
    text-transform: uppercase;
}

.addfile i {
    color: #fff !important;
}

.addfile:hover {
    color: #fff;
    background: #31BBEE;
}

/*CONFIGURAZIONI*/

.admin-page.config .horizontal-nav-links li:nth-child(1).active {
    margin-left: 0px !important;
}

.admin-page.config .horizontal-nav-links {
    margin-left: 0;
}

.flip {
    width: 30px !important;
    height: 30px !important;
}

.btn-light {
    background: #eaf4fe;
    padding: 20px;
    border-radius: 8px;
}

/**CONFIGURAZIONI**/
@media (max-width: 1680px) {
    td a.btn.btn-outline-azzurro {
        width: auto;
    }
}

@media (max-width: 1440px) {
    .top-message {
        margin-top: 0px;
    }

    .main-panel {
        margin: 0px auto;
    }

    .col-md-12.border-bottom-azzurro.text-md-right.mt-4 {
        margin-top: -40px !important;
    }

    .ticektuser {
        right: 0;
        top: 65px;
        z-index: 9;
        background: #E74B3E;
        padding: 0 15px;
    }

    .ticektuser .text-dark,
    .ticektuser .text-dark strong {
        color: #fff !important;
    }
}

@media (min-width: 1225px) {
    .main-panel {
        margin: 10px 18px;
    }
}

@media (max-width: 1180px) {
    .dashboard-page .col-lg-3 {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .custom-col {
        flex: 0 0  47% !important;
        max-width:  47% !important;
        margin: 10px; /* Add consistent spacing between cards */
    }
}

@media (max-width: 991px) {

    .admin-page,
    .admin-page.dashboard-section {
        padding: 15px;
    }

    .col-md-12.border-bottom-azzurro.text-md-right.mt-4 {
        margin-left: 0;
    }

    .note-editor.note-frame.card {
        width: 100%;
    }

    .container.float-left.col-md-12.chatleft,
    .container.float-right.col-md-12.chatconv,
    .chatconv div#accordion {
        max-width: 100%;
        width: 100%;
    }

    .horizontal-nav-links li {
        width: 100%;
        max-width: 100%;
        margin-top: 55px;
    }

    .ticektuser {
        top: 50px;
        padding: 0 5px;
        width: auto;
        left: auto;
    }
}

/*SEZIONE-ALLEGATI-PROGETTI*/

.allegati-prog label {
    background: #fff !important;
    text-align: left !important;
    padding-left: 0;
}

.allegati-prog th,
.allegati-prog td {
    background: #fff;
}

.allegati-prog .btnblock {
    margin-left: 0;
}

.allegati-prog .custom-file-input {
    height: auto;
    opacity: 1;
}

.allegati-prog .modal-footer {
    width: 100% !important;
    float: left;
    display: contents;
}

.button-chiudi {
    width: 100%;
    max-width: 300px;
    margin-top: 2%;
}

.allegati-prog span.name {
    display: none;
}

.allegati-prog i.fas.fa-plus {
    display: none;
}

.proggetti-title {
    color: #1c1c1c;
    font-size: 24px;
    line-height: 32px;
}

@media only screen and (min-width: 992px) {
    .left-proggeti {
        padding-right: 50px;
        border-right: 1px solid #ccc;
    }

    .right-proggeti {
        padding-left: 50px;
    }
}

.btn-create-proggeti {
    padding: 0.9rem 2rem !important;
    border: none;
    color: #fff;
    border-radius: 8px;
    font-size: 16px;
    line-height: 21px;
    background-color: #31BBEE;
    text-align: center;
    position: relative;
    width: 30%;
}

.create-proggeti .fa-times-circle {
    font-size: 2rem !important;
    color: #ea6c6d !important;
}

.edit-proggeti .fa-times-circle {
    font-size: 2rem !important;
    color: #ea6c6d !important;
}

.admin-page.proggeti .btn-table .fa-edit {
    line-height: 2rem;
    font-size: 1rem;
    text-align: center;
    display: block;
    margin: 0 auto;
    color: #6bc182;
}

.proggeti .btn-reparto {
    background-color: #eaf4fe;
    border-radius: 0.5rem;
    padding: 0.9rem 2rem !important;
    color: #1e1e1e;
    border: none;
    font-size: 16px;
    height: 55px;
}

.proggeti .btn-reparto:hover,
.proggeti .btn-reparto:focus {
    background-color: #eaf4fe !important;
    color: #1e1e1e !important;
    box-shadow: none !important;
    outline: none !important;
}

.proggeti #reparto {
    position: absolute;
    visibility: hidden;
    z-index: 1000;
    margin-top: -5%;
    left: 55%;
}

.max-prog #reparto {
    margin-top: 0 !important;
}

.proggeti .reparto {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 240px;
}

.proggeti .reparto .btn-seleziona-reparto {
    background-color: #fff;
    text-align: center;
    display: inline-block;
    color: #c1c1c1;
    padding: 0.7rem 4rem;
    border-bottom: 1px solid #cfcfcf;
    border-radius: 0;
    box-shadow: 0 3rem 5rem rgb(0 0 0 / 10%);
}

.proggeti #reparto.active {
    visibility: visible;
}

.costumDesignAltroProgetti .modifica-progetti {
    background-color: #E74B3E;
    padding: 0.9rem 2rem !important;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    border: none !important;
    position: relative;
    width: 100%;
    transition: 0.3s all;
    color: #fff !important;
    text-align: center;
}

.costumDesignAltroProgetti .modifica-progetti .fas {
    color: #fff;
}

.costumDesignAltroProgetti .cancella-progetti {
    background-color: #ea6c6d;
    padding: 0.9rem 2rem !important;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    border: none !important;
    position: relative;
    width: 100%;
    transition: 0.3s all;
    color: #fff !important;
}

.costumDesignAltroProgetti .cancella-progetti .fa {
    color: #fff;
}

.anulla-progetti .fa-times-circle {
    font-size: 2rem;
    color: #ea6c6d !important;
}

.main-panel.create-proggeti .form-group {
    display: flex;
    align-items: center;
}

.main-panel.create-jobs .form-group {
    display: flex;
    align-items: center;
}

.create-proggeti .fas,
.create-proggeti .far {
    color: #E74B3E;
}

.create-proggeti .form-control {
    min-height: 55px !important;
    border-radius: 0;
    background-color: #eaf4fe;
    border: none !important;
    height: auto !important;
}

.select2-container {
    min-height: 55px !important;
    height: max-content !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none !important;
    outline: 0 !important;
    min-height: 30px !important;
    border-radius: 0 !important;
    background-color: #fff !important;
    height: max-content !important;
}

span.select2.select2-container.select2-container--default.select2-container--focus {
    min-height: 55px !important;
    height: max-content !important;
}

.select2-container--default .select2-selection--multiple {
    background-color: #eaf4fe !important;
    border: none !important;
    border-radius: 0 !important;
    cursor: text;
    height: 30px !important;
}

.select2-container {
    width: 100% !important;
}

@media only screen and (max-width: 767px) {
    .main-panel.create-proggeti .modal-footer {
        display: flex;
        flex-direction: column;
    }
}

.main-panel.edit-proggeti .form-group {
    display: flex;
    align-items: center;
}

.edit-proggeti .fas,
.edit-proggeti .far {
    color: #E74B3E;
}

.edit-proggeti .form-control {
    height: 55px !important;
    border: none;
    border-radius: 0;
    background-color: #eaf4fe;
}

@media only screen and (max-width: 767px) {
    .main-panel.edit-proggeti .modal-footer {
        display: flex;
        flex-direction: column;
    }
}

/**SEZIONE-ALLEGATI-PROGETTI**/

/*CUSTOM-STYLE-ELVIRA*/
.navbar .panel-title {
    background-color: #31BBEE;
}

.ticektuser {
    background-color: transparent !important;
    padding-top: 20px;
}

.utenti-log {
    color: #333;
}

.form-item {
    display: flex !important;
}

.btn-apriticket {
    background-color: #E74B3E;
    color: #fff;
    width: 100%;
    padding: 0.9rem 1rem;
    border: none;
    border-radius: 8px;
}

.btn-anulla {
    width: 100%;
    background-color: #E9E9E9;
    color: #8B8B8B;
    border: 1px solid #E9E9E9;
    height: 55px;
    border-radius: 8px !important;
    padding: 0.9rem 2rem;
}

.btn-anulla:hover,
.btn-anulla:focus {
    background-color: #E9E9E9 !important;
    color: #8B8B8B !important;
    border: 1px solid #E9E9E9 !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.btn-cancella {
    width: 100%;
    background-color: #EA6C6D;
    color: #fff;
    border: 1px solid #EA6C6D;
    height: 55px;
    border-radius: 8px !important;
}


.btn-cancella:hover,
.btn-cancella:focus {
    background-color: #31BBEE !important;
    color: #fff !important;
    border: 1px solid #31BBEE !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.btn-salva {
    background-color: #E74B3E;
    color: #fff;
    width: 100%;
    padding: 0.9rem 2rem;
    border: none;
    border-radius: 8px;
}

.btn-salva:hover,
.btn-salva:focus {
    background-color: #31BBEE;
    color: #fff;
    outline: none;
    box-shadow: none;
}

#deleteform .btn-danger,
#deleteform .btn-secondary {
    width: 49% !important;
}

.block-mobile {
    width: 50%;
}

@media only screen and (max-width: 767px) {
    .block-mobile {
        width: 80% !important;
        float: none;
        justify-content: center;
    }
}

.btnblock {
    margin-left: -50px;
}

.d-block .note-editor.note-frame.card {
    background-color: #fff;
    width: 100%;
    position: static !important;
}

.d-block .note-btn-group.btn-group {
    width: 8%;
    margin-right: 0px;
}

.d-block .note-editor.note-frame .note-statusbar {
    background-color: #fff;
    border-top: none;
}

.d-block .note-toolbar.card-header {
    background-color: #fff;
    border: none;
}

.d-block button.note-btn.btn.btn-light.btn-sm {
    background-color: #fff;
    border: none;
}

.d-block .note-resizebar {
    margin-bottom: 14px;
}

.d-block .note-icon-bar {
    margin-bottom: 20px;
}

.d-block .card {
    border-radius: 0px !important;
}

.d-inline-block {
    color: #E74B3E;
    font-size: 28px;
}

.col-sm-9.form-priority {
    padding-right: 40px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 4px;
    border: 1px solid #d8d8d8;
}

.radio-input {
    color: #000;
    margin-right: 10px;
    align-items: center;
    margin-top: 10px;
}

.radio-label {
    padding: 4px 30px;
    vertical-align: middle;
}

.radio-group {
    width: 1em;
    height: 1em;
    border-radius: 50%;
    border: 2px solid #000;
    margin-right: 20px;
    box-sizing: border-box;
    margin-top: 10px;
}

.custom-datatable-col.mb-4.col-2 {
    padding-left: 40px;
}

#tickets .table-style th {
    background-image: none !important;
    text-align: start;
}

.first-block {
    background-color: #E74B3E;
    color: #fff;
    border-radius: 8px;
}

.costumDesignTicket .form-control {
    height: 55px;
    border-radius: 8px;
    background-color: #fff;
}

.second-block {
    background-color: #eaf4fe;
    color: #161616;
    border-radius: 8px;
}

.second-block .fa-star {
    color: #ffc421;
}

/*-----------------------------------------inserisci nuovo clienti---------------------------------------*/

.horizontal-nav-links {
    margin-left: 13px;
}

.horizontal-nav-links li {
    border: 1px solid #c6c6c6;
    box-shadow: 0px 0px 4px #c8c8c8;
}

i.fa.fa-pen {
    color: #63be7b;
}

i.fa.fa-trash {
    color: #f7696b;
}

i.fas.fa-check {
    color: #68cbfc;
}

li.paginate_button.page-item:last-of-type a,
li.paginate_button.page-item.previous a {
    background: #cce5f2;
    border: none;
    color: #333;
}

.page-item.active .page-link {
    background-color: #ECECEC;
    color: #333;
}

select.custom-select.custom-select-sm.form-control.form-control-sm {
    height: 2.5rem;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #ECECEC;
    border: none;
}

input.form-control.form-control-sm {
    height: 2.5rem;
    border: none;
}

@media (max-width: 1600px) {
    .date .and .time {
        display: block !important;
    }
}

.icon-date span {
    font-size: 12px !important;
}

.icon-time span {
    font-size: 12px !important;
}

table.dataTable thead th {
    border-bottom: none !important;
}

thead > tr > th.sorting {
    border-left: 0px solid !important;
    border-right: 1px solid !important;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
}

.statistiche-operatore .filter-ul {
    display: none;
}

.statistiche-operatore div#stat_filter {
    display: none;
}

.statistiche-operatore .custom-datatable-col {
    display: none;
}

.view-azione-icone {
    min-width: 100px;
}

@media (max-width: 992px) {
    div#tickets_info {
        margin-bottom: 50px;
    }

    div#tickets_paginate {
        justify-content: center;
        width: 100%;
    }
}

.create_comment {
    padding: 0.9rem 2rem !important;
    border: none;
    background-color: #E74B3E !important;
    border-radius: 8px;
    font-size: 14px;
    line-height: 19px;
    width: 130px !important;
    color: #fff !important;
    height: 55px !important;
    align-items: center;
    align-content: center;
    display: flex;
}

table.dataTable thead > tr > th.sorting_asc {
    border-left: 0px solid !important;
    border-right: 1px solid !important;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
}

.create_comment:hover,
.create_comment:focus {
    background-color: #31BBEE !important;
    color: #fff !important;
    outline: none !important;
    box-shadow: none !important;
}

input#searchFrom {
    height: 55px;
    border: none;
    border-radius: 8px;
    background: #eaf4fe;
}

input#searchTo {
    height: 55px;
    border: none;
    border-radius: 8px;
    background: #eaf4fe;
}

.table-bordered {
    border: 0px solid !important;
}

.table-bordered th {
    border: 0px solid !important;
}

table.dataTable.no-footer {
    border-bottom: none !important;
    border-spacing: 0 0px !important;
}

table#stat {
    border-collapse: separate !important;
    border-spacing: 0 2px !important;
    color: #1c1c1c;
}

thead tr {
    border: none !important;
    width: 100px !important;
}

table.dataTable tbody th,
table.dataTable tbody td {
    /*border: none !important;*/
    vertical-align: middle !important;
}

tr:nth-of-type(odd) {
    background-color: #ECECEC !important;
}

tr.data-row.even {
    background: #ECECEC !important;
}

div#admin_agencies_info {
    margin-top: 14px;
}

i.far.fa-circle {
    padding-right: 10px;
    color: #373736;
}

div#tickets_wrapper .col-2 {
    margin-left: -15px;
}

#admin_agencies .border-element th #matched_data .border-element th #emailSearch .border-element th #lead_table .border-element th #jobs_table .border-element th #prediction_table .border-element th{
    text-align: start;
}

.nuovo-ticket {
    font-size: 28px;
    color: #161616;
    line-height: 37px;
}

.btn-aggungi-cliente span {
    position: absolute;
    width: 2rem;
    height: 2rem;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    left: 1rem;
}

.btn-aggungi-cliente .fas {
    line-height: 2rem;
    font-size: 1rem;
    text-align: center;
    display: block;
    margin: 0 auto;
    color: #E74B3E;
}

/*--------------------------------restyling sezione ticket----------------------------------*/

.custom-select2 {
    width: 0rem !important;
    height: 55px !important;
    background-color: #eaf4fe;
    border-radius: 8px;
    border: none;
}

input#end_date {
    /*width: 8rem !important;*/
    height: 55px !important;
    padding-left: 30px;
    border-color: #eaf4fe;
    border-radius: 8px;
}

input#start_date {
    /*width: 8rem !important;*/
    height: 55px !important;
    padding-left: 30px;
    border-color: #eaf4fe;
    border-radius: 8px;
}

input#start_date {
    /* background: url(../images/calendar.png); */
    background-repeat: no-repeat;
    background-position: left;
    background-size: 15px;
    background-position-x: 10%;
    background-color: #eaf4fe;
}

input#end_date {
    /* background: url(../images/calendar.png); */
    background-repeat: no-repeat;
    background-position: left;
    background-size: 15px;
    background-position-x: 10%;
    background-color: #eaf4fe;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 10px !important;
    /*background-color: #ECECEC !important;*/
    padding-top: 12px !important;
    height: 2.5rem !important;
    margin-top: -10px !important;
    border-left: none !important;
    border-right: none !important;
}

/*@media (max-width: 1643px) {*/
/*  .select2-container .select2-selection--single .select2-selection__rendered {*/
/*    margin-left: -50px;*/
/*  }*/
/*}*/

@media (max-width: 1332px) {
    .select2-container .select2-selection--single .select2-selection__rendered {
        margin-left: 0px;
    }
}

h5 a.badge {
    display: flex;
    justify-content: center;
    align-items: center;
}

.badge {
    color: #fff;
    height: 40px;
    width: 80px;
}

@media only screen and (max-width: 1300px) {
    .col-8 .filter-ul {
        width: 80%;
    }
}

div#tickets_paginate {
    margin-top: -50px !important;
}

div#tickets_info {
    margin-top: 20px;
}

a.btn.btn-new-ticket {
    background-color: #eaf4fe;
    color: #E74B3E;
    box-shadow: none;
    outline: none;
    border-radius: 8px;
    padding: 0.9rem 2rem;
    text-align: center;
    position: relative;
}

.btn-new-ticket span {
    position: absolute;
    width: 2rem;
    height: 2rem;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    left: 0.5rem;
}

.btn-new-ticket .fas {
    line-height: 2rem;
    font-size: 1rem;
    text-align: center;
    color: #E74B3E;
    display: block;
    margin: 0 auto;
}

.btn-detagli .fas.fa-search {
    color: #fff;
}

table#tickets tbody tr {
    background-color: #fff;
}

table#tickets tbody tr:nth-of-type(odd) {
    background-color: #eaf4fe !important;
}

table#tickets {
    border-collapse: separate !important;
    border-spacing: 0 2px !important;
    color: #1c1c1c;
}

/*----------------------------nuovo preventivo section 2----------------------------*/

.modal-content {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}


.modal-footer {
    border-top: none;
}

/* ----------graficha 1 su previntivo ----------*/

button.btn.btn-crea-preventivo {
    background-color: #25c13f;
    color: #fff;
    font-weight: 300;
    width: 280px;
}

.table thead th {
    height: 35px !important;
    text-align: start;
    vertical-align: middle !important;
    color: #fff;
}

i.fa.fa-pen {
    color: #6bc182;
}

i.fa.fa-trash {
    color: #f26d6f;
}

tr:nth-of-type(odd) {
    background-color: #ECECEC !important;
}

@media (max-width: 1200px) {
    .detagli {
        width: 10%;
    }
}

@media (max-width: 1300px) {
    .row.justify-content-center.preventivi {
        padding-right: 30px;
    }
}

@media (max-width: 992px) {
    .row.justify-content-center.preventivi {
        padding-right: 40px;
    }
}

tr.data-row.preventivi td {
    border-left: 0px solid;
    border-right: 0px solid;
    vertical-align: middle;
    text-align: start;
}

tr.data-row.preventivi td:first-child {
    /*border-left: 1px solid #eaf4fe !important;*/
}

tr.data-row.preventivi td:last-child {
    border-right: 1px solid #eaf4fe !important;
}

.preventivi-table th {
    border-left: 0px solid !important;
    border-right: 0px solid !important;
}

a.btn.btn-apri-walkin:focus {
    outline: none !important;
    border: none !important;
}

a.btn.btn-apri-walkin:focus {
    outline: none !important;
    border: none !important;
}

a.btn.btn-elenco-walcin:focus {
    outline: none !important;
    border: none !important;
}

table.fbody.table.table-striped .walkin-table td {
    text-align: start !important;
    vertical-align: middle;
}

.data-row.walkin-table td {
    border-left: 0px solid !important;
    border-right: 0px solid !important;
    vertical-align: middle;
}

/*-------graficha 4 sui preventivi-----------*/
.group-element {
    padding-right: 60px !important;
}

@media only screen and (max-width: 1200px) {
    .group-element {
        padding-right: 80px !important;
    }
}

@media only screen and (max-width: 860px) {
    .group-element {
        display: block !important;
        padding-left: 30px !important;
    }

    .col-md-6.col-sm-10.mt-5.refernc-mobile {
        margin-left: 0px !important;
    }
}

a.fa.fa-trash {
    color: #E74256;
}

.table-style th {
    border-right: 0px solid !important;
    border-left: 0px solid !important;
}

table.fbody.table.table-striped .elenco-table td {
    vertical-align: middle !important;
    text-align: start !important;
}

@media only screen and (max-width: 1300px) {
    .row.justify-content-center.walk {
        padding-right: 30px;
    }
}

@media only screen and (max-width: 982px) {
    .row.justify-content-center.walk {
        padding-right: 40px;
    }
}

.data-row.preventivi td {
    border-left: 0px !important;
    border-right: 0px !important;
    vertical-align: middle;
}

.main-panel.preventivi .horizontal-nav-links {
    margin-top: -58px;
    margin-bottom: 50px;
}

.main-panel.preventivi .horizontal-nav-links li {
    box-shadow: none;
}

.main-panel.preventivi .horizontal-nav-links li.active {
    border-bottom: 0px solid !important;
}

@media only screen and (max-width: 1200px) {
    .main-panel.preventivi .horizontal-nav-links {
        width: 80%;
    }
}

@media only screen and (max-width: 991px) {
    .main-panel.preventivi .horizontal-nav-links {
        margin-top: -101px;
    }

    .main-panel.preventivi .horizontal-nav-links a {
        font-size: 12px !important;
    }
}

/*--------------------------------navlinks su impostazioni-----------------------------------------------------*/

.main-panel.imposta-preventivi .horizontal-nav-links {
    margin-top: -58px;
    margin-bottom: 50px;
    margin-left: -2px;
}

.main-panel.imposta-preventivi .horizontal-nav-links li {
    box-shadow: none;
}

.main-panel.imposta-preventivi .horizontal-nav-links li.active {
    border-bottom: 0px solid !important;
}

@media only screen and (max-width: 1200px) {
    .main-panel.imposta-preventivi .horizontal-nav-links {
        width: 80%;
    }
}

@media only screen and (max-width: 991px) {
    .main-panel.imposta-preventivi .horizontal-nav-links {
        margin-top: -101px;
    }

    .main-panel.imposta-preventivi .horizontal-nav-links a {
        font-size: 12px !important;
    }
}

/*-----------------------------graficha 3 preventivi----------------------------------------*/


table.fbody.table.table-striped thead tr {
    border: none !important;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle !important;
    height: 30px;
}

table.fbody.table.table-striped thead tr td {
    padding-top: 10px;
    vertical-align: middle;
}

.border-element th {
    border-left: 0px solid !important;
    border-right: 1px solid !important;
    text-align: center !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    font-size: 16px !important;
}

.secondo-sum td {
    vertical-align: middle !important;
    justify-content: center !important;
}

a.btn .btn-chiudi {
    background-color: #E74B3E !important;
}

i.fas.fa-share-square {
    color: #E74B3E;
}

i.fas.fa-search {
    color: #999999;
}

.custom-datatable-col.mb-4.col-2 {
    margin-left: -40px;
}

@media only screen and (max-width: 992px) {
    .row.justify-content-center.walkin {
        padding-right: 20px;
    }
}

@media only screen and (max-width: 680px) {
    .row.justify-content-center.walkin {
        padding-right: 40px;
    }
}

@media only screen and (max-width: 992px) {
    .position-nav-link1 {
        margin-top: -6.2rem !important;
    }
}

@media only screen and (max-width: 990px) {
    .position-nav-link {
        margin-top: -2rem !important;
    }
}

.elenco-table td {
    border-left: 0px solid !important;
    border-right: 0px solid !important;
}

.walkin-table td {
    border-left: 0px solid !important;
    border-right: 0px solid !important;
}

.secondo-sum td {
    border-left: 0px solid !important;
    border-right: 0px solid !important;
}

tr.walk-element:nth-of-type(odd) {
    border-bottom: 0px solid !important;
}

tr.walk-element td {
    border-bottom: 0px solid !important;
    border-top: 0px solid !important;
}

/*----------------create progeti--------------------------------------------------------*/
@media only screen and (max-width: 767px) {
    .main-panel.create-proggeti .form-group {
        display: block !important;
        align-items: center;
    }
}

@media only screen and (max-width: 991px) {
    .main-panel.create-proggeti {
        margin-left: 50px !important;
    }
}

@media only screen and (max-width: 767px) {
    .main-panel.edit-proggeti .form-group {
        display: block !important;
    }
}

@media only screen and (max-width: 991px) {
    .main-panel.edit-proggeti {
        margin-left: 50px !important;
    }
}

@media only screen and (min-width: 992px) {
    #totaltab .add-progetti {
        max-width: 20% !important;
    }
}


.nuovi-lavorazioni .modal-title {
    color: #1c1c1c;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

.modal-title {
    font-size: 16px;
    line-height: 34px;
    font-weight: 600;
    color: #6F6F6E;
}

.modal-header {
    padding: 15px 15px 5px 0;
}

.modal-body p {
    font-size: 16px;
    line-height: 26px;
    color: #1c1c1c;
    font-weight: 400;
}

.nuovi-lavorazioni .modal-header {
    border-bottom: 1px solid #ccc;
}

.nuovi-lavorazioni .form-group {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nuovi-lavorazioni .form-control {
    background-color: #eaf4fe;
    border: none;
    height: 55px;
}

textarea#comment_item {
    background-color: #eaf4fe;
    border-radius: 8px;
}

div#operatoriLav {
    display: contents;
}

.nuovi-lavorazioni .modal-footer {
    justify-content: center;
}

.board-list {
    border-radius: 10px;
    width: 20%;
}

.delete-progetto .modal-footer {
    justify-content: space-between;
}

.allegati-preventivi .col-form-label {
    font-size: 24px !important;
    line-height: 32px !important;
    color: #E74B3E !important;
}

.allegati-preventivi .subtitle {
    font-size: 18px;
    line-height: 28px;
    padding-left: 10px;
    color: #000;
    text-transform: uppercase;
}

.allegati-preventivi .btn-upload {
    width: 100%;
    background-color: #cce5f2 !important;
    border: 1px solid #13b1ff !important;
    padding: 14px 20px !important;
    height: 54px;
    color: #000;
    text-align: end;
}

.allegati-preventivi .modal-footer .btn.btn-primary.btn-block {
    padding: 0.9rem 2rem;
    text-align: center;
    background-color: #f26d6f;
    border: 1px solid #f26d6f;
    outline: none;
    height: auto !important;
    height: 55px;
    border-radius: 8px;
}

.allegati-preventivi .modal-footer .btn.btn-primary.submitmessage {
    padding: 0.9rem 2rem;
    text-align: center;
    outline: none;
    height: auto !important;
    border-radius: 8px;
    height: 55px !important;
}

.allegati-preventivi button.btn.btn-outline-danger.m-2 {
    padding: 0.2rem 0.5rem;
}

.allegati-preventivi .btn-upload:active {
    color: #000 !important;
}

/* Allega Previsioni */

.allegati-previsioni .btn-upload {
    width: 100% !important;
    background-color: #cce5f2 !important;
    border: 1px solid #13b1ff !important;
    padding: 14px 20px !important;
    height: 54px;
    color: #000;
    text-align: end;
}

.btn-upload .custom-file-input {
    height: 40px;
    top: -25px;
    opacity: 1 !important;
}

.allegati-previsioni .modal-footer {
    justify-content: center;
}

.allegati-previsioni .modal-footer .btn.btn-primary.btn-block {
    padding: 0.9rem 2rem;
    text-align: center;
    background-color: #ea6c6d;
    border: none;
    outline: none;
    height: 55px;
    font-size: 16px;
    line-height: 31px;
    border-radius: 8px;
}

.elenco-allegati-previsioni label {
    padding-left: 0;
}

.block-allega {
    display: flex;
    align-items: center;
}

.block-allega span {
    margin-right: 20px;
}

.allegati-previsioni button.btn.btn-outline-danger.m-2 {
    padding: 0.2rem 0.5rem;
}

.allegati-previsioni .col-form-label {
    font-size: 24px !important;
    line-height: 32px;
    color: #E74B3E;
}

.allegati-previsioni .subtitle {
    font-size: 18px;
    line-height: 28px;
    padding-left: 10px;
    color: #000;
    text-transform: uppercase;
}

tr.walk-element {
    border: 0px solid !important;
}

td.table-form:first-child {
    border-left: 0px solid !important;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

td.table-form:last-child {
    border-right: 0px solid !important;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.allegati-previsioni .btn-upload:active {
    color: #000 !important;
}

/*--------------------------total active item----------------------------------*/
#res .table-active-item th {
    border-left: 0px solid;
    border-right: 0px solid;
    vertical-align: middle;
    text-align: start;
    background-color: #E74B3E !important;
    color: #fff;
}

table#res {
    border-collapse: separate !important;
    border-spacing: 0 2px !important;
    color: #1c1c1c;
    font-size: 14px;
    line-height: 19px;
}

#res .table-active-item td {
    border-left: 0px solid;
    border-right: 0px solid;
    vertical-align: middle;
    text-align: start;
}

.tempo-totale-active {
    background-color: #E74B3E;
    border-radius: 8px;
    height: 55px;
    display: flex;
    flex-direction: column;
}

.tempo-impiegato-active {
    background-color: #E74B3E;
    border-radius: 8px;
    height: 55px;
    display: flex;
    flex-direction: column;
}

input#action_button {
    background-color: #E74B3E;
    border-radius: 8px;
    height: 55px;
    color: #fff;
    padding: 0.9rem 2rem;
    text-align: center;
    width: 30%;
}

input#action_button:hover,
input#action_button:focus {
    outline: none;
    box-shadow: none;
}

@media only screen and (min-width: 992px) {
    #itemtab .add-progetti-active {
        max-width: 20% !important;
    }
}

@media only screen and (max-width: 1500px) {
    .mobile-kanban {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}

@media only screen and (max-width: 767px) {
    .mobile-kanban {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media only screen and (max-width: 580px) {
    .mobile-kanban {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .board-lists {
        display: block;
        grid-auto-columns: 100% !important;
    }

    .board-list {
        border-radius: 10px;
        width: 48%;
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .board-list {
        width: 100%;
    }
}

table#totalItems {
    border-collapse: separate !important;
    border-spacing: 0 2px !important;
    color: #1c1c1c;
}

/*-----------------------------active item operatore-----------------------------------------------*/
.tempo-totale-active-utenti {
    background-color: #E74B3E;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    height: 55px;
    align-items: center;
}

.tempo-impiegato-active-utenti {
    background-color: #E74B3E;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    height: 55px;
    align-items: center;
}

@media screen and (min-width: 1200px) {

    .tempo-totale-active-utenti,
    .tempo-impiegato-active-utenti {
        max-width: 32% !important;
        flex: 0 0 32% !important;
    }
}

@media screen and (min-width: 768px) {

    .tempo-totale-active-utenti,
    .tempo-impiegato-active-utenti {
        max-width: 48%;
        flex: 0 0 48%;
    }

    .row.tempo-tab-active .col-md-6 {
        max-width: 49% !important;
    }


    .home-content {
        min-height: 250px !important;
    }

    .tempo-totale1,
    .tempo-impiegato1 {
        max-width: 48%;
        flex: 0 0 48%;
    }

    /* .icon-menu {
    position: absolute !important;
    top: 35px;
    left: 92%;
    margin-bottom: 2% !important;
  } */


}

#itemtab #progetti_data_filter {
    display: none;
}

#progetti_data .table-active-utenti th {
    border-left: 0px solid;
    border-right: 0px solid;
    vertical-align: middle;
    text-align: start;
}

#progetti_data .table-active-utenti td {
    border-left: 0px solid;
    border-right: 0px solid;
    vertical-align: middle;
    text-align: start;
}

#totaltab .btn-comm {
    padding: 0.9rem 2rem !important;
    text-align: center;
    border-radius: 8px;
    border: none;
    background: #E74B3E;
    color: #fff;
}

#itemtab .btn-comm {
    padding: 0.9rem 2rem !important;
    text-align: center;
    border-radius: 8px;
    border: none;
    background: #E74B3E;
    color: #fff;
}

#totalItems .fas {
    font-size: 22px;
}

#itemtab .fas {
    font-size: 22px;
}

.btn-comm:hover,
.btn-comm:focus {
    background: #31BBEE !important;
    color: #fff !important;
    outline: none;
}

#totaltab .form-control {
    background: #fff !important;
    border: 1px solid #ccc !important;
    border-radius: 8px !important;
    height: 55px;
}

#itemtab .form-control {
    background: #fff !important;
    border: 1px solid #ccc !important;
    border-radius: 8px !important;
    height: 55px;
}

/*-------------------------------i miei proggeti----------------------------*/
#progetti_data .progetti-utenti th {
    border-left: 0px solid !important;
    border-right: 0px solid !important;
    text-align: start;
    vertical-align: middle;
}

#progetti_data .progetti-data1 td {
    border-left: 0px solid !important;
    border-right: 0px solid !important;
    text-align: start;
    vertical-align: middle;
}

/*--------------------------styling la grafica impostazione--------------- */

.table-details td {
    background-color: #fff !important;
}

.progetti-list th {
    border-left: 0px solid !important;
    border-right: 0px solid !important;
    text-align: left !important;
}

.progetti-list td {
    border-left: 0px solid !important;
    border-right: 0px solid !important;
}

i.fa.fa-folder-open {
    color: #31BBEE;
}

@media screen and (max-width: 991px) {
    .container-fluid .button-list {
        padding-right: 15px !important;
    }
}

/*-------------------------------restyling pagina 1 su project menagement------------------------------------------------------------------*/

i.fas.fa-arrow-alt-circle-left {
    color: #31BBEE;
}

.board-list {
    background-color: #fff;
}

.card {
    background-color: eeeeee;
    box-shadow: none;
    border-radius: 10px;
    width: 100%;
    border: 0px;
    margin-bottom: 20px;
}

.card span {
    color: rgb(51 51 51);
}

.board-layout .far {
    color: rgb(51 51 51);
}

.board-layout .button-list {
    position: relative;
    bottom: 2%;
}

.board-layout {
    background-color: transparent;
}

.board-list .text-right {
    margin-top: -20px;
}

a.btn.btn-primary.a-progetto {
    background-color: transparent;
    border: none;
    margin-left: auto;
    display: block;
    margin-right: auto;
    font-size: 1rem !important;
}

.tempo-totale1 {
    border-radius: 8px;
    height: 55px;
    background-color: #E74B3E;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tempo-impiegato1 {
    background-color: #E74B3E;
    border-radius: 8px;
    height: 55px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (min-width: 1200px) {

    .tempo-totale1,
    .tempo-impiegato1 {
        max-width: 32% !important;
        flex: 0 0 32% !important;
    }
}


@media screen and (max-width: 767px) {
    .tablinks {
        width: 100%;
    }
}

@media screen and (max-width: 1200px) {

    .button-comm-mobile,
    .search-mobile {
        max-width: 50%;
        flex: 0 0 50%;
    }
}

.table-progetti th {
    background-color: #cce5f2;
    border-left: 0px solid !important;
    border-right: 0px solid !important;
    text-align: left !important;
}

tr.table-progetti th {
    border-left: 0px solid !important;
    border-right: 0px solid !important;
}

tr.table-progetti1 td {
    border-left: 0px solid !important;
    border-right: 0px solid !important;
}

table.dataTable {
    border-collapse: collapse !important;
    border-spacing: unset !important;
}

.tab {
    width: 100%;
    background-color: transparent;
    border: none;
    display: flex;
}

@media screen and (max-width: 767px) {
    .tab {
        flex-direction: column;
    }

    button {
        justify-content: center;
    }
}

button#defaultOpen {
    background-color: #f3f4f4;
    border: 1px solid #9a9a9a;
}

button.tablinks {
    background-color: #f2f2f2;
    border: 1px solid #c6c6c6;
    font-size: 18px;
    line-height: 24px;
    padding: 0.9rem 2rem;
}

.tab button.active {
    background-color: #fff !important;
    color: #2192d9 !important;
    border-top: 2px solid #2192d9 !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 0px !important;
}

table#totalItems .table-progetti th {
    background-image: none !important;
}

.board-lists {
    grid-auto-columns: 20% !important;
    position: relative;
}

i.icon-active {
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
    background-color: #62be53 !important;
    border: none !important;
    color: #62be53 !important;
}

button:focus {
    outline: none !important;
}

div#stattab {
    margin-top: 20px;
}

#stattab .add-progetto {
    padding: 0.9rem 1rem 0.9rem 3rem;
    background-color: #eaf4fe;
    border: none;
    color: #E74B3E;
    border-radius: 8px;
    text-align: center;
    position: relative;
    font-size: 16px;
    line-height: 21px;
}

#stattab .add-progetto span {
    position: absolute;
    width: 2rem;
    height: 2rem;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    left: 1rem;
}

#stattab .add-progetto .fas {
    line-height: 2rem;
    font-size: 1rem;
    text-align: center;
    display: block;
    margin: 0 auto;
    color: #E74B3E;
}

.block-item {
    height: 100px;
    border-radius: 8px;
    background-color: #E74B3E;
    border: none;
}

@media screen and (max-width: 767px) {
    #stattab .icon-back {
        margin-bottom: 0.5rem;
    }
}

#stattab .item {
    height: 110px;
    background-color: #E74B3E;
    border-radius: 8px;
}

#stattab .item label {
    font-size: 14px;
    line-height: 32px;
}

#stattab .item span {
    font-size: 16px;
    line-height: 21px;
}

.list-title {
    font-size: 16px;
    line-height: 21px;
    color: #6F6F6E;
    font-weight: 600;
    text-align: center;
    position: absolute;
}

.list-card {
    height: 600px;
    top: 10%;
    position: relative;
    overflow: auto;
}

.add-progettolist {
    background-color: transparent;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #E74B3E;
    font-size: 12px;
    line-height: 16px;
    align-items: center;
    position: relative;
}

.add-progettolist:hover,
.add-progettolist:focus {
    background-color: transparent;
    border: none;
    color: #31BBEE;
    box-shadow: none;
    outline: none;
}

.add-progettolist span {
    position: absolute;
    width: 2rem;
    height: 2rem;
    background-color: #eaf4fe;
    transform: translateY(-100%);
    border-radius: 50%;
}

.add-progettolist .fas {
    line-height: 2rem;
    font-size: 1rem;
    text-align: center;
    display: block;
    margin: 0 auto !important;
    color: #1c1c1c;
}

.bg-list {
    background-color: #ECECEC;
}

/* ---------------------------project menagement ezyline 5----------------------------*/
#progetti_data .progetti-admin th {
    background-image: none !important;
    border-left: 0px solid !important;
    border-right: 0px solid !important;
    text-align: initial;
    text-transform: uppercase;
}

#progetti_data .progetti-admin1 td {
    border-left: 0px solid !important;
    border-right: 0px solid !important;
}

div#progetti_data_info {
    padding-bottom: 50px !important;
}

/* ---------------------------project menagement ezyline 4----------------------------*/

#totalItems .table-adm th {
    background-image: none !important;
    border-left: 0px solid !important;
    border-right: 0px solid !important;
    text-align: initial;
    background-color: #E74B3E !important;
    color: #fff;
}

#totalItems .table-adm td {
    border-left: 0px solid !important;
    border-right: 0px solid !important;
}

#admin_agencies_filter {
    margin-bottom: 20px;
}

button.btn.btn-primary.submitmessage:focus {
    border: 0px solid !important;
    outline: none !important;
}

#admin_agencies .border-element th,
#matched_data .border-element th,
#lead_table .border-element th,
#jobs_table .border-element th,
#emailSearch .border-element th,
#prediction_table .border-element th {
    background-image: none !important;
    height: 70px !important;
    background-color: #E74B3E !important;
    color: #fff;
}

/*-------------------Home Page V2----------------------------------*/

@media screen and (max-width: 1026px) {
    label.label1 {
        font-size: 0.5rem !important;
    }
}

@media screen and (min-width: 992px) {
    .home-content {
        max-width: 37.6666666667% !important;
        margin-left: 3.7%;
    }
}

@media screen and (max-width: 1350px) {
    .ticket-mobile {
        flex: 0 0 30% !important;
        max-width: 30% !important;
    }
}

@media screen and (max-width: 992px) {
    .ticket-mobile {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    .text-content label {
        font-size: 1rem !important;
    }
}

@media screen and (max-width: 580px) {
    .ticket-mobile {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

.banner {
    max-width: 100%;
    width: 100%;
    height: auto;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/banner.png) !important;
    min-height: 100%;
    border-radius: 10px;
}

.home-content {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: auto;
    min-height: 500px;
    background-color: #eaf4fe;
    border-radius: 10px;
}

label.label-home {
    font-size: 20px;
    line-height: 28px;
    display: inline-block;
}

@media (max-width: 1024px) {
    label.label-home {
        font-size: 18px !important;
    }
}

@media (max-width: 860px) {
    label.label-home {
        font-size: 16px !important;
    }
}

.img-logo img {
    display: block;
    margin: auto;
}

@media (max-width: 1500px) {
    .container-fluid.progetti {
        padding-right: 40px !important;
    }
}

@media (max-width: 999px) {
    .container-fluid.progetti {
        padding-right: 50px !important;
    }
}

@media screen and (max-width: 767px) {
    .home-page {
        padding-right: 0px;
        padding-left: 0px;
    }
}

/*------------------------------sezione ticket intero--------------------------------------------*/
table#tickets .table-ticket th {
    border-right: 0px solid !important;
    border-left: 0px solid !important;
    text-align: start !important;
}

table#tickets .table-ticket1 td {
    border-right: 0px solid !important;
    border-left: 0px solid !important;
    vertical-align: middle !important;
}

span.badge {
    width: 80px;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
}

.chatconv div#accordion {
    width: 800px;
}

#accordion .bg-blue.panel {
    background-color: #fff;
}

#accordion .bg-blue.panel label {
    color: #8c8c8c !important;
}

#accordion .bg-blue.panel span {
    color: #8c8c8c !important;
    margin-left: 200px;
}

#accordion .bg-blue.panel i.far.fa-calendar {
    color: #8c8c8c !important;
}

#accordion .bg-blue.panel i.far.fa-clock {
    color: #8c8c8c !important;
}

.addfile span {
    text-transform: none;
}

/*-----------------------------subnav top message per mobile----------------------------------------------------------*/

@media screen and (max-width: 999px) {
    .float-md-right.ticektuser {
        padding-right: 30px !important;
        padding-top: 30px !important;
    }

    .horizontal-nav-links {
        width: 80% !important;
    }
}

.col-8.color-font:focus {
    outline: none !important;
    border: 0px solid !important;
}

/*--------------------------------previsione style-------------------------------------------------------*/
button.btn.btn-outline-info.btn-block.submitmessage.date span {
    color: #333 !important;
    border: none !important;
    font-size: 0.8rem !important;
}

#res .previsioni-table th {
    background-image: none;
    border-left: 0px solid;
    border-right: 0px solid;
    text-align: start;
    vertical-align: middle !important;
    background-color: #E74B3E !important;
    color: #fff;
}

@media (max-width: 1030px) {
    .main-panel.previsioni {
        padding-right: 30px;
    }
}

.nuovo-previsione .modal-header {
    border-bottom: 1px solid #ccc;
}

@media only screen and (min-width: 992px) {
    .nuovo-previsione .modal-dialog {
        min-width: 1000px;
    }
}

@media only screen and (min-width: 1100px) {
    .nuovo-previsione .modal-dialog {
        min-width: 1100px;
    }
}

.nuovo-previsione .form-group {
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 992px) {
    .left-previsioni {
        padding-right: 50px;
        border-right: 1px solid #ccc;
    }

    .right-previsioni {
        padding-left: 50px;
    }
}

.nuovo-previsione .fas,
.nuovo-previsione .far {
    color: #E74B3E;
}

.previsione .fa:hover {
    color: #fff !important;
}

.nuovo-previsione .modal-footer {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
    justify-content: flex-end;
}

.nuovo-previsione .form-control {
    border: 0px solid;
    height: 55px;
    background-color: #eaf4fe;
}

.anulla-previsione .modal-footer {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.anulla-previsione .modal-footer .btn.btn-primary.btn-block {
    padding: 12px 40px;
    background-color: #f26d6f;
    border: 1px solid #f26d6f;
}

@media screen and (max-width: 576) {
    .anulla-previsione .modal-footer {
        float: left !important;
    }
}

.anulla-previsione .fa-times-circle {
    font-size: 2rem !important;
    color: #ea6c6d !important;
}

.nuovo-previsione input#tempo_h {
    padding: 0.8rem;
    text-align: center;
    margin: 0.8rem;
}

.nuovo-previsione input#tempo_m {
    padding: 0.8rem;
    text-align: center;
    margin: 0.8rem;
}

/*-------------------------------admin page-----------------------------------------------------*/
table#admin_administrators .admin-table th {
    background-image: none;
    border-left: 0px solid;
    border-right: 0px solid;
    vertical-align: middle;
    text-align: start;
    height: 30px !important;
    background-color: #E74B3E !important;
    color: #fff;
}

#admin_administrators {
    border-collapse: separate !important;
    border-spacing: 0 2px !important;
    color: #1c1c1c;
    font-size: 14px;
    line-height: 19px;
}

table#admin_administrators .data-row td {
    vertical-align: middle;
    text-align: start;
}

.create-user .modal-header {
    border-bottom: 1px solid #ccc;
}


@media only screen and (min-width: 1100px) {
    .modal-dialog.modal-lg.create-user {
        min-width: 900px !important;
    }
}

@media (min-width: 992px) {
    .modal-dialog.modal-lg.create-user {
        max-width: 900px !important;
        padding: 5%;
    }
}

@media (max-width: 991px) {
    .create-user .form-group {
        flex-direction: column;
    }
}

.create-user .modal-footer {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.btn-detagli {
    position: relative;
}

.btn-detagli:focus {
    outline: none;
    box-shadow: none;
}

.edit-agency .modal-header {
    border-bottom: 1px solid #ECECEC;
}

@media (min-width: 992px) {
    .agencyCostumStyle .modal-dialog.modal-lg {
        max-width: 900px !important;
    }
}

@media (min-width: 1100px) {
    .agencyCostumStyle .modal-dialog.modal-lg {
        max-width: 1100px !important;
    }
}

@media only screen and (min-width: 992px) {
    .agencyCostumStyle .left {
        padding-right: 50px;
        border-right: 1px solid #cccccc;
    }
}

@media only screen and (min-width: 992px) {
    .agencyCostumStyle .right {
        padding-left: 50px;
    }
}

@media only screen and (min-width: 992px) {
    .create-user .left {
        padding-right: 50px;
        border-right: 1px solid #cccccc;
    }
}

@media only screen and (min-width: 992px) {
    .create-user .right {
        padding-left: 50px;
    }
}

.create-admin .modal-header {
    border-bottom: 1px solid #ECECEC;
}

.create-admin .modal-header .modal-title {
    color: #161616;
    font-size: 24px;
    line-height: 32px;
}

.create-admin .form-control {
    background-color: #eaf4fe;
    height: 45px;
    border: none;
    border-radius: 0;
}

@media (max-width: 991px) {
    .create-admin .form-group {
        flex-direction: column;
    }
}

@media (min-width: 992px) {
    .create-admin .modal-dialog.modal-lg {
        max-width: 900px;
    }
}

.create-admin .fas {
    color: #E74B3E;
}

.create-admin .modal-footer {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    justify-content: center;
}

.create-operatore .modal-header {
    border-bottom: 1px solid #ECECEC;
}

.create-operatore .modal-header .modal-title {
    color: #161616;
    font-size: 24px;
    line-height: 32px;
}

.create-operatore .fas,
.create-operatore .fa {
    color: #31BBEE;
}

.create-operatore .form-control {
    background-color: #eaf4fe;
    height: 45px;
    border: 0;
    border-radius: 0;
}

@media (max-width: 991px) {
    .create-operatore .form-group {
        flex-direction: column;
    }
}

@media (min-width: 992px) {
    .create-operatore .modal-dialog.modal-lg {
        max-width: 900px;
    }
}

.create-operatore .modal-footer {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .admin-page.operatore {
        padding-top: 80px !important;
    }

    .admin-page.create-admin-user {
        padding-top: 80px !important;
    }
}

.costumDesignAdmin #admin_administrators_length {
    display: none;
}

.costumDesignAdmin #admin_administrators_filter {
    display: none;
}

.costumDesignAdmin .btn-table span {
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #f5f5f5;
    transform: translateY(-50%);
    border-radius: 50%;
}

.costumDesignAdmin .btn-table .fas {
    line-height: 2.5rem;
    font-size: 1rem;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.costumDesignAdmin .btn-table .fa-edit {
    color: #6bc182;
}

.costumDesignAdmin .btn-table .fa-trash {
    color: #ea676c;
}

/*----------------------------operatori table1--------------------------------------*/

#table_operatori .operatori-t th {
    background-image: none;
    border-left: 0px solid;
    border-right: 0px solid;
    vertical-align: middle;
    text-align: start;
    background-color: #E74B3E !important;
    color: #fff;
}

@media screen and (max-width: 999px) {
    .modal-body.admin .form-group {
        display: block !important;
    }
}

#table_operatori {
    border-collapse: separate !important;
    border-spacing: 0 2px !important;
    color: #1c1c1c;
    font-size: 14px;
    line-height: 19px;
}

@media screen and (max-width: 999px) {
    .modal-body.admin-edit .form-group {
        display: block !important;
    }
}

@media screen and (max-width: 999px) {
    .modal-body.operatore .form-group {
        display: block !important;
    }
}

@media screen and (max-width: 999px) {
    .modal-body.operatore-edit .form-group {
        display: block !important;
    }
}

@media screen and (max-width: 999px) {
    .modal-body.utenti .form-group {
        display: block !important;
    }
}

@media screen and (max-width: 999px) {
    .modal-body.utenti-edit .form-group {
        display: block !important;
    }
}

@media screen and (max-width: 999px) {
    .container-fluid .second-container {
        display: block !important;
    }
}

/*-------------------------------------restyling la pagina di config ---------------------------------------*/
button.btn.btn-primary.configurazione {
    font-weight: 400;
    background-color: #31BBEE;
    border: none;
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    border-radius: 8px;
    padding: 0.9rem 2rem;
    width: 300px;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 55px !important;
}

button.btn.btn-primary.configurazione:hover {
    color: #fff;
    background-color: #31BBEE;
}

button.btn.btn-primary.configurazione:focus {
    outline: none !important;
    box-shadow: none;
}

.costumDesignAdmin .col.text-left {
    font-size: 16px;
    line-height: 21px;
}

/*-----------------------------------statistiche ticket---------------------------------------------------*/

.statistiche .col-12.filter-ul #searchform {
    width: 100% !important;
    justify-content: space-between;
    margin-left: 0px;
}

#tickets thead.ticket-statistic th {
    border-left: 0px solid;
    border-right: 0px solid;
    vertical-align: middle;
    text-align: start;
    color: #fff;
    background-color: #6F6F6E !important;
}

button.dt-button.buttons-excel.buttons-html5.btn.btn-primary {
    padding: 10px 40px;
    margin: 20px 0;
}

.main-panel.statistice form#searchform {
    margin-left: 0px;
    justify-content: space-between !important;
    align-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
}

li.list-inline-item {
    padding: 0.9rem 0;
    background-color: #f3f4f4;
    border: 0.5px solid #9a9a9a;
    height: 55px;
    min-width: 150px;
    text-align: center;
    margin-right: -5px !important;
}

.ticket li.list-inline-item:first-child {
    position: absolute;
    top: 0.2%;
}

select#repart {
    background-color: #eaf4fe;
    border: none;
    border-radius: 8px;
    height: 55px !important;
}

select#priority {
    background-color: #eaf4fe;
    border: none;
    border-radius: 8px;
    height: 55px !important;
}

select#category {
    background-color: #eaf4fe;
    border: none;
    border-radius: 8px;
    height: 55px !important;
}

@media screen and (max-width: 991px) {
    .statistice-link ul.list-inline.filterEl {
        flex-direction: column;
    }
}

.butt {
    color: #b1b1b1;
    font-size: 16px;
}

@media (max-width: 1420px) {
    .filter-ticket {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ticket-btn {
        flex: 0 0 30%;
        max-width: 30%;
    }
}

@media (max-width: 767px) {
    .ticket-btn {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    .ticket-btn {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 425px) {

    .home-content {
        position: relative;
        max-width: 100%;
        width: 100%;
        height: auto;
        min-height: 300px;
        background-color: #eaf4fe;
        border-radius: 10px;
    }

    .profile-left {
        background-color: #eaf4fe;
        border-radius: 10px;
        margin-bottom: 10px;
    }

    .profile-right {
        border-radius: 10px;
    }

    .main-panel {
        margin: 65px auto;
    }
}

.status_ticket {
    color: #b1b1b1;
    font-size: 16px;
}

.status_ticket:hover,
.status_ticket:focus {
    color: #b1b1b1 !important;
}

a#idlink0:hover,
a#idlink0:focus {
    color: #b1b1b1 !important;
}

/*-------------------------------ticket posizionamento del filter horisontally--------------------------------*/

.admin-page.ticket .filter-ul {
    width: 100% !important;
    margin-left: -15px !important;
    justify-content: space-between;
}

.admin-page.ticket select#time_client {
    width: 12rem !important;
}

@media screen and (max-width: 1643px) {
    .admin-page.ticket .filter-ul {
        margin-left: -50px !important;
    }
}

@media screen and (max-width: 1332px) {
    .admin-page.ticket .filter-ul {
        margin-left: 0px !important;
    }
}

div#tickets_length {
    padding-top: 8px;
}

@media only screen and (max-width: 1366px) and (min-width: 400px) {
    .custom-datatable-col {
        display: block;
    }
}

div#tickets_length {
    margin-left: 100px;
}

@media screen and (max-width: 991px) {
    div#tickets_length {
        margin-left: 200px;
    }
}


/*--------------------ticket note-----------------------------------------------------------*/

.main-panel.utenti .note-editor.note-frame.card {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.main-panel.utenti .note-toolbar.card-header {
    background-color: #fff;
    border-bottom: 0px;
}

.main-panel.utenti button.note-btn.btn.btn-light.btn-sm {
    background-color: #fff !important;
}

.main-panel.utenti .note-resizebar {
    background-color: #fff;
}

.main-panel.utenti .note-editor.note-frame .note-statusbar {
    border-top: none;
}

.main-panel.utenti .btn-light {
    border: 0px solid !important;
}

.main-panel.utenti .card-header.note-toolbar {
    padding: none;
}

/*---------------------------------------------------------------------------------------------*/
.modal-body.utenti .radio-label {
    padding: 2px 10px;
}

.modal-body.utenti-edit .radio-label {
    padding: 2px 10px;
}

@media screen and (max-width: 767px) {
    #piechart {
        margin-left: auto !important;
        margin-right: auto !important;
        display: block !important;
    }
}

@media screen and (max-width: 1100px) {
    #piechart {
        margin-left: -20px;
    }
}

@media screen and (max-width: 999px) {
    #piechart {
        margin-left: -60px;
    }
}

@media screen and (max-width: 800px) {
    #piechart {
        margin-left: auto !important;
        margin-right: auto !important;
        display: block !important;
    }
}

/* nuove modifiche su ezyline restyling  */

/* -----mio profilo vista operatore---- */

.navbar .panel-title {
    background-color: #6F6F6E;
}

.costumDesignProfile .title {
    color: #1e1e1e;
    font-size: 28px;
    line-height: 37px;
}

.costumDesignProfile .profile-left .form-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
}

.costumDesignProfile .form-group .form-control {
    background-color: transparent;
    border: 1px solid #ccd4e0;
    border-radius: 8px;
    height: 50px;
}

.search-bar {
    width: 40%;
    height: 55px;
    border: none;
    background: #eaf4fe !important;
    border-radius: 8px;
}

.costumDesignProfile .profile-button {
    background-color: #31BBEE;
    padding: 0.9rem 2rem !important;
    border: none;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 21px;
}

@media screen and (max-width: 1280px) {
    .costumDesignProfile .form-group {
        flex-direction: column;
    }
}

@media screen and (max-width: 767px) {
    .costumDesignProfile .form-group {
        flex-direction: column;
    }

    .profile-button {
        width: 100%;
    }
}

.profile-left {
    background-color: #D9D9D9;
}

.profile-right {
    background-color: #D9D9D9;
}

@media (min-width: 992px) {
    .profile-left {
        max-width: 48% !important;
        border-radius: 10px;

    }

    .profile-right {
        max-width: 48% !important;
        border-radius: 10px;
    }
}

/* -----mio profilo vista operatore---- */

/* modificha cliente vista admin */

.agency-title {
    color: #161616;
    font-size: 24px;
    line-height: 32px;
}

.agency .fas {
    color: #E74B3E;
}

.agency .form-control {
    background-color: #eaf4fe;
    border: none;
    border-radius: 0;
    height: 45px;
}

@media screen and (max-width: 992px) {
    .agency .form-group {
        display: flex;
        flex-direction: column !important;
    }
}

.agency #label-low {
    background-color: #63be7b;
    color: #fff;
}

.agency #label-medium {
    background-color: #feeb82;
    color: #fff;
}

.agency #label-high {
    background-color: #f7696b;
    color: #fff;
}

.btn-salva-utenti {
    width: 30% !important;
    background-color: #E74B3E;
    padding: 0.9rem 2rem;
    border-radius: 8px;
    border: none;
    height: 55px;
    text-align: center;
    color: #fff;
    margin-top: 30px;
}

.btn-delete-utenti {
    background-color: #ea6c6d !important;
    width: 100%;
    height: 55px;
    outline: none;
    border: none;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    padding: 0.9rem 2rem;
}

/* modificha cliente vista admin */

/* .btn-aggungi-cliente {
  padding: 0.9rem 3.5rem !important;
  background-color: #eaf4fe !important;
  border: none;
  border-radius: 8px;
  position: relative;
  text-align: center;
  color: #E74B3E;
  height: 55px;
  font-size: 14px;
  margin-right: 15px;
} */

.btn-aggungi-cliente:hover,
.btn-aggungi-cliente:focus {
    outline: none;
    box-shadow: none;
    color: #31BBEE;
}

#length_change {
    padding: 5px;
    border: 2px solid #6F6F6E;
    border-radius: 5px;
}

.elementupload {
    width: 40% !important;
    padding: 0.9rem 2rem !important;
    float: right !important;
    border-radius: 8px !important;
    background-color: #fff !important;
    color: #E74B3E !important;
}

@media screen and (max-width: 767px) {
    .elementupload {
        width: 100% !important;
        float: left !important;
    }
}

.agency .form-group label {
    font-size: 16px;
    color: #1c1c1c;
    line-height: 31px;
}

.create-agency .form-group label {
    font-size: 16px;
    color: #1c1c1c;
    line-height: 31px;
}

.create-agency .fas {
    color: #E74B3E;
}

.create-agency .form-control {
    background-color: #eaf4fe !important;
    height: 45px;
    border-radius: 0;
    border: none;
}

.create-agency #label-low {
    background-color: #63be7b;
    color: #fff;
}

.create-agency #label-medium {
    background-color: #feeb82;
    color: #fff;
}

.create-agency #label-high {
    background-color: #f7696b;
    color: #fff;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

/* modificha cliente vista admin */

/* previsione vista admin */
.previsioni-progetti {
    background-color: #fff;
    height: 15vh;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 5px solid #E74B3E;
}

.previsioni-operatori {
    background-color: #fff;
    height: 15vh;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 5px solid #f26d6f;
}

.copertura-operatori {
    background-color: #fff;
    height: 15vh;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 5px solid #5fbf83;
}

@media screen and (max-width: 767px) {
    .copertura-operatori {
        height: 10vh !important;
    }

    .previsioni-operatori {
        height: 10vh !important;
    }

    .previsioni-progetti {
        height: 10vh !important;
    }
}

/* previsione vista admin */

/* proggeti vista admin */
.tutti-progetti {
    background-color: #fff;
    height: 15vh;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 5px solid #E74B3E;
}

.progetti-attivi {
    background-color: #fff;
    height: 15vh;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 5px solid #f26d6f;
}

.progetti-sospesi {
    background-color: #fff;
    height: 15vh;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 5px solid #5fbf83;
}

@media screen and (max-width: 767px) {
    .progetti-sospesi {
        height: 10vh !important;
    }

    .progetti-attivi {
        height: 10vh !important;
    }

    .tutti-progetti {
        height: 10vh !important;
    }
}

/* proggeti vista admin */

/* tutti item vista admin */

.tempo-totale {
    background-color: #E74B3E;
    height: 55px;
    border-radius: 8px;
    width: 180px;
    display: flex;
    align-items: center;
    padding: 8px;
}

.tempo-impiegato {
    background-color: #E74B3E;
    height: 55px;
    border-radius: 8px;
    width: 250px;
    display: flex;
    align-items: center;
    padding: 8px;
}

.title-block {
    font-size: 14px;
    line-height: 19px;
}

.title-block span {
    font-size: 14px;
    line-height: 19px;
}

.tabcontent .btn-grafico {
    padding: 0.9rem 2rem;
    border: 1px solid #cbcbcb !important;
    background-color: #fff !important;
    border-radius: 8px;
    font-size: 14px;
    line-height: 19px;
    width: 130px;
    color: #8e8e8e;
    height: 55px !important;
}

.tabcontent .btn-modifica {
    border: 1px solid #31BBEE !important;
    background-color: #fff !important;
    color: #8e8e8e !important;
    font-size: 14px;
    line-height: 21px;
    padding: 0.9rem 1rem;
    height: 55px;
    width: 180px;
    border-radius: 8px;
}

.tabcontent .btn-modifica .fas {
    color: #31BBEE;
}

.tabcontent .btn-elemina {
    border: 1px solid #ea6c6d !important;
    background-color: #fff !important;
    color: #8e8e8e !important;
    font-size: 14px;
    line-height: 21px;
    padding: 0.9rem 1rem;
    height: 55px;
    width: 180px;
    border-radius: 8px;
}

.tabcontent .btn-elemina .fas {
    color: #ea6c6d;
}

.tabcontent .btn-aggiungi {
    border: none;
    background-color: #eaf4fe;
    color: #31BBEE !important;
    font-size: 14px;
    line-height: 21px;
    padding: 0.9rem 1rem;
    height: 55px;
    width: 300px;
    border-radius: 8px;
    position: relative;
}

.tabcontent .btn-aggiungi:hover,
.tabcontent .btn-aggiungi:focus {
    border: none;
    background-color: #eaf4fe !important;
    color: #31BBEE !important;
    outline: none !important;
    box-shadow: none !important;
}

.tabcontent .btn-aggiungi span {
    position: absolute;
    width: 2rem;
    height: 2rem;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    left: 1rem;
}

.tabcontent .btn-aggiungi .fas {
    line-height: 2rem;
    font-size: 1rem;
    text-align: center;
    display: block;
    margin: 0 auto;
    color: #E74B3E;
}

#commenttab {
    width: 100%;
}


@media screen and (min-width: 991px) {
    #commenttab {
        width: 50%;
    }
}

#totaltab .btn-table {
    position: relative;
}

#totaltab .btn-table span {
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #f5f5f5;
    transform: translateY(-50%);
    border-radius: 50%;
}

#totaltab .btn-table .fas {
    line-height: 2.5rem;
    font-size: 1rem;
    text-align: center;
    display: block;
    margin: 0 auto;
    color: #6bc182 !important;
}

.apri-icon {
    position: relative;
    background: transparent;
    color: transparent;
    border: 0px solid;
}

.apri-icon span {
    position: absolute;
    width: 2rem;
    height: 2rem;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    left: 1rem;
}

.apri-icon .fas {
    line-height: 2rem;
    font-size: 1rem;
    text-align: center;
    display: block;
    margin: 0 auto;
    color: #E74B3E;
}

.tab button.active {
    border-top: 2px solid #2192d9 !important;
}

.btn-chiudi-modal {
    width: 100%;
    margin-right: 15px;
    background-color: #31BBEE;
    border: 1px solid #31BBEE;
}

.modal-admin .secondo-sum input,
optgroup,
textarea {
    border: none !important;
}

.modal-admin .form-control:disabled,
.form-control[readonly] {
    background-color: #f3f3f3;
}

.date-comment .fa-calendar-minus:before {
    margin-right: 0.4rem !important;
}

.time-comment .fa-clock:before {
    margin-right: 0.4rem !important;
}

.date-comment p,
.time-comment p,
.autor-comment {
    color: #2b2e31 !important;
}

.icon-back {
    display: flex;
    align-items: center;
    width: 36px;
}

.icon-back span {
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #fff;
    transform: translateY(-50%);
    border-radius: 50%;
    border: 1px solid #a2a2a2 !important;
}

.icon-back .fas {
    font-size: 1rem;
    text-align: center;
    display: block;
    margin: 0 auto;
    line-height: 2.5rem;
    color: #a2a2a2 !important;
}

/* tutti item vista admin */

/* admin */

.admin .horizontal-nav-links li:nth-child(1).active {
    margin-left: 0px;
}

.main-panel.admin .horizontal-nav-links {
    margin-left: 15px !important;
}

.btn-aggungi-admin {
    padding: 0.9rem 1rem 0.9rem 2rem !important;
    background-color: #eaf4fe !important;
    border: none;
    border-radius: 8px;
    position: relative;
    text-align: center;
    width: 100%;
    color: #E74B3E;
}

.btn-aggungi-admin:hover,
.btn-aggungi-admin:focus {
    background-color: #eaf4fe !important;
    outline: none;
    box-shadow: none;
    color: #31BBEE;
}

.btn-aggungi-admin span {
    position: absolute;
    width: 2rem;
    height: 2rem;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    left: 0.4rem;
}

.btn-aggungi-admin .fa {
    line-height: 2rem;
    font-size: 1rem;
    text-align: center;
    display: block;
    margin: 0 auto;
    color: #31BBEE;
}

.admin .horizontal-nav-links li {
    box-shadow: none !important;
}

@media screen and (max-width: 1224px) {
    .admin .horizontal-nav-links li {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .btn-aggungi-admin {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
}

@media screen and (max-width: 999px) {
    .admin .horizontal-nav-links {
        width: 100% !important;
    }

    .admin .horizontal-nav-links li {
        margin-top: 0px !important;
    }
}

/* admin */

/* operatore */

.btn-aggungi-operatore {
    padding: 0.9rem 1rem 0.9rem 2rem !important;
    background-color: #eaf4fe !important;
    border: none;
    border-radius: 8px;
    position: relative;
    text-align: center;
    width: 100%;
    color: #E74B3E;
}

.btn-aggungi-operatore:hover,
.btn-aggungi-operatore:focus {
    color: #31BBEE;
    outline: none !important;
    box-shadow: none !important;
}

.btn-aggungi-operatore span {
    position: absolute;
    width: 2rem;
    height: 2rem;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    left: 0.4rem;
}

.btn-aggungi-operatore .fa {
    line-height: 2rem;
    font-size: 1rem;
    text-align: center;
    display: block;
    margin: 0 auto;
    color: #31BBEE !important;
}

.operatore-edit .fas,
.operatore-edit .fa {
    color: #31BBEE;
}

.costumDesignOperatore #table_operatori_length {
    display: none;
}

.costumDesignOperatore #table_operatori_filter {
    display: none;
}

.costumDesignOperatore .btn-table span {
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #f5f5f5;
    transform: translateY(-50%);
    border-radius: 50%;
}

.costumDesignOperatore .btn-table .fas {
    line-height: 2.5rem;
    font-size: 1rem;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.costumDesignOperatore .btn-table .fa-folder-open {
    color: #31BBEE;
}

/* operatore */

/*  crea commento operatore */
.comm-operatore {
    padding: 1rem;
    border-bottom: none;
}

.title-comm {
    color: #444;
    font-size: 1.2rem;
    font-weight: normal;
}

.btn-comm {
    width: 100%;
    background-color: #E74B3E;
    color: #fff;
    border: 1px solid #E74B3E;
    height: 55px;
    border-radius: 8px !important;
}

.btn-comm:hover {
    background-color: #fff;
    border: 1px solid #31BBEE;
    color: #31BBEE;
}

.btn-anulla-comm {
    width: 100%;
    background-color: #f26d6f;
    border: 1px solid #f26d6f;
    color: #fff;
    transition: 0.3s all;
}

.btn-anulla-comm:hover {
    background-color: #fff;
    border: 1px solid #31BBEE;
    color: #31BBEE;
}

.footer-content {
    justify-content: center;
    margin-top: 0px !important;
}

/*  crea commento operatore */

/* total item vista operatore */
#totalItems_wrapper .btn-commm-operatore {
    background-color: cccccc;
    border: 1px solid none;
    border-radius: 8px;
    color: #fff !important;
    font-size: 14px;
    padding: 0.5rem 2rem;
    text-align: center;
}

#itemtab .btn-commm-operatore {
    background-color: cccccc;
    border: none;
    border-radius: 8px;
    color: #fff !important;
    font-size: 14px;
    padding: 0.5rem 2rem;
    text-align: center;
}

#totalItems_wrapper .btn-success {
    background-color: #b2e9cc;
    color: #6f6f6f;
    border-color: #b2e9cc;
    padding: 0.5rem 1rem;
}

#itemtab .btn-success {
    background-color: #b2e9cc;
    color: #6f6f6f;
    border-color: #b2e9cc;
    padding: 0.5rem 1rem;
}

#totalItems_wrapper #totalItems_filter {
    display: none;
}

#totalItems_wrapper .btn-danger {
    background-color: #e4b7bc;
    color: #6f6f6f;
    border-color: #e4b7bc;
    padding: 0.5rem 1rem;
}

#itemtab .btn-danger {
    background-color: #e4b7bc;
    color: #6f6f6f;
    border-color: #e4b7bc;
    padding: 0.5rem 1rem;
}

.costumDesignAltroProgettiOp {
    margin-top: -24px;
}

.bg-progettiOp {
    background-color: #eaf4fe;
}

i.fas.fa-arrow-alt-circle-left {
    color: #E74B3E !important;
}

/* progetti vista operatore */

.form-check-input:checked {
    color: #E74B3E !important;
    background-color: #E74B3E !important;
}

#itemtab .btn-aggiungi span {
    left: 1rem !important;
}

.board-text {
    background-color: #E74B3E !important;
    color: #fff !important;
    border: none !important;
    padding: 0.9rem 2rem !important;
    width: 100%;
    border-radius: 8px;
    text-align: center;
    height: 55px;
}

@media screen and (max-width: 767px) {
    .previsioni-mobile {
        width: 90% !important;
    }

    .container-fluid .second-container {
        margin-right: 15px !important;
    }
}

.board-list {
    overflow: auto;
    max-height: 100%;
    height: 700px;
}

@media screen and (max-width: 767px) {
    .progetti-op {
        flex-direction: column;
    }

    .search-form {
        max-width: 100%;
    }

    .d-inline-block {
        font-size: 14px;
        margin-left: -20%;
    }
}

/* title for dispositivi mobile */

@media screen and (max-width: 767px) {
    .progetti-details {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 767px) {
    .group-icon-mobile {
        display: flex;
        flex-direction: column;
        padding-left: 15px !important;
    }
}

.item label {
    font-weight: 700;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

@media screen and (max-width: 1264px) {
    .item label {
        font-size: 1.2rem !important;
    }
}

.item .far {
    margin-top: 10px;
}

.item .fas {
    margin-top: 10px;
}

.progetti-details span {
    font-size: 18px;
    line-height: 24px;
    color: #111111;
}

.progetti-details strong {
    color: #E74B3E;
    font-size: 18px;
    line-height: 24px;
}

.progetti-details .far {
    color: #E74B3E;
}

.date-format {
    background-color: #fff;
    width: 160px;
    padding: 10px auto;
    border-radius: 8px;
    height: 55px;
    border: 1px solid #ccc;
}

/* preventivi nuove modifiche*/

.preventivi .form-control {
    background-color: #cce5f2;
    border: 1px solid #13b1ff;
}

.preventivi .form-control:focus {
    outline: none !important;
    box-shadow: 0 !important;
}

.preventivi button.btn.btn-primary-annulla {
    background-color: #f26d6f !important;
    border: 1px solid #f26d6f;
}

.preventivi button.btn.btn-primary-annulla:focus {
    outline: none;
    box-shadow: none !important;
}

.preventivi .horizontal-nav-links {
    margin-top: -56px !important;
}

.preventivi .horizontal-nav-links li:nth-child(n).active {
    margin-left: 0;
}

.preventivi .horizontal-nav-links {
    margin-left: 0;
}

.preventivi .horizontal-nav-links li {
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.preventivi .horizontal-nav-links li a {
    font-size: 12px !important;
}

.preventivi .horizontal-nav-links a.btn.btn-primary.btn-block {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
    border-radius: 0;
    font-size: 12px !important;
    border: 1px solid rgba(0, 151, 224, 0.5) !important;
    background-color: #31BBEE !important;
}

.preventivi .horizontal-nav-links button.btn.btn-primary {
    width: 100%;
    margin-top: 0 !important;
    border-radius: 0;
    padding-top: 18px !important;
    padding-bottom: 18px !important;
    display: inline-block;
    font-size: 12px;
    border: 1px solid #31BBEE !important;
    background-color: #31BBEE !important;
}

.preventivi .horizontal-nav-links button.btn.btn-primary:hover {
    background-color: #31BBEE;
}

@media only screen and (max-width: 1200px) {
    .main-panel.preventivi .horizontal-nav-links {
        width: 100% !important;
    }

    .preventivi .horizontal-nav-links li {
        padding: 14px !important;
    }

    .preventivi .horizontal-nav-links a.btn.btn-primary.btn-block {
        padding: 16px !important;
    }

    .preventivi .horizontal-nav-links button.btn.btn-primary {
        padding: 16px !important;
    }
}

@media only screen and (max-width: 999px) {
    .main-panel.preventivi .horizontal-nav-links {
        width: 100% !important;
    }
}

@media only screen and (max-width: 991px) {
    .preventivi .horizontal-nav-links {
        width: 100% !important;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        max-width: 100%;
        margin-top: 0px !important;
    }

    .preventivi .horizontal-nav-links li {
        margin-top: 0 !important;
    }
}

@media only screen and (max-width: 1440px) {
    .admin-page.preventivi {
        margin-right: 30px;
    }
}

.table thead .preventivi-table th {
    text-align: start;
}

/* Nuovo Preventivo */

.nuovo-preventivo .modal-title {
    color: #1c1c1c;
}

.nuovo-preventivo .modal-header {
    border-bottom: 1px solid #cccccc;
}

.nuovo-preventivo .form-group {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.nuovo-preventivo .fas {
    color: #E74B3E;
}

.nuovo-preventivo .far {
    color: #E74B3E;
}

@media only screen and (min-width: 992px) {
    .nuovo-preventivo .left-preventivi {
        padding-right: 50px;
        border-right: 1px solid #cccccc;
    }

    .nuovo-preventivo .right-preventivi {
        padding-left: 50px;
    }
}

@media only screen and (min-width: 1100px) {
    .nuovo-preventivo .modal-dialog {
        min-width: 1400px !important;
    }
}

@media only screen and (min-width: 992px) {
    .nuovo-preventivo .modal-dialog {
        min-width: 1000px;
    }
}

.nuovo-preventivo .modal-footer {
    margin-top: 20px !important;
    justify-content: center;
    align-items: center;
}

/*@media only screen and (max-width: 991px) {*/
/*    .modal-mobile {*/
/*        flex-direction: column;*/
/*    }*/
/*}*/

@media (max-width: 991px) {

    /* Keep the modal layout as a column */
    .modal-mobile {
        flex-direction: column;
        padding: 15px;
    }

    /* Ensure row elements do not wrap */
    .modal-mobile .row {
        flex-wrap: nowrap !important;
        margin-right: 0;
        margin-left: 0;
    }

    /* Override Bootstrap's col-6 to take full width inside the modal */
    .modal-mobile .col-lg-6,
    .modal-mobile .col-md-6,
    .modal-mobile .col-sm-6 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding-right: 0;
        padding-left: 0;
    }

    /* Set the label and input to align side by side */
    .modal-mobile .form-group {
        display: flex;
        /*align-items: center;*/
        width: 100%;
        margin-bottom: 15px;
    }

    /* Label styling to align next to input */
    .modal-mobile .form-group .labs {
        flex: 0 0 30%;
        max-width: 30%;
        margin-right: 20px;
        white-space: nowrap; /* Prevent label text wrapping */
        text-align: left; /* Align text to the left */
    }

    /* Input field takes the remaining space */
    .modal-mobile .form-group .px-0 {
        flex: 1;
        max-width: 70%;
    }

    /* Ensure input fields are full width */
    .modal-mobile .form-control {
        /*width: 100%;*/
    }
}


.nuovo-preventivo .form-control {
    background-color: #eaf4fe;
    border: none;
    height: 55px !important;
    border-bottom: 1px solid grey;
}

.nuovo-preventivo option::selection {
    background-color: #eaf4fe !important;
    border-left: 2px solid #E74B3E !important;
}

.nuovo-preventivo .modal-footer .submitmessage {
    padding: 0.9rem 2rem;
    background-color: #E74B3E;
    color: #fff;
    text-align: center;
    position: relative;
    border: none;
    font-size: 16px;
    line-height: 31px;
    border-radius: 8px;
    width: 30% !important;
    height: 55px;
}

.modal-dialog.create-user label, .modal-dialog.edit-user label {
    width: 25%;
    float: left;
    padding-left: 20px;
    margin-left: -15px;
}

.modal-dialog.create-user input, .modal-dialog.create-user span, .modal-dialog.edit-user input, .modal-dialog.edit-user span {
    width: 75% !important;
    background: #fff !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #E9E9E9;
}

.modal-dialog.create-user select, .modal-dialog.edit-user select {
    width: 75% !important;
    background: #fff !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #E9E9E9 !important;
}

.modal-dialog select#repart {
    height: auto !important;
}

.modal-dialog span.select2.select2-container.select2-container--default.select2-container--focus, .modal-dialog .select2-container {
    /*min-height: auto !important;*/
    height: max-content !important;
}

.modal-dialog span.select2-selection__choice__remove {
    background: transparent !important;
    width: 100% !important;
}

.modal-header .close {
    background-color: transparent;
    color: #000;
    border-radius: inherit;
    font-size: 35px;
    font-weight: 200;
    margin-top: 0;
}

.modal-content button.close span {
    border: 0px;
}

.close {
    float: none;
    font-size: 1rem;
    font-weight: 700;
    line-height: 0;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}

.modal-content button#submitForm {
    float: right;
    margin-top: 5px;
}

/* Elenco Walkin */

@media only screen and (max-width: 1750px) {
    .admin-page.preventivi.walkin {
        margin-right: 40px !important;
        padding-right: 50px;
    }
}

@media only screen and (min-width: 776px) {
    .admin-page.preventivi.walkin .col-form-label {
        min-height: 70px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 1200px) {
    .main-panel.imposta-preventivi .horizontal-nav-links {
        width: 100%;
    }
}

@media screen and (max-width: 999px) {
    .main-panel.imposta-preventivi .horizontal-nav-links {
        width: 100% !important;
    }
}

/* Nuovi Lead */
@media only screen and (min-width: 1750px) {
    .admin-page.preventivi .modal-footer {
        padding: 15px;
    }
}

@media only screen and (max-width: 1750px) {
    .admin-page.preventivi.walk {
        margin-right: 40px !important;
        padding-right: 50px;
    }
}

/* Modifica previntivi nuova pagina */

.modifica-preventivi {
    background-color: #E74B3E;
    padding: 0.9rem 2rem !important;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    border: none !important;
    position: relative;
    width: 100%;
    transition: 0.3s all;
    color: #fff;
    text-align: center;
}

.modifica-preventivi:hover {
    background-color: #31BBEE;
    color: #fff;
    border: none !important;
}

.modifica-preventivi .fas {
    color: #fff;
}

.modifica-preventivi:focus {
    outline: none;
    box-shadow: none;
}

.cancella-preventivi {
    background-color: #ea6c6d;
    padding: 0.9rem 2rem !important;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    border: none !important;
    position: relative;
    width: 100%;
    transition: 0.3s all;
    color: #fff;
}

.cancella-preventivi:hover {
    background-color: #31BBEE;
    color: #fff;
    border: none;
}

.cancella-preventivi:focus {
    outline: none;
    box-shadow: none;
    background-color: #ea6c6d;
    color: #fff;
}

.cancella-preventivi:active {
    outline: none;
    box-shadow: none;
    background-color: #ea6c6d;
    color: #fff;
}

.cancella-preventivi .fas {
    color: #fff;
}

.cancella-preventivi:hover .fas {
    color: #fff;
}

.modifica-preventivi-page a.btn.text-success.btn-table {
    background-color: #eaf4fe;
    padding: 0.9rem 2rem !important;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    border: none;
    position: relative;
    width: 100%;
    transition: 0.3s all;
    color: #000 !important;
}

.modifica-preventivi-page .a.btn.text-success.btn-table:hover {
    background-color: #eaf4fe;
    color: #000;
    border: none;
}

.modifica-preventivi-page a.btn.text-success.btn-table {
    outline: none;
    box-shadow: none;
}

.modifica-preventivi-page a.btn.text-success.btn-table .fas {
    color: #000;
}

.modifica-preventivi-page a.btn.text-success.btn-table:hover .fas {
    color: #000;
}

.dati-preventivi {
    justify-content: space-between;
}

.dati-preventivi span {
    font-size: 16px !important;
    color: #9d9d9d;
}

.dati-preventivi strong {
    font-size: 16px !important;
    color: #1c1c1c;
}

.modal-preventivi button.btn.btn-outline-danger.m-2 {
    padding: 0.2rem 0.5rem;
}

.modifica-preventivi .fas {
    color: #fff;
}

@media screen and (min-width: 992px) {
    .dati-preventivi .left {
        padding-right: 50px;
        border-right: 2px solid #ECECEC;
    }

    .dati-preventivi .right {
        padding-left: 50px;
    }
}

.dati-preventivi .fas,
.dati-preventivi .far {
    color: #E74B3E;
    font-size: 1.2rem;
}

textarea.form-control {
    background-color: #eaf4fe;
}

/* allega preventivi */

.modal-preventivi .modal-header {
    padding: 1rem 0;
    border-bottom: 0 solid !important;
}

.modal-preventivi .modal-header h5 {
    color: #E74B3E;
}

.modal-preventivi .modal-body {
    padding: 1rem 0;
}

.modal-upload {
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
}

.modal-upload .name {
    cursor: pointer;
    word-break: break-word;
}

.modal-preventivi .modal-body .custom-file-input {
    height: 40px;
    top: -40px;
}

.modal-preventivi .modal-body .btn.btn-primary {
    width: 100%;
    background-color: #cce5f2 !important;
    border: 1px solid #13b1ff !important;
    padding: 12px 20px !important;
}

.modal-preventivi .modal-footer .btn.btn-primary.submitmessage {
    width: 100% !important;
    height: auto !important;
    outline: none;
    background-color: #31BBEE;
    border: 1px solid #0097e0;
    color: #fff;
    border-radius: 0.25rem;
    padding: 8px 20px !important;
}

.modal-preventivi .modal-footer .btn.btn-primary.btn-block {
    width: 100% !important;
    height: auto !important;
    outline: none;
    background-color: #f26d6f;
    border: 1px solid #f26d6f;
    color: #fff;
    border-radius: 0.25rem;
    padding: 8px 20px !important;
}

.modal-preventivi .col-form-label {
    padding: 1rem 0;
    font-size: 1rem;
}

.modal-preventivi span a {
    color: #333;
    outline: none;
    text-decoration: none;
    margin-bottom: 2rem;
}

.modal-preventivi span a:hover {
    color: #31BBEE;
}

.modal-preventivi .elenco-allegati-preventivi {
    margin-bottom: 2rem;
}

/* Modifica Opportunità */

.anulla-preventivi .modal-footer {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.title span {
    color: #161616;
    line-height: 32px;
    font-size: 24px;
}

@media only screen and (min-width: 992px) {
    .modifica-preventivi-mobile .left-preventivi {
        padding-right: 50px;
        border-right: 1px solid #ccc;
    }

    .modifica-preventivi-mobile .right-preventivi {
        padding-left: 50px;
    }
}

.modifica-preventivi-mobile .fas {
    color: #E74B3E;
}

.modifica-preventivi-mobile .far {
    color: #E74B3E;
}

.modifica-preventivi-mobile .form-group {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.modifica-preventivi-mobile .form-control {
    background-color: #eaf4fe;
    border: none;
    height: 45px;
    border-bottom: 1px solid grey;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
    /*background: #fff !important;*/
    /*border: none !important;*/
    /*border-bottom: 1px solid grey !important;*/
}

@media screen and (max-width: 540px) {
    .anulla-preventivi .modal-footer {
        float: left !important;
    }
}

.anulla-preventivi .fa-times-circle {
    font-size: 2rem !important;
    color: #ea6c6d !important;
}

.modal-footer .submitmessage {
    padding: 0.9rem 2rem;
    background-color: #E74B3E;
    color: #fff;
    text-align: center;
    position: relative;
    border: none;
    font-size: 16px;
    line-height: 31px;
    border-radius: 8px;
    width: 30%;
    height: 55px;
}

/* Nuovi Lead View  */

.secondo-sum input {
    border: 1px solid #E74B3E !important;
}

.secondo-sum input:focus {
    border: 1px solid #E74B3E !important;
    outline: none !important;
}

table.fbody.table.table-striped thead tr {
    background-color: #6F6F6E !important;
    color: #fff;
}

table.walk1 tr.walk-element {
    background-color: #eaf4fe !important;
    color: #1c1c1c;
}

table.walk1 tr.walk-element td {
    border: 0px solid !important;
}

td.table-form {
    background-color: #eaf4fe;
    border: 10px solid #fff;
    border-radius: 25px;
}

.table-form .walk1 {
    min-width: 200px;
}

/* Pagina Eventi */

.table-eventi thead tr td {
    border-left: 0px solid !important;
    border-right: 0px solid !important;
    text-align: start;
}

.table-eventi .fbody tr td {
    border-left: 0px solid !important;
    border-right: 0px solid !important;
}

tr.dati-eventi:nth-of-type(odd) {
    background-color: transparent !important;
}

.eventi-title {
    font-size: 28px;
    color: #000;
}

.eventi-progeto {
    font-size: 28px;
    color: #f26d6f;
}

.form-eventi .btn.btn-primary {
    background-color: #f26d6f;
    padding: 0.9rem 2rem !important;
    border: 1px solid #f26d6f;
    text-align: center;
    color: #fff;
    outline: none;
    height: 55px;
}

.form-eventi .btn.btn-primary:hover {
    background-color: #31BBEE;
    border: 1px solid #31BBEE;
    color: #fff;
    outline: none;
}

.form-eventi .btn.btn-primary:focus {
    outline: none;
}

.form-eventi .form-control {
    background-color: #eaf4fe;
    border: none;
    height: 55px;
    border-radius: 8px;
}

@media screen and (max-width: 1060px) {
    .form-eventi .col-form-label {
        min-height: 80px;
    }
}

@media screen and (max-width: 992px) {
    .form-eventi .col-form-label {
        min-height: 0;
    }
}

/* Nuovo Evento */

.nuovo-evento .form-group {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

.nuovo-evento .title {
    font-size: 24px;
    color: #161616;
    line-height: 32px;
}

.nuovo-evento .fas {
    color: #E74B3E;
}

.nuovo-evento .fab {
    color: #E74B3E;
}

button.btn.btn-primary.submitmessage.save-eventi {
    padding: 0.9rem 2rem !important;
    background-color: #31BBEE !important;
    border: none;
    color: #fff;
    text-align: center;
    position: relative;
    border-radius: 8px;
    width: 30%;
}

button.btn.btn-primary.submitmessage.save-eventi:hover {
    background-color: #31BBEE !important;
    border: none;
}

button.btn.btn-primary.submitmessage.save-eventi:focus {
    outline: none;
}

.nuovo-evento .modal-footer {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.nuovo-evento .first-eventi-btn {
    float: right;
}

@media screen and (max-width: 575px) {
    .nuovo-evento .first-eventi-btn {
        float: left;
        margin-top: 1rem;
    }
}

.nuovo-evento .form-control {
    background-color: #eaf4fe;
    border: none;
    height: 55px;
}

@media screen and (min-width: 992px) {
    .nuovo-evento .left-eventi {
        padding-right: 50px;
        border-right: 1px solid #ccc;
    }

    .nuovo-evento .right-eventi {
        padding-left: 50px;
    }
}

.eseguito .btn-link img {
    width: 30px;
    height: 30px;
}

.modal-footer.first-eventi-btn .fa-times-circle {
    font-size: 2rem !important;
    color: #ea6c6d !important;
}

/* View Grafico Progetti */

.grafico-progetti .form-control {
    background-color: #cce5f2;
    border: 1px solid #13b1ff;
}

#progetti_data thead tr td {
    border-left: 0px solid !important;
    border-right: 0px solid !important;
}

#progetti_data tbody tr td {
    border-left: 0px solid !important;
    border-right: 0px solid !important;
    vertical-align: middle !important;
}

.grafico-btn {
    background-color: #f26d6f !important;
    border: 1px solid #f26d6f;
}

.grafico-btn:hover,
.grafico-btn:focus {
    background-color: #f26d6f !important;
    border: 1px solid #f26d6f;
    outline: none;
}

.ore-btn {
    background-color: rgb(99, 190, 123);
    color: rgb(255, 255, 255);
    border: 1px solid rgb(99, 190, 123);
}

.ore-btn:hover,
.ore-btn:focus {
    background-color: rgb(99, 190, 123);
    color: rgb(255, 255, 255);
    border: 1px solid rgb(99, 190, 123);
    outline: none;
}

/* Nuova Pagina Progetti */

.new-link {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    list-style: none;
    padding-left: 0;
    width: 100%;
    max-width: 100%;
}


.new-link li.active {
    border-left: none;
    border-bottom: none;
    border-right: none !important;
    background: white;
    border: 0px solid black !important;
    border-top: 4px solid #6F6F6E !important;
}

.new-link li.active a {
    color: #6F6F6E;
    font-size: 16px;
}

.horizontal-links li a {
    color: #6F6F6E;
    font-size: 16px;
}

.horizontal-links li a:hover,
.horizontal-links li a:focus {
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .new-link {
        flex-direction: column;
    }

    .new-link li {
        width: 100%;
        border: 0.5px solid #9a9a9a;
    }
}

.icon-menu {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: auto;
}

.icon-menu .icon {
    position: absolute;
    width: 3rem;
    height: 3rem;
    background-color: #fff;
    transform: translate(-50%);
    border-radius: 50%;
    margin-right: -1.5rem;
    cursor: pointer;
}

.icon-menu .icon .fas {
    line-height: 3rem;
    font-size: 1.5rem;
    text-align: center;
    display: block;
    margin: auto;
    color: #cfcfcf;
    cursor: pointer;
    border: 0px solid !important;
    background: #eaf4fe;
    border-radius: 50%;
}

@media screen and (max-width: 767px) {
    .icon-menu {
        justify-content: flex-start;
        padding-left: 2.5rem;
        margin: 20px 0;
    }

    #list-popup {
        right: auto !important;
        left: 12% !important;
    }
}

@media screen and (max-width: 1330px) {
    .tempo-previsto {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .second-row {
        max-width: 100% !important;
        flex: 0 0 100%;
    }

    .button-previsioni {
        max-width: 50% !important;
        flex: 0 0 50%;
    }
}

@media screen and (max-width: 575px) {
    .tempo-previsto {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .button-previsioni {
        max-width: 100% !important;
        flex: 0 0 100%;
    }

    .mobile-col {
        margin-bottom: 1.5rem;
        padding-left: 15px !important;
    }

    .second-row {
        display: flex;
        flex-direction: column;
        padding: 0;
    }
}

.fas {
    font-size: 20px !important;
}

@media screen and (max-width: 1330px) {
    .hide-content {
        max-width: 0 !important;
        padding: 0 !important;
    }
}

@media screen and (max-width: 992px) {
    .hide-mobile {
        visibility: hidden;
        max-width: 0 !important;
        padding: 0 !important;
    }

    .hide {
        display: none;
    }
}

.hide {
    opacity: 0;
}

.admin-page {
    background-color: #F5F5F5;
}

.line {
    color: #E9E9E9;
    margin-top: 0;
}

#list-popup {
    position: absolute;
    z-index: 1000;
    right: 3%;
    box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.1);
    visibility: hidden;
}

#list-popup.active {
    visibility: visible;
}

.list-progetti ul li {
    border-bottom: 1px solid #cfcfcf;
}

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

.list-progetti ul {
    display: flex;
    -webkit-box-align: center;
    flex-direction: column;
    align-items: center;
    list-style: none;
    padding-left: 0;
}

.list-progetti ul li {
    height: 8vh;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 1rem;
    width: 260px;
}

#list-filter {
    position: absolute;
    visibility: hidden;
    z-index: 1000;
    margin-top: -5%;
    left: 68%;
}

.max-prog #list-filter {
    margin-top: 0;
}

#list-filter-repart {
    position: absolute;
    visibility: hidden;
    z-index: 1000;
    right: 10%;
}

#list-filter.active {
    visibility: visible;
}

#list-filter-repart.active {
    visibility: visible !important;
}

.list-filter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 240px;
}

.list-filter-repart {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 240px;
}

.proggeti .list {
    margin: unset !important;
}

.list-filter .btn-filter {
    background-color: #fff;
    text-align: center;
    display: inline-block;
    color: #c1c1c1;
    padding: 0.7rem 4rem;
    border-bottom: 1px solid #cfcfcf;
    border-radius: 0;
    box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.1);
}

.list-filter-repart .btn-filter-repart {
    background-color: #fff;
    text-align: center;
    display: inline-block;
    color: #c1c1c1;
    padding: 0.7rem 4rem;
    border-bottom: 1px solid #cfcfcf;
    border-radius: 0;
    box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.1);
}

.last-filter {
    border-bottom: 0px solid !important;
}

.list-filter .btn-filter.active {
    border-left: 3px solid #36a9e0;
    color: #1e1e1e;
}

.list {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: auto;
}

.list span {
    margin-right: 1.2rem;
}

.btn-list-filter {
    background-color: #eaf4fe;
    border-radius: 8px;
    padding: 1rem !important;
    color: #1e1e1e;
    border: none;
    font-size: 16px;
    height: 55px;
}

.stato-lav .btn-list-filter {
    background-color: #eaf4fe;
    border-radius: 8px;
    padding: 1rem !important;
    color: #1e1e1e;
    border: none;
    font-size: 16px;
}

.btn-list-filter:hover,
.btn-list-filter:focus,
.btn-list-filter:active {
    background-color: #eaf4fe !important;
    outline: none !important;
    text-decoration: none !important;
    color: #1e1e1e !important;
    border-color: transparent !important;
    border: none !important;
    box-shadow: none;
}

.btn-list-filter:visited {
    border-color: transparent !important;
    border: none !important;
    box-shadow: none;
}

@media screen and (max-width: 767px) {
    .list {
        justify-content: flex-start;
    }

    .list-filter {
        right: auto !important;
        left: 30%;
    }
}

.tutti span {
    color: #36a9e0;
    border-right: 1px solid #d5d5d5;
    font-weight: 600;
    font-size: 1.1rem;
    padding-right: 1.8rem;
    width: 50px;
    text-align: center;
}

.tutti p {
    padding-left: 1rem;
    font-size: 1rem;
}

.attivi span {
    color: #63be7b;
    border-right: 1px solid #d5d5d5;
    font-weight: 600;
    font-size: 1.1rem;
    padding-right: 1.8rem;
    width: 50px;
    text-align: center;
}

.attivi p {
    padding-left: 1rem;
    font-size: 1rem;
}

.sospesi span {
    color: #f26d70;
    border-right: 1px solid #d5d5d5;
    font-weight: 600;
    font-size: 1.1rem;
    padding-right: 1.8rem;
    width: 50px;
    text-align: center;
}

.sospesi p {
    padding-left: 1rem;
    font-size: 1rem;
}

.btn-create-progetti {
    background-color: #eaf4fe;
    padding: 0.9rem 2rem 0.9rem 4rem !important;
    border-radius: 0.5rem;
    border: 0px solid !important;
    position: relative;
    color: #E74B3E;
    font-size: 16px;
    line-height: 21px;
    height: 55px;
}

.btn-create-progetti:hover,
.btn-create-progetti:focus {
    background-color: #eaf4fe !important;
    color: #31BBEE;
    border: 0px solid !important;
    outline: none !important;
    text-decoration: none;
    box-shadow: none;
}

.btn-create-progetti span {
    position: absolute;
    width: 2rem;
    height: 2rem;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    left: 1rem;
}

.btn-create-progetti .fas {
    line-height: 2rem;
    font-size: 1rem;
    text-align: center;
    display: block;
    margin: 0 auto;
    color: #E74B3E;
}

.admin-page.proggeti .main-panel {
    background-color: transparent;
}

.proggeti .btn-danger {
    background-color: transparent;
    border: none;
}

table thead th {
    background-color: #6F6F6E !important;
    border-bottom: 0 solid #fff !important;
}

/* Override styles for FullCalendar header */
.fc-col-header thead th {
    background-color: #31bbee !important;
    border-bottom: transparent !important;
}

.fc-scrollgrid tbody tr:nth-of-type(odd) {
    background-color: transparent !important;
    border-bottom: transparent !important;
}

.table tr th:first-child {
    border-top-left-radius: 10px;
    /*border-bottom-left-radius: 10px;*/
    border-right: 1px solid !important;
    background: #fff !important;
    border-color: #fff;
}

tr th:nth-child(2) {
    border-top-left-radius: 10px;
}

table thead tr th:last-child {
    border-top-right-radius: 10px !important;
}

table tr:nth-of-type(odd) {
    background-color: #F5F5F5 !important;
    border: 1px solid #F5F5F5;
}

table tbody tr {
    background-color: #ECECEC;
}

li.paginate_button.page-item.active {
    background-color: transparent !important;
}

.page-item.active .page-link {
    background-color: #6F6F6E;
    color: #fff;
}

li.paginate_button.page-item.previous a {
    background: transparent;
    color: #b6b8b7;
}

li.paginate_button.page-item:last-of-type a {
    background: transparent;
    color: #b6b8b7;
}

li.paginate_button.page-item.previous a::before {
    margin-right: 8px;
    content: "\f104";
    text-decoration: inherit;
    opacity: 0.6;
    font-weight: bold;
    font-size: 1.2rem;
    vertical-align: middle;
    color: #b6b8b7;
    font-family: "Font Awesome 5 Free";
}


.dataTables_filter .form-control {
    background: #fff;
    border: 0px solid #cbcbcb !important;
    border-radius: 0 !important;
    height: 55px !important;
    border-bottom: 1px solid !important;
}

.dataTables_filter .form-control:focus {
    outline: none;
    box-shadow: none;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 1.2rem !important;
}

div.dataTables_wrapper div.dataTables_info {
    color: #b6b8b7;
}

li.paginate_button.page-item:last-of-type a::after {
    margin-left: 8px;
    content: "\f105";
    text-decoration: inherit;
    opacity: 0.6;
    font-weight: bold;
    font-size: 1.2rem;
    vertical-align: middle;
    color: #b6b8b7;
    font-family: "Font Awesome 5 Free";
}

/*table tbody tr td:first-child {*/
/*  border-top-left-radius: 10px;*/
/*  border-bottom-left-radius: 10px;*/
/*  !*border-left: 1px solid #eaf4fe !important;*!*/
/*}*/

table tbody tr td:last-child {
    /*border-top-right-radius: 10px;*/
    /*border-bottom-right-radius: 10px;*/
    /*border-right: 1px solid #eaf4fe !important;*/
}

.admin-page.proggeti .btn-table span {
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #f5f5f5;
    transform: translateY(-50%);
    border-radius: 50%;
}

.admin-page.proggeti .btn-table .fa {
    line-height: 2.5rem;
    font-size: 1rem;
    text-align: center;
    display: block;
    margin: 0 auto;
}

table#progetti_data {
    border-collapse: separate !important;
    border-spacing: 0 2px !important;
    color: #1c1c1c;
}

.costumDesignLine {
    color: #E9E9E9 !important;
}

.fs-title {
    border-bottom: 1px solid #E9E9E9;
}

.table-hover tbody tr:hover {
    background-color: transparent;
    color: #1c1c1c;
}

#progetti_data tbody tr td {
    border-top: 1px solid #eaf4fe !important;
    border-bottom: 1px solid #eaf4fe !important;
}

#progetti_data tbody tr td:first-child {
    /*border-left: 1px solid #eaf4fe !important;*/
}

#progetti_data tbody tr td:last-child {
    border-right: 1px solid #eaf4fe !important;
}

#progetti_data .progetti-admin1 td:last-child {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.proggeti div#progetti_data_length {
    display: none;
}

.proggeti div#progetti_data_filter {
    display: none;
}

.btn-back {
    background-color: #fff !important;
    border: 1px solid #a2a2a2 !important;
    color: #a2a2a2 !important;
    padding: 0.9rem 1rem !important;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    display: inline-block;
    height: 50px !important;
    border-radius: 50%;
    margin-right: 1rem;
}

.proggeti .list .btn-list-filter-repart {
    height: 55px;
    padding: 0.9rem 2rem;
    background: #eaf4fe;
    color: #000;
    border-radius: 8px;
    border: none;
}

.proggeti .list .btn-list-filter-repart:hover,
.proggeti .list .btn-list-filter-repart:focus {
    box-shadow: none;
    outline: none;
    background: #eaf4fe;
    color: #000;
}

/*  Pagina Grafico */
.seleziona-filtri .btn-list-filter {
    background-color: #fff;
    padding: 0.9rem 3rem 0.9rem 2rem !important;
    border-radius: 0.5rem;
    border: 1px solid #E74B3E !important;
    position: relative;
    color: #212121;
    font-size: 16px;
    display: flex;
    text-align: center;
    justify-content: center;
}

.seleziona-filtri .btn-list-filter .fas {
    color: #212121 !important;
    font-size: 1rem;
    margin-left: 1rem;
    margin-top: 0.3rem;
}

.custom-grafico .form-control {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    padding: 0.9rem 2rem !important;
    color: #212121;
    height: 55px;
    border-radius: 0.5rem;
}

.custom-grafico .submitmessage {
    padding: 0.9rem 2rem;
    background-color: #E74B3E;
    border: none;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 16px;
    line-height: 21px;
    border-radius: 8px;
    height: 55px;
}

#progetti-filter {
    position: absolute;
    visibility: hidden;
    z-index: 1000;
    margin-top: 80px;
}

#progetti-filter.active {
    visibility: visible;
}

.progetti-filter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 240px;
}

.progetti-filter .btn-filter-pro {
    background-color: #fff;
    text-align: center;
    display: inline-block;
    color: #c1c1c1;
    padding: 0.7rem 4rem;
    border-bottom: 1px solid #cfcfcf;
    border-radius: 0;
    box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.1);
}

.last-filter-pro {
    border-bottom: 0px solid !important;
}

.progetti-filter .btn-filter-pro.active {
    border-left: 3px solid #36a9e0 !important;
    color: #1e1e1e !important;
}

input#searchbox {
    background-color: #fff !important;
    border: 1px solid #a2a2a2 !important;
    color: #a2a2a2 !important;
    font-size: 16px;
    line-height: 21px;
    display: inline-block;
    height: 55px !important;
}

input#searchbox:focus {
    outline: none;
    box-shadow: none;
}

/* Previsioni */
.costumDesignPrevisioni .form-control {
    height: 55px;
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 8px;
}

.costumDesignPrevisioni .submitmessage {
    background-color: #E74B3E;
    border: none;
    border-radius: 8px;
    text-align: center;
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    padding: 0.9rem 2rem !important;
    height: 55px !important;
}

.costumDesignPrevisioni .crea-previsione {
    padding: 0.9rem 0.4rem 0.9rem 0.4rem !important;
    background-color: #eaf4fe;
    border: none;
    border-radius: 8px;
    color: #E74B3E;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    position: relative;
    width: 100%;
    height: 55px !important;
}

.costumDesignPrevisioni .crea-previsione:hover,
.costumDesignPrevisioni .crea-previsione:focus {
    background-color: #eaf4fe !important;
    color: #31BBEE !important;
    box-shadow: none;
    outline: none;
}

.costumDesignPrevisioni .form-previsioni {
    display: contents;
    justify-content: space-between;
}

.datepicker td {
    border-top: 0px solid !important;
    border-bottom: 0px solid !important;
}

.crea-previsione span {
    position: absolute;
    width: 1.4rem;
    height: 1.4rem;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    left: 0.4rem;
}

.crea-previsione .fa {
    line-height: 1.4rem;
    font-size: 0.8rem;
    text-align: center;
    display: block;
    color: #31BBEE;
}

.costumDesignPrevisioni .btn-filtri {
    background-color: #f26d6f;
    border: none;
    border-radius: 8px;
    text-align: center;
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    padding: 0.9rem 2rem !important;
    height: 55px !important;
}

button.btn.btn-outline-info.btn-block.submitmessage.date {
    padding: 0 !important;
}

.costumDesignPrevisioni .btn-filtri:hover,
.costumDesignPrevisioni .btn-filtri:focus {
    background-color: #31BBEE;
    border: none;
    color: #fff;
    outline: none;
    box-shadow: none;
}

/*table tbody tr td {*/
/*    border-top: 1px solid #eaf4fe !important;*/
/*    border-bottom: 1px solid #eaf4fe !important;*/
/*}*/

table tbody tr td:first-child {
    /*border-left: 1px solid #eaf4fe !important;*/
}

table tbody tr td:last-child {
    border-right: 1px solid #eaf4fe !important;
}

.table td {
    padding: 1rem;
}

.costumDesignPrevisioni .table span {
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #f5f5f5;
    transform: translateY(-50%);
    border-radius: 50%;
    margin-top: 10px;
}

.costumDesignPrevisioni .table .fas {
    line-height: 2.5rem;
    font-size: 1rem;
    text-align: center;
    display: block;
    color: #6bc182;
}

.grafico-ore {
    margin: 0.5rem;
}

a {
    color: #31BBEE;
}

a:hover,
a:focus {
    color: #31BBEE;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

.datepicker-days {
    padding: 1rem;
}

.datepicker-days table thead th {
    background-color: #fff !important;
    border-bottom: 15px solid #fff !important;
}

.datepicker-days table tr:nth-of-type(odd) {
    background-color: #fff !important;
}

.datepicker-days .next {
    background-color: #31BBEE !important;
    border-radius: 0 !important;
    color: #fff;
}

.datepicker-days .prev {
    background-color: #31BBEE !important;
    border-radius: 0 !important;
    color: #fff;
}

.datepicker table tr td.active.active {
    background-color: #E74B3E !important;
}

.btn-primiray {
    border: none !important;
    background-color: #E74B3E !important;
    color: #fff !important;
    text-align: center !important;
    position: relative !important;
    padding: 0.9rem 2rem !important;
    font-size: 16px !important;
    line-height: 21px !important;
    border-radius: 8px !important;
}

.anulla-previsioni .fa-times-circle {
    font-size: 2rem !important;
    color: #ea6c6d !important;
}

.costumDesignAltroPrevisione .fas,
.costumDesignAltroPrevisione .far {
    color: #E74B3E;
}

.costumDesignAltroPrevisione .form-group {
    align-items: center;
}

.costumDesignAltroPrevisione .form-control {
    height: 55px;
    background-color: #eaf4fe;
    border: 0px solid !important;
}

.costumDesignAltroPrevisione .modifica-previsioni {
    background-color: #E74B3E;
    padding: 0.9rem 2rem !important;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    border: none !important;
    position: relative;
    width: 100%;
    transition: 0.3s all;
    color: #fff !important;
    text-align: center;
}

.modifica-previsioni .fas {
    color: #fff !important;
}

.costumDesignAltroPrevisione .cancella-previsioni {
    background-color: #ea6c6d;
    padding: 0.9rem 2rem !important;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    border: none !important;
    position: relative;
    width: 100%;
    transition: 0.3s all;
    color: #fff !important;
}

@media screen and (min-width: 992px) {
    .costumDesignAltroPrevisione .left {
        padding-right: 50px;
        border-right: 1px solid #ccc;
    }

    .costumDesignAltroPrevisione .right {
        padding-left: 50px;
    }
}

@media screen and (min-width: 992px) {
    .costumDesignAltroProgetti .left {
        padding-right: 50px;
        border-right: 1px solid #ccc;
    }

    .costumDesignAltroProgetti .right {
        padding-left: 50px;
    }
}

.costumDesignAltroProgetti .fas,
.costumDesignAltroProgetti .far {
    color: #E74B3E;
}

.cancella-previsioni .fas {
    color: #fff;
}

.costumDesignAltroPrevisione .btn-table {
    background-color: #eaf4fe;
    padding: 0.9rem 2rem !important;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    border: none;
    position: relative;
    width: 100%;
    transition: 0.3s all;
    color: #000 !important;
}

/* Statistiche Progetto Nuova Lavorazione */
.costumNuovaLavorazione .btn-secondary {
    border: 1px solid #ea6c6d;
    background-color: #fff;
    color: #1c1c1c;
    text-align: center;
    position: relative;
    padding: 0.9rem 2rem;
    font-size: 16px;
    line-height: 21px;
    border-radius: 8px;
}

.costumNuovaLavorazione .submitmessage {
    border: none;
    background-color: #E74B3E;
    color: #fff;
    text-align: center;
    position: relative;
    padding: 0.9rem 2rem;
    font-size: 16px;
    line-height: 21px;
    border-radius: 8px;
}

.costumNuovaLavorazione .form-control {
    background-color: #eaf4fe;
    border: none;
    border-radius: 8px;
    height: 55px;
}

.costumNuovaLavorazione .modal-title {
    color: #1c1c1c;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

.modal-header {
    border-bottom: 1px solid #E9E9E9 !important;
}

/* LAVORAZIONI IN CORSO */

.costumDesignLavorazioni .btn-block {
    background-color: #E74B3E;
    border: none;
    border-radius: 8px;
    text-align: center;
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    padding: 0.9rem 2rem;
}

.costumDesignLavorazioni .form-control {
    background-color: #eaf4fe;
    height: 55px;
    border: none;
    border-radius: 8px;
}

.costumDesignLavorazioni .submitmessage {
    background: #E74B3E;
    color: #fff;
    height: 55px;
    padding: 0.9rem 2rem;
    text-align: center;
    border-radius: 8px;
    border: none;
}

/* CRM IMPOSTA PREVENTIVI */
.group-impostazioni {
    height: 450px;
    background-color: #ECECEC;
    border-radius: 28px;
    padding: 15px;
}

.group-milestone {
    height: 300px;
    background-color: #eaf4fe;
    border-radius: 10px;
    padding: 15px;
}

@media screen and (min-width: 992px) {
    .group-impostazioni {
        max-width: 45% !important;
        margin: 0 auto;
    }
}

@media (min-width: 1225px) and (max-width: 1439px) {
    .group-impostazioni .btn-primary {
        padding: 10px 15px !important;
    }

    .group-impostazioni .form-control {
        height: 45px !important;
    }

    .icon-pen {
        width: 35px !important;
        height: 35px !important;
    }

    .icon-table-pen .fa {
        font-size: 14px !important;
        line-height: 35px !important;
    }

    .icon-trash {
        width: 35px !important;
        height: 35px !important;
    }

    .icon-table-trash .fa {
        font-size: 14px !important;
        line-height: 35px !important;
    }
}

@media (min-width: 992px) and (max-width: 1225px) {
    .group-impostazioni .btn-primary {
        padding: 5px 10px !important;
    }

    .group-impostazioni .form-control {
        height: 35px !important;
    }

    .icon-pen {
        width: 24px !important;
        height: 24px !important;
    }

    .icon-table-pen .fa {
        font-size: 12px !important;
        line-height: 24px !important;
    }

    .icon-trash {
        width: 24px !important;
        height: 24px !important;
    }

    .icon-table-trash .fa {
        font-size: 12px !important;
        line-height: 24px !important;
    }


    .ml-4, .mx-4 {
        margin-left: 0.5rem !important;
    }

}

@media (min-width: 769px) and (max-width: 991px) {

    .col-md-8.setting-nav {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-md-12.group-impostazioni {
        /* Your new styles here */
        flex: 0 0 94%;
        max-width: 94%;
    }

    .settings-row .col-md-8 {
        -webkit-box-flex: 0;
        flex: 0 0 40.666667%;
        max-width: 40.666667%;
    }
}

@media (max-width: 768px) {
    .col-md-12.group-impostazioni {
        /* Your new styles here */
        flex: 0 0 93%;
        max-width: 93%;
    }

    .settings-row .col-md-8 {
        -webkit-box-flex: 0;
        flex: 0 0 40.666667%;
        max-width: 40.666667%;
    }
}
.customDesignImposta table tbody tr td {
    border: 0px solid !important;
}

.fs-1 {
    font-size: 28px;
}

.group-impostazioni label,
.group-impostazioni strong {
    font-size: 16px;
    font-weight: 400;
    color: #6F6F6E;
}

.group-milestone label,
.group-milestone strong {
    font-size: 16px;
    font-weight: normal;
    color: #6F6F6E;
}

.group-impostazioni .form-control {
    background-color: #fff !important;
    border-radius: 8px;
    height: 55px;
    border: none;
}

.group-impostazioni .table-details td {
    background-color: transparent !important;
}

.group-impostazioni table tr:nth-of-type(odd) {
    background-color: transparent !important;
    border: 0px solid !important;
}

.group-impostazioni table tbody tr {
    background-color: transparent !important;
    border: 0px solid !important;
}

.group-impostazioni table tbody tr td {
    padding-bottom: 0.8rem;
}

.group-impostazioni .btn-primary {
    /*padding: 0.9rem 1.2rem;*/
    padding: 14px 19px;
    background-color: #31BBEE;
    border: none;
    border-radius: 0.5rem;
}

.icon-table-pen {
    height: 3rem;
}

.icon-table-trash {
    height: 3rem;
}

.icon-pen {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #fff;
    transform: translateY(-50%);
    border-radius: 50%;
    text-align: center;
}

.icon-trash {
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #fff;
    transform: translateY(-50%);
    border-radius: 50%;
    margin-right: 5rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.icon-table-pen .fa {
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.icon-table-trash .fa {
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    display: block;
    margin: 0 auto;
}

/* CRM DESIGN */
.costumDesignbtn {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.costumbtnEventi {
    background-color: #fff !important;
    padding: 0.9rem 1rem 0.9rem 1rem !important;
    border-radius: 0.5rem;
    border: 1px solid #E74B3E !important;
    position: relative;
    color: #E74B3E !important;
    font-size: 14px;
    height: 55px;
    line-height: 21px;
    width: 100%;
}

.costumbtnEventi .fas {
    color: #E74B3E !important;
}

.costumbtnPreventivi {
    background-color: #eaf4fe !important;
    padding: 0.9rem 1rem 0.9rem 3rem !important;
    border-radius: 0.5rem;
    border: 0 solid !important;
    position: relative;
    color: #E74B3E !important;
    font-size: 14px;
    height: 55px;
    line-height: 21px;
    width: 100%;
}

.modifica-preventivi-page .costumbtnPreventivi {
    height: 65px;
}

.customDesignPreventivi .icon-menu {
    margin: 0 auto !important;
}

.costumbtnPreventivi span {
    position: absolute;
    width: 2rem;
    height: 2rem;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    left: 0.8rem;
}

.costumbtnPreventivi .fas {
    line-height: 2rem;
    font-size: 1rem;
    text-align: center;
    display: block;
    margin: 0 auto;
    color: #E74B3E;
}

/* navlinks mobile */
@media screen and (max-width: 1280px) {
    .costumDesignMobile {
        flex-direction: column;
    }

    .costumDesignMobileLinks {
        max-width: 100%;
    }

    .costumDesignbtn {
        max-width: 100%;
        justify-content: flex-start;
    }
}

@media screen and (max-width: 767px) {
    .costumDesignbtn {
        justify-content: space-between;
    }
}

@media screen and (max-width: 480px) {
    .costumDesignbtn {
        flex-direction: column;
    }

    .costumbtnEventi {
        margin-bottom: 20px;
    }
}

.customDesignPreventivi .col-form-label {
    font-size: 16px;
    line-height: 21px;
    color: #414141;
}

.customDesignPreventivi .form-control {
    height: 55px !important;
    background-color: #eaf4fe;
    border: none;
    border-radius: 8px;
}

.customDesignPreventivi .btn-annulla {
    background-color: #f26d6f !important;
    padding: 0.9rem 2rem 0.9rem 2rem !important;
    border-radius: 0.5rem;
    border: 0 solid !important;
    position: relative;
    color: #fff !important;
    font-size: 16px;
    height: 55px;
    line-height: 21px;
}

table.fbody.table.table-striped {
    border-collapse: separate !important;
    border-spacing: 0 2px !important;
    color: #1c1c1c;
    font-size: 14px;
    line-height: 19px;
}

.table .preventivi-table th {
    background-color: #31BBEE;
    color: #fff;
}

.customDesignPreventivi .fas {
    color: #31BBEE !important;
}

.customDesignPreventivi .fa {
    color: #31BBEE !important;
}

.customDesignPreventivi .icon-preventivi span {
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #f5f5f5;
    transform: translateY(-50%);
    border-radius: 50%;
}

@media screen and (max-width: 1200px) {
    .customDesignPreventivi .icon-preventivi span {
        position: relative;
    }
}

.customDesignPreventivi .icon-preventivi .fas {
    line-height: 2.5rem;
    font-size: 1rem;
    text-align: center;
    display: block;
    margin: 0 auto;
    color: #6bc182 !important;
}

.customDesignPreventivi .icon-preventivi .fa-calendar-week {
    color: #E74B3E !important;
}

.costumDEsignWalkin .col-form-label {
    font-size: 14px !important;
    line-height: 21px !important;
    min-height: 60px !important;
}

.costumDEsignWalkin .form-control {
    background-color: #eaf4fe;
    height: 55px;
    border: none;
}

.costumDEsignWalkin .btn-cancel-preventivo {
    padding: 0.9rem 2rem;
    background-color: #f26d6f;
    border: none;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    position: relative;
    width: 100%;
}

.costumDEsignWalkin .btn-cancel-preventivo:focus {
    outline: none;
    box-shadow: none;
}

table.fbody.table.table-striped .elenco-table td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

table.fbody.table.table-striped .elenco-table td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

table.fbody.table.table-striped .walkin-table td {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

table.fbody.table.table-striped .walkin-table td:first-child {
    border-left: 1px solid #ccc !important;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

table.fbody.table.table-striped .walkin-table td:last-child {
    border-right: 1px solid #ccc !important;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.costumDesignWalk .modal-footer .submitmessage {
    padding: 0.9rem 2rem !important;
    border-radius: 8px !important;
    border: none !important;
    background-color: #E74B3E !important;
    color: #fff !important;
    text-align: center;
    position: relative;
    width: 20% !important;
    height: 55px;
}

.secondo-sum td {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.secondo-sum td:first-child {
    border-left: 1px solid #ccc !important;
}

.secondo-sum td:last-child {
    border-right: 1px solid #ccc !important;
}

.secondo-sum input {
    border: 1px solid #26b2fc !important;
}

.costumDesignEventi .btn.btn-primary {
    background-color: #31BBEE;
    border: none;
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    position: relative;
    color: #fff;
    padding: 0.9rem 0.6rem 0.9rem 1.6rem !important;
}

.costumDesignEventi .btn-cancel {
    background-color: #f26d6f !important;
    border: none;
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    position: relative;
    color: #fff;
    padding: 0.9rem 2rem !important;
}

table.fbody.table.table-striped thead tr td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

table.fbody.table.table-striped thead tr td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.costumDesignPrevisioniGrafico .btn-progetti {
    padding: 0.9rem 2rem;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #1c1c1c;
    text-align: center;
    position: relative;
    border-radius: 8px;
}

@media screen and (max-width: 1300px) {
    .mobile-prev {
        flex: 0 0 30%;
        max-width: 30%;
    }
}

@media screen and (max-width: 992px) {
    .mobile-prev {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 580px) {
    .mobile-prev {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.costumDesignPrevisioniGrafico .btn-operatore {
    padding: 0.9rem 1rem;
    background-color: #E74B3E;
    border: none;
    color: #fff;
    text-align: center;
    position: relative;
    border-radius: 8px;
}

.costumDesignPrevisioniGrafico .form-control {
    height: 55px;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #ccc;
}

.costumDesignPrevisioniGrafico .form-control:focus {
    outline: none;
    box-shadow: none;
}

.costumDesignPrevisioniGrafico .submitmessage {
    padding: 0.9rem 2rem;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #1c1c1c;
    text-align: center;
    position: relative;
    border-radius: 8px;
}

.costumDesignPrevisioniGrafico .btn-chiudi {
    padding: 0.9rem 1rem;
    background-color: #eaf4fe;
    border: none;
    color: #31BBEE;
    text-align: center;
    position: relative;
    border-radius: 8px;
}

.costumDesignPrevisioniGrafico .btn-chiudi:hover,
.costumDesignPrevisioniGrafico .btn-chiudi:focus {
    background-color: #eaf4fe !important;
    border: none !important;
    color: #31BBEE !important;
    outline: 0 !important;
    box-shadow: none !important;
}

#progetti_data thead tr td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

#progetti_data thead tr td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

table#admin_agencies,
table#matched_data,
table#lead_table,
table#jobs_table,
table#emailSearch,
table#occlusion_table,
table#active_jobs,
table#prediction_table,
table#all_users
{
    border-collapse: separate !important;
    border-spacing: 0 0 !important;
    color: #1c1c1c;
    font-size: 14px;
    line-height: 14px;
}

table#active_jobs tr:nth-child(odd) {
    background-color: #F5F5F5 !important; /* Light gray for odd rows */
    border: 1px solid #F5F5F5;
}

table#active_jobs tr:nth-child(even) {
    background-color: #ECECEC !important; /* White for even rows */
    border: 1px solid #ECECEC;
}

table#active_jobs tbody tr td {
    border-right: 2px solid #ffffff;
}

table#active_jobs thead tr th {
    background-color: #31bbee !important;
    text-transform: uppercase;
}

/* table#matched_data {
  border-collapse: separate !important;
  border-spacing: 0 15px !important;
  color: #1c1c1c;
  font-size: 14px;
  line-height: 19px;
} */

.user-actions-dropdown, .job-actions-dropdown {
    text-align: center;
}

tr.odd td {
    border-top: 1px solid #ECECEC !important;
    border-bottom: 1px solid #ECECEC !important;
    border-right: 2px solid #fff !important;
}

tr.even td {
    border-top: 1px solid #ECECEC !important;
    border-bottom: 1px solid #ECECEC !important;
    border-right: 2px solid #fff !important;
}

tr.data-row.odd td:first-child {
    border-left: 0px solid #ECECEC !important;
    border: 0px !important;
    background: #fff;
}


tr.data-row.odd td:last-child {
    border-right: 1px solid #ECECEC !important;
}

i.fas.fa-trash {
    color: #31BBEE !important;
}

.view-azione {
    width: 10%;
}

@media screen and (max-width: 1450px) {
    .view-azione {
        width: 15%;
    }
}

@media screen and (max-width: 1280px) {
    .view-azione {
        width: 20% !important;
    }

    .mobile-btn {
        margin-bottom: 30px;
    }
}

div#proghetiList {
    position: absolute;
    width: 40%;
    height: auto;
    background-color: transparent;
    box-shadow: 0 4rem 8rem rgb(0 0 0 / 10%);
}

ul.dropdown-menu {
    border: none;
    width: 100%;
    background-color: #eaf4fe !important;
}

ul.dropdown-menu li {
    padding: 6px 12px;
}

ul.dropdown-menu li a {
    color: #7a8087;
}

ul.dropdown-menu li a:hover,
ul.dropdown-menu li a:focus {
    color: #ffffff;
    text-decoration: none;
}

/* Operatore */

.proggeti-title label {
    color: #31BBEE;
    font-size: 22px;
    font-weight: 500;
}

.icon-operatore .fas {
    color: #31BBEE;
}

.icon-operatore span {
    border: 1px solid #31BBEE;
}

.btn-previsione-operatore {
    padding: 0.9rem 2rem !important;
    text-align: center;
    border-radius: 8px;
    border: none;
    color: #31BBEE;
    background-color: #eaf4fe;
    width: 100%;
    height: 55px;
}

.btn-previsione-operatore:hover,
.btn-previsione-operatore:focus {
    color: #31BBEE !important;
    background-color: #eaf4fe !important;
    outline: none !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

@media screen and (max-width: 1290px) {
    .form-operator {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
}

@media screen and (max-width: 520px) {
    .form-operator {
        flex-direction: column;
    }
}

.label-title {
    font-size: 28px;
    color: #1c1c1c;
}

.progetti-title {
    font-size: 28px;
    color: #E74B3E;
}

.progetti-name {
    font-size: 28px;
    color: rgb(255, 0, 0);
}

.costumDesignInsertPrevisioni .fa-times-circle {
    font-size: 2rem !important;
    color: #ea6c6d !important;
}

.fa-times-circle:hover,
.fa-times-circle:focus {
    text-decoration: none;
    outline: none;
}

.title-section {
    color: #E74B3E;
    font-size: 20px;
    border-bottom: 1px solid #1c1c1c;
    width: 100%;
    padding-bottom: 14px;
}

.bg-section {
    background-color: #eaf4fe;
    border-radius: 8px;
}

@media screen and (min-width: 767px) {
    .bg-section {
        width: 48% !important;
        max-width: 48% !important;
        flex: 0 0 48% !important;
    }
}

@media screen and (min-width: 767px) {
    .bg-right {
        width: 48% !important;
        max-width: 48% !important;
        flex: 0 0 48% !important;
    }
}

.first-bg {
    background-color: #eaf4fe;
    border-radius: 8px;
}

.second-bg {
    background-color: #eaf4fe;
    border-radius: 8px;
}

.first-bg .form-control {
    height: 55px;
    border: none;
    border-radius: 0;
    background-color: transparent;
    margin-top: 20px;
}

.second-bg .form-control {
    background-color: #fff;
    height: 55px;
    border: none;
    border-radius: 8px;
}

.insert-text .form-control {
    border-radius: 8px;
    background-color: #f5f5f5 !important;
}

.costumDesignInsertPrevisioni .btn-chiudi {
    background-color: #fff;
    border-color: #E74B3E;
    color: #E74B3E;
    border-radius: 8px;
    text-align: center;
    padding: 0.9rem 2rem;
    height: 55px;
}

.costumDesignInsertPrevisioni .btn-save {
    background-color: #E74B3E;
    border-color: none;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    padding: 0.9rem 2rem;
    height: 55px;
}

.costumDesignInsertPrevisioni .btn-save:hover,
.costumDesignInsertPrevisioni .btn-save:focus {
    outline: none;
    box-shadow: none;
}

@media screen and (max-width: 767px) {
    .costumDesignInsertPrevisioni .text-left {
        flex-direction: column;
    }

    .label-title {
        font-size: 20px;
    }

    .progetti-title {
        font-size: 20px;
    }
}

.allegati-prog .col-form-label {
    font-size: 24px !important;
    line-height: 32px;
    color: #E74B3E;
}

.allegati-prog span {
    color: #ea6c6d;
}

.allega-progetti .btn.btn-primary.btn-upload.w-50 {
    width: 50% !important;
}

.btn-allega-progetti {
    width: 100% !important;
    margin: auto;
}

@media screen and (max-width: 991px) {
    .allega-progetti {
        justify-content: flex-start !important;
    }

    .allegati-previsioni .modal-footer {
        justify-content: flex-start !important;
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    .allega-progetti {
        justify-content: center !important;
        width: 100%;
    }

    .allega-progetti .btn.btn-primary.btn-upload.w-50 {
        width: 100% !important;
    }

    .allegati-previsioni .modal-footer {
        justify-content: center !important;
        margin: 0;
        width: 100%;
    }
}

.button-allega {
    background-color: #eaf4fe;
    padding: 0.9rem 2rem !important;
    font-size: 18px;
    text-align: center;
    border: none;
    position: relative;
    width: 300px;
    transition: 0.3s all;
    color: #000 !important;
    height: 55px;
    border-radius: 8px;
}

table.dataTable tbody td {
    border-top: 1px solid #ECECEC !important;
    border-bottom: 1px solid #ECECEC !important;
}

table.dataTable tbody td:first-child {
    border: 0 !important;
    border-left: 0 solid !important;
    background: #fff !important;
}

table.dataTable tbody td:last-child {
    border-right: 1px solid #eaf4fe !important;
}

tr td:nth-child(2) {
    /*border-left: 1px solid #eaf4fe !important;*/
}


/* styling il buttone cliente sulla view ele proggeti */

.proggeti .btn-clienti {
    background-color: #eaf4fe;
    border-radius: 0.5rem;
    padding: 0.9rem 2rem !important;
    color: #1e1e1e;
    border: none;
    font-size: 16px;
    height: 55px;
}

.proggeti .btn-clienti:hover,
.proggeti .btn-clienti:focus {
    background-color: #eaf4fe !important;
    color: #1e1e1e !important;
    box-shadow: none !important;
    outline: none !important;
}

.proggeti #clienti {
    position: absolute;
    visibility: hidden;
    z-index: 1000;
    left: 42%;
    margin-top: -5%;
}

.max-prog #clienti {
    margin-top: 0 !important;
}

.proggeti .clienti {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 240px;
}

.proggeti .clienti .btn-seleziona-clienti {
    background-color: #fff;
    text-align: center;
    display: inline-block;
    color: #c1c1c1;
    padding: 0.7rem 4rem;
    border-bottom: 1px solid #cfcfcf;
    border-radius: 0;
    box-shadow: 0 3rem 5rem rgb(0 0 0 / 10%);
}

.proggeti #clienti.active {
    visibility: visible;
}

/* fine styling */

/* Styling la view Nuova Application */
.customDesingNewAply .btn-back {
    background-color: #fff !important;
    border: 1px solid #a2a2a2 !important;
    color: #a2a2a2 !important;
    padding: 1rem !important;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    display: inline-block;
    height: 55px !important;
    border-radius: 50%;
    margin-right: 1rem;
}

.customDesingNewAply .title {
    font-size: 28px;
    line-height: 38px;
    font-weight: 500;
    color: #1E1E1E;
}

.customDesingNewAply .subtitle {
    font-size: 22px;
    line-height: 32px;
    color: #1e1e1e;
}

.customDesingNewAply .form-content {
    background-color: #EAF4FE;
    border-radius: 20px;
}

.customDesingNewAply .form-control {
    border: 1px solid #C8C8C8 !important;
    background-color: transparent;
    border-radius: 8px;
    height: 50px !important;
}

.customDesingNewAply span.select2.select2-container.select2-container--default.select2-container--focus {
    border: 1px solid #C8C8C8 !important;
    background-color: transparent !important;
    border-radius: 8px !important;
    height: 50px !important;
}

.customDesingNewAply .select2-container--default .select2-selection--multiple {
    border: 1px solid #C8C8C8 !important;
    background-color: transparent !important;
    border-radius: 8px !important;
    height: 50px !important;
}

.customDesingNewAply .fas {
    color: #E74B3E;
    font-size: 16px;
}

@media screen and (min-width: 991px) {

    #esa,
    #obl {
        margin-top: 50px;
    }
}

.customDesingNewAply .modal-footer .submitmessage {
    width: 20%;
    background-color: #E74B3E !important;
}

.customDesingNewAply #progetti_data button {
    border: 0px solid !important;
}

/* Modal Operatore */

.modalOperatore .modal-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: #1c1c1c;
}

.modalOperatore label {
    font-size: 16px;
    line-height: 26px;
    color: #1c1c1c;
    font-weight: 400;
}

.modalOperatore .fas {
    font-size: 16px !important;
}

.modalOperatore .btn-conferma {
    width: 100%;
    background-color: #31BBEE;
    color: #fff;
    border: 1px solid #31BBEE;
    height: 55px;
    border-radius: 8px !important;
}

.modalOperatore .btn-conferma:hover,
.modalOperatore .btn-conferma:focus {
    background-color: #31BBEE !important;
    color: #fff !important;
    border: 1px solid #31BBEE !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.modalOperatore .btn-anulla {
    width: 100%;
    background-color: #EBEBEB;
    color: #212121;
    border: 1px solid #ebebeb;
    height: 55px;
    border-radius: 8px !important;
}

.modalOperatore .btn-anulla:hover,
.modalOperatore .btn-anulla:focus {
    background-color: #EBEBEB !important;
    color: #212121 !important;
    border: 1px solid #ebebeb !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.modalOperatore .modal-header {
    padding-right: 0 !important;
}

/* Modal Cliente */

.modalCliente .modal-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: #1c1c1c;
    max-width: 280px;
}

.modalCliente label {
    font-size: 16px;
    line-height: 26px;
    color: #1c1c1c;
    font-weight: 400;
}

.modalCliente .fas {
    font-size: 16px !important;
}

.modalCliente .btn-conferma {
    width: 100%;
    background-color: #31BBEE;
    color: #fff;
    border: 1px solid #31BBEE;
    height: 55px;
    border-radius: 8px !important;
}

.modalCliente .btn-conferma:hover,
.modalCliente .btn-conferma:focus {
    background-color: #31BBEE !important;
    color: #fff !important;
    border: 1px solid #31BBEE !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.modalCliente .btn-anulla {

    width: 100%;
    background-color: #EBEBEB;
    color: #212121;
    border: 1px solid #ebebeb;
    height: 55px;
    border-radius: 8px !important;
}

.modalCliente .btn-anulla:hover,
.modalCliente .btn-anulla:focus {
    background-color: #EBEBEB !important;
    color: #212121 !important;
    border: 1px solid #ebebeb !important;
    outline: 0 !important;
    box-shadow: none !important;

}

.modalCliente .modal-header {
    padding-right: 0 !important;
}

/* Modal Comment */

.modalComment .modal-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: #1c1c1c;
    max-width: 280px;
}

.modalComment label {
    font-size: 16px;
    line-height: 26px;
    color: #1c1c1c;
    font-weight: 400;
}

.modalComment .fas {
    font-size: 16px !important;
}

.modalComment .btn-conferma {
    width: 100%;
    background-color: #EBEBEB;
    color: #212121;
    border: 1px solid #ebebeb;
    height: 55px;
    border-radius: 8px !important;
}

.modalComment .btn-conferma:hover,
.modalComment .btn-conferma:focus {
    background-color: #EBEBEB !important;
    color: #212121 !important;
    border: 1px solid #ebebeb !important;
    outline: 0 !important;
    box-shadow: none !important;
}

/* .modalComment .btn-anulla{
  width: 100%;
  background-color: #E74B3E;
  color: #fff;
  border: 1px solid #E74B3E;
  height: 55px;
  border-radius: 8px !important;
}

.modalComment .btn-anulla:hover, .modalComment .btn-anulla:focus{
  background-color: #E74B3E !important;
  color: #fff !important;
  border: 1px solid #E74B3E !important;
  outline: 0 !important;
  box-shadow: none !important;
} */

.modalComment .modal-header {
    padding-right: 0 !important;
}

.modalComment .form-control {
    background-color: #EBF4FE;
    border-radius: 8px;
    height: 55px;
    border: none;
}

/* Modal Delete */


/* Modal Operatore */

.modalDelete .modal-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: #1c1c1c;
    max-width: 280px;
}

.modalDelete p {
    font-size: 16px;
    line-height: 26px;
    color: #1c1c1c;
    font-weight: 400;
}

.modalDelete .btn-cancella {
    width: 100%;
    background-color: #EA6C6D;
    color: #fff;
    border: 1px solid #EA6C6D;
    height: 55px;
    border-radius: 8px !important;
}

.modalDelete .btn-cancella:hover,
.modalDelete .btn-cancella:focus {
    background-color: #EA6C6D !important;
    color: #fff !important;
    border: 1px solid #EA6C6D !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.modalDelete .btn-anulla {
    width: 100%;
    background-color: #E9E9E9;
    color: #8B8B8B;
    border: 1px solid #E9E9E9;
    height: 55px;
    border-radius: 8px !important;
}

.modalDelete .btn-anulla:hover,
.modalDelete .btn-anulla:focus {
    background-color: #E9E9E9 !important;
    color: #8B8B8B !important;
    border: 1px solid #E9E9E9 !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.modalDelete .modal-header {
    padding-right: 0 !important;
}

/* Application View */

.costumDesignApply .btn-back {
    background-color: #fff !important;
    border: 1px solid #a2a2a2 !important;
    color: #a2a2a2 !important;
    padding: 1rem !important;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    display: inline-block;
    height: 50px !important;
    border-radius: 50%;
    margin-right: 1rem;
}

.costumDesignApply .title {
    font-size: 28px;
    line-height: 38px;
    font-weight: 500;
    color: #1E1E1E;
}

.costumDesignApply .btn-clienti {
    background-color: #E74B3E !important;
    color: #fff !important;
    border-radius: 8px !important;
    width: 100% !important;
    padding: 1rem;
    font-size: 14px;
    line-height: 21px;
    height: 55px;
}

.costumDesignApply .btn-clienti:hover,
.costumDesignApply .btn-clienti:focus {
    outline: 0 !important;
    box-shadow: none !important;
    border-color: transparent !important;
}

.costumDesignApply .btn-apply {
    background-color: #EAF4FE !important;
    color: #1D1D1D !important;
    border-radius: 8px !important;
    width: 100% !important;
    padding: 1rem 0.8rem 1rem 1rem;
    font-size: 14px;
    line-height: 21px;
    border-color: #eaf4fe;
}

.costumDesignApply .btn-apply:hover,
.costumDesignApply .btn-apply:focus {
    outline: 0 !important;
    box-shadow: none !important;
    border-color: transparent !important;
}

.costumDesignApply .icon .fas {
    font-size: 14px !important;
    margin-right: 3px;
}

/* authentication view */
footer {
    position: absolute;
    bottom: 0;
}

.auth img {
    padding: 20px 0 10px;
}

/* Modal CRM Operatore */


.crmOperatore .modal-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: #1c1c1c;
    max-width: 280px;
}

.crmOperatore label {
    font-size: 16px;
    line-height: 26px;
    color: #1c1c1c;
    font-weight: 400;
}

.crmOperatore .fas {
    font-size: 16px !important;
}

.crmOperatore .btn-conferma {
    width: 100%;
    background-color: #31BBEE;
    color: #fff;
    border: 1px solid #31BBEE;
    height: 55px;
    border-radius: 8px !important;
}

.crmOperatore .btn-conferma:hover,
.crmOperatore .btn-conferma:focus {
    background-color: #31BBEE !important;
    color: #fff !important;
    border: 1px solid #31BBEE !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.crmOperatore .btn-anulla {

    width: 100%;
    background-color: #EBEBEB;
    color: #212121;
    border: 1px solid #ebebeb;
    height: 55px;
    border-radius: 8px !important;
}

.crmOperatore .btn-anulla:hover,
.crmOperatore .btn-anulla:focus {

    background-color: #EBEBEB !important;
    color: #212121 !important;
    border: 1px solid #ebebeb !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.crmOperatore .modal-header {
    padding-right: 0 !important;
}

.crmOperatore .modal-header {
    border-bottom: 0 !important;
}

.costumDesignAsegnaLavorazioni .btn-back {
    background-color: #fff !important;
    border: 1px solid #a2a2a2 !important;
    color: #a2a2a2 !important;
    padding: 1rem !important;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    display: inline-block;
    height: 55px !important;
    border-radius: 50%;
    margin-right: 1rem;
}

.costumDesignEventi .btn-back {
    background-color: #fff !important;
    border: 1px solid #a2a2a2 !important;
    color: #a2a2a2 !important;
    padding: 1rem !important;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    display: inline-block;
    height: 55px !important;
    border-radius: 50%;
    margin-right: 1rem;
}

.costumDesignAsegnaLavorazioni .submitmessage {
    width: 20%;
    background-color: #E74B3E !important;
    color: #fff;
    text-align: center;
    position: relative;
    border: none;
    font-size: 16px;
    line-height: 31px;
    border-radius: 8px;
    padding: 0.9rem 2rem;
}

.costumDesignAsegnaLavorazioni .btn-block {
    background-color: #E74B3E !important;
    color: #fff;
    text-align: center;
    position: relative;
    border: none;
    font-size: 16px;
    line-height: 31px;
    border-radius: 8px;
    padding: 0.9rem 2rem;
    width: 20%;
}

.costumDesignAsegnaLavorazioni .button-chiudi {
    display: flex;
    justify-content: end;
    width: 100% !important;
    max-width: 100% !important;
}

/* View Clienti */

.costumDesignClienti .title {
    font-size: 28px;
    line-height: 38px;
    font-weight: 500;
    color: #1E1E1E;
}

.design-icon .fas {
    color: #E74B3E;
}

.costumDesignClienti label {
    color: #1C1C1C;
    font-size: 16px;
    line-height: 21px;
}

.costumDesignClienti .form-control {
    height: 55px;
    background-color: #EAF4FE;
    border-radius: 8px;
    border: 1px solid #eaf4fe;
}

.costumDesignClienti .submitmessage {
    padding: 0.9rem 2rem;
    background-color: #E74B3E;
    border-radius: 8px;
    color: #fff;
    height: 55px;
}

.costumDesignClienti .btn-link {
    color: #1C1C1C;
    font-size: 16px;
    line-height: 21px;
}

.costumDesignClienti .btn-link:hover,
.costumDesignClienti .btn-link:focus {
    outline: 0;
    box-shadow: none;
    text-decoration: none;
}

/* Aggiungi/Elemina Clienti */


@media (min-width: 576px) {
    .modalChange .modal-dialog {
        max-width: 700px;
        margin: 1.75rem auto;
    }
}

.modalChange .modal-header .fas {
    color: #EA6C6D;
    font-size: 34px !important;
}

.modalChange .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    color: #1c1c1c;
}

.modalChange label {
    font-size: 16px;
    line-height: 26px;
    color: #1c1c1c;
    font-weight: 400;
}

.modalChange span.select2-selection.select2-selection--multiple {
    display: flex;
    padding: 0 30px;
    align-items: center;
}

.modalChange .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin: 0 !important;
    background-color: #fff;
    border: 1px solid #fff;
    padding: 5px;
    margin-right: 5px;
}

.modalChange .submitmessage {
    background-color: #E74B3E;
    border: 1px solid #E74B3E;
    color: #fff;
    border-radius: 8px;
    margin-top: 20px;
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: none !important;
}

.icon-left .fas {
    color: #B1B1B1;
}


/* Cambia Posizione */

.changeModal .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    color: #1c1c1c;
}

.changeModal label {
    font-size: 16px;
    line-height: 26px;
    color: #1c1c1c;
    font-weight: 400;
}

.changeModal .submitmessage {
    background-color: #E74B3E;
    border: 1px solid #E74B3E;
    color: #fff;
    border-radius: 8px;
    margin-top: 20px;
    width: 40% !important;
}

/* Questonario Breve */

.costumDesignQuestion .direct {
    color: #757575;
    font-size: 16px;
    line-height: 26px;
    border-right: 1px solid #757575;
    padding-right: 10px;
}

.costumDesignQuestion .title {
    padding-left: 10px;
    color: #757575;
    font-size: 20px;
    line-height: 30px;
}

.costumDesignQuestion .subtitle {
    color: #14A396;
    font-size: 20px;
    line-height: 30px;
    padding-left: 20px;
    text-transform: capitalize;
}

.costumDesignQuestion .modal-footer {
    margin-top: 5rem !important;
    width: 100%;
}

.costumDesignQuestion .modal-footer .submitmessage {
    width: 20% !important;
}

.costumDesignQuestion form {
    width: 80%;
    display: block;
    margin: auto;
}

.costumDesignQuestion .form-control {
    background-color: #ECECEC;
    border: none;
    height: 55px !important;
    margin-top: 10px;
}

.btn-clienti-operatore a {
    background-color: #31BBEE !important;
    color: #fff !important;
    border-radius: 8px !important;
    width: 100% !important;
    padding: 1rem;
    font-size: 14px;
    line-height: 21px;
    height: 55px;
    text-align: center;
    width: 100%;
}

/* View Dettagli Lavorazioni */
.dettagli-lav .form-group {
    display: flex;
    align-items: center;
}

.dettagli-lav .fa-times-circle {
    font-size: 2rem !important;
    color: #ea6c6d !important;
}

.dettagli-lav .form-control {
    background-color: #eaf4fe;
    border: none;
    height: 55px;
}

.dettagli-lav .far,
.dettagli-lav .fa,
.dettagli-lav .fas {
    color: #E74B3E;
}

@media only screen and (min-width: 992px) {
    .dettagli-lav .left-detagli {
        padding-right: 50px;
        border-right: 1px solid #cccccc;
    }

    .dettagli-lav .right-detagli {
        padding-left: 50px;
    }
}

.dettagli-lav .modal-footer .fas {
    color: #fff !important;
}

/* Duplica Proggeti */
@media only screen and (min-width: 992px) {
    .costumDuplicaProg .left-prog {
        padding-right: 50px;
        border-right: 1px solid #cccccc;
    }

    .costumDuplicaProg .right-prog {
        padding-left: 50px;
    }
}

.costumDuplicaProg .form-group {
    display: flex;
    align-items: center;
}

.costumDuplicaProg .fas,
.costumDuplicaProg .far {
    color: #E74B3E;
}

.costumDuplicaProg .form-group .form-control {
    border: 0px;
    height: 55px;
    border-radius: 8px;
    background-color: #eaf4fe;;
}

.costumDuplicaProg .modal-footer {
    margin-top: 2rem !important;
}

.costumDuplicaProg .fa-times-circle {
    font-size: 2rem !important;
    color: #ea6c6d !important;
}

/* Exporta Prog */

@media only screen and (min-width: 992px) {
    .exporta-prog .left-prog {
        padding-right: 50px;
        border-right: 1px solid #cccccc;
    }

    .exporta-prog .right-prog {
        padding-left: 50px;
    }
}

.exporta-prog .form-group {
    display: flex;
}

.exporta-prog .fas,
.exporta-prog .far {
    color: #E74B3E;
}

.exporta-prog .form-group .form-control {
    border: 0px;
    height: 55px;
    border-radius: 8px;
    background-color: #eaf4fe;;
}

.exporta-prog .modal-footer {
    margin-top: 2rem !important;
}

.exporta-prog .fa-times-circle {
    font-size: 2rem !important;
    color: #ea6c6d !important;
}

.costumNuovaLavorazione .fa-times-circle {
    font-size: 2rem !important;
    color: #ea6c6d !important;
}

.proggeti #progetti_data .btn {
    padding: 0 !important;
}

/* Modal when we are loged in as operator */

@media (min-width: 1200px) {

    #noteModal .modal-lg,
    .modal-xl {
        max-width: 1180px;
    }
}


/* Campo Note */
@media (min-width: 991px) {
    .nuovo-preventivo div#cke_note {
        margin-left: -1rem;
    }
}


.cke_top {
    border-bottom: 1px solid #eaf4fe !important;
    background: #eaf4fe !important;
}

@media (min-width: 991px) {
    .modifica-preventivi-page div#cke_note {
        margin-left: -1rem;
    }
}

@media (min-width: 991px) {
    .modifica-preventivi-mobile div#cke_note {
        margin-left: -1rem;
    }
}

.modifica-preventivi-mobile .modal-footer {
    margin-top: 20px !important;
}

@media (min-width: 991px) {
    .nuovo-evento div#cke_note {
        margin-left: -1rem !important;
    }
}

.nuovo-evento .modal-footer {
    margin-top: 20px !important;
}

.cke_chrome {
    border: 1px solid #eaf4fe !important;
}

.cke_bottom {
    border-top: 1px solid #eaf4fe !important;
    background: #eaf4fe !important;
}

@media (min-width: 991px) {
    .edit-proggeti div#cke_note {
        margin-left: -1rem !important;
    }
}

.edit-proggeti .modal-footer {
    margin-top: 20px !important;
    justify-content: center;
}

@media (min-width: 991px) {
    .create-proggeti div#cke_note {
        margin-left: -1.6rem !important;
        margin-right: -1rem !important;
    }
}

.create-proggeti .modal-footer {
    margin-top: 20px !important;
    justify-content: center;
}

@media (min-width: 991px) {
    .create-user .cke_chrome {
        margin-left: -1.1rem !important;
    }

    .group-icon-mobile {
        margin-left: -1.1rem !important;
    }
}

@media (min-width: 991px) {
    .agencyCostumStyle .cke_chrome {
        margin-left: -1.1rem !important;
    }
}


.form-check {
    height: 55px;
    align-items: center;
    display: flex;
}

.modal-acconti .fas {
    color: #E74B3E !important;
}

.modal-acconti .far {
    color: #E74B3E !important;
}

.modal-acconti .form-group {
    align-items: center;
}

.modal-acconti .form-control {
    border: 0px;
    height: 55px;
    border-radius: 8px;
    background-color: #eaf4fe;;
}

/* View Moifica Lavoro */


@media only screen and (min-width: 992px) {
    .costumStyleModificaLavoro .left {
        padding-right: 50px;
        border-right: 1px solid #ccc;
    }

    .costumStyleModificaLavoro .right {
        padding-left: 50px;
    }
}

.costumStyleModificaLavoro .form-group {
    display: flex;
    align-items: center;
}

.costumStyleModificaLavoro .form-group .form-control {
    border: 0px;
    height: 55px;
    border-radius: 8px;
    background-color: #eaf4fe;;
}

.costumStyleModificaLavoro .fas {
    color: #E74B3E !important;
}

.costumStyleModificaLavoro .far {
    color: #E74B3E !important;
}

.costumStyleModificaLavoro .modal-footer {
    justify-content: center;
}

@media (min-width: 991px) {
    .costumStyleModificaLavoro div#cke_note {
        margin-left: -1rem !important;
    }
}

.costumStyleModificaLavoro .fa-times-circle {
    font-size: 2rem !important;
    color: #ea6c6d !important;
}


@media (min-width: 991px) {
    .dettagli-lav div#cke_note {
        margin-left: -1rem !important;
    }
}


/* Storico */

.view-ore {
    background-color: #eaf4fe;
    padding: 0.9rem 2rem 0.9rem 2rem !important;
    border-radius: 0.5rem;
    border: 0px solid !important;
    position: relative;
    color: #31BBEE;
    font-size: 16px;
    line-height: 21px;
    height: 55px;
}

.view-ore:hover,
.view-ore:focus {
    background-color: #eaf4fe !important;
    color: #31BBEE !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.view-ore span .fa {
    line-height: 2rem;
    font-size: 1rem;
    text-align: center;
    display: block;
    margin: 0 auto;
    color: #31BBEE;
}

.view-ore span {
    position: absolute;
    width: 2rem;
    height: 2rem;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    left: 0.8rem;
}

.costumDesignLavorazioni .btn-commm-operatore {
    background-color: #cccccc !important;
    border: 1px solid none !important;
    border-radius: 8px;
    color: #fff !important;
    font-size: 14px;
    padding: 0.5rem 2rem;
    text-align: center;
}

@media screen and (min-width: 1600px) {
    .admin-page.ticket select#time_client {
        width: 15rem !important;
        padding-left: 50px !important;
    }
}

.conversation .cke_top {
    border-bottom: 1px solid #d1d1d1 !important;
    background: #f8f8f8 !important;
}

.conversation .cke_chrome {
    border: 1px solid #d1d1d1 !important;
    margin: 0 50px;
}

.conversation .cke_bottom {
    border-top: 1px solid #d1d1d1 !important;
    background: #f8f8f8 !important;
}

@media (min-width: 1200px) {
    .modal-comm-operatore .modal-dialog {
        max-width: 1180px !important;
    }
}

.modal-comm-operatore .btn-anulla {
    width: 30% !important;
}

.modal-comm-operatore .btn-comm {
    width: 30% !important;
}

.modal-comm-operatore .modal-footer {
    justify-content: center;
}

.second-attach {
    margin-left: 30px;
}

.alert-mesagge {
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-mesagge .alert-danger {
    border-color: transparent !important;
}

.alert-mesagge .alert-dismissible .close {
    right: -50%;
    transform: translateX(50%);
}

.costumNuovaLavorazione .btn-upload {
    width: 100% !important;
    background-color: #cce5f2 !important;
    border: 1px solid #13b1ff !important;
    padding: 14px 20px !important;
    height: 54px;
    color: #000;
    text-align: end;
}

.costumNuovaLavorazione .btn-upload:hover,
.costumNuovaLavorazione .btn-upload:focus {
    color: #000 !important;
}

/*Stato Lavorazione*/
.stato-lav .btn-reparto {
    background-color: #eaf4fe;
    border-radius: 8px;
    padding: 1rem !important;
    color: #1e1e1e;
    border: none;
    font-size: 16px;
}

.stato-lav .btn-reparto:visited {
    border-color: transparent !important;
    border: none !important;
    box-shadow: none;
}

.stato-lav .btn-reparto:hover,
.stato-lav .btn-reparto:focus,
.stato-lav .btn-reparto:active {
    background-color: #eaf4fe !important;
    outline: none !important;
    text-decoration: none !important;
    color: #1e1e1e !important;
    border-color: transparent !important;
    border: none !important;
    box-shadow: none;
}

.stato-lav #reparto {
    position: absolute;
    visibility: hidden;
    z-index: 1000;
    margin-top: 1%;
    left: 30%;
    transform: translateX(-30%);
}

.stato-lav .reparto {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 240px;
}

.stato-lav .reparto .btn-filter {
    background-color: #fff;
    text-align: center;
    display: inline-block;
    color: #c1c1c1;
    padding: 0.7rem 4rem;
    border-bottom: 1px solid #cfcfcf;
    border-radius: 0;
    box-shadow: 0 3rem 5rem rgb(0 0 0 / 10%);
}

.reparto span {
    margin-right: 1.2rem;
}

.stato-lav #reparto.active {
    visibility: visible;
}

.stato-lav #list-filter {
    margin-top: 0;
    left: 0;
}

/*Fine Stato Lavorazione*/

/* Create proggeti */
.create-proggeti .select2-container .select2-selection--single .select2-selection__rendered {
    margin-left: 0 !important;
    background-color: #eaf4fe !important;
    padding: 0.8rem 0.75rem !important;
    height: 55px !important;
    margin-top: 0px !important;
    border-left: none !important;
    border-right: none !important;
}

.create-proggeti .select2-container--default .select2-selection--single {
    background-color: #eaf4fe !important;
    border: 0px solid transparent !important;
    border-radius: 0px !important;
}

#createPredictionModal .select2-container .select2-selection--single {
    height: 33px !important;
    background-color: transparent !important;
}

#createPredictionModal .select2-container {
    margin-bottom: 10px !important;
}

#updatePredictionModal .select2-container .select2-selection--single {
    height: 33px !important;
    background-color: transparent !important;
}

#updatePredictionModal .select2-container {
    margin-bottom: 10px !important;
}

.input-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #aaa !important; /* Defines the box border */
    border-radius: 4px !important; /* Makes the box rounded */
    padding: 5px 10px !important; /* Adds padding inside the box */
}

.create-proggeti .select2-container .select2-selection--single {
    height: 55px !important;
}

.create-proggeti .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 50% !important;
    right: 1% !important;
    width: 20px !important;
    transform: translate(-1%, -50%) !important;
}

/* Edit Progetti */

.edit-proggeti .select2-container .select2-selection--single .select2-selection__rendered {
    margin-left: 0 !important;
    background-color: #eaf4fe !important;
    padding: 0.8rem 0.75rem !important;
    height: 55px !important;
    margin-top: 0px !important;
    border-left: none !important;
    border-right: none !important;
}

.edit-proggeti .select2-container--default .select2-selection--single {
    background-color: #eaf4fe !important;
    border: 0px solid transparent !important;
    border-radius: 0px !important;
}

.edit-proggeti .select2-container .select2-selection--single {
    height: 55px !important;
}

.edit-proggeti .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 50% !important;
    right: 1% !important;
    width: 20px !important;
    transform: translate(-1%, -50%) !important;
}

/* Nuova Application */

form.form-content {
    width: 100%;
    display: flex;
}

.nuova-app {
    width: 100% !important;
}

.nuova-app .submitmessage {
    width: 20%;
}

@media screen and (max-width: 1200px) {
    .hide-content {
        display: none;
    }

    .resize-col {
        -webkit-box-flex: 0 !important;
        flex: 0 0 33.3333333333% !important;
        max-width: 33.3333333333% !important;
    }
}

@media screen and (max-width: 767px) {
    .hide-content {
        display: none;
    }

    .resize-col {
        -webkit-box-flex: 0 !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    .nuova-app .submitmessage {
        width: 30%;
    }
}

@media screen and (max-width: 580px) {
    .hide-content {
        display: none;
    }

    .resize-col {
        -webkit-box-flex: 0 !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

.costumDesignLavorazioni .title {
    font-size: 22px;
    line-height: 32px;
    text-transform: capitalize;
    font-weight: 500;
}

.hide-label {
    display: none;
}

.costumDesignLavorazioni .fas {
    color: #31BBEE !important;
}

.costumDesignLavorazioni .subtitle {
    font-size: 22px;
    line-height: 32px;
    text-transform: capitalize;
    font-weight: 500;
    color: #31BBEE;
}

.btn-link {
    color: #31BBEE !important;
}

.btn-link:hover {
    color: #31BBEE !important;
    text-decoration: none !important;
}

#lav-proggeti {
    border-collapse: separate !important;
    border-spacing: 0 1px !important;
}

input.form-control.form-control-sm {
    background: #fff !important;
    border-bottom: 1px solid #cbcbcb !important;
    border-radius: 0;
    height: 30px !important;
}

div#totalItems_filter {
    display: flex;
    align-items: center;
}

i.fa.fa-search {
    color: gray;
    margin-left: -30px;
    font-size: 12px;
}

.horizontal-links li a {
    color: #6F6F6E;
    font-size: 16px;
    font-weight: 600;
}

.col-lg-2.col-md-3.col-sm-6.col-xs-12.mb-3.ttle span {
    font-size: 22px;
    font-family: 'Roboto';
}

.col-12.mt-3.raggi span {
    font-size: 22px;
}

select#searchProg {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057 !important;
    background-color: #ECECEC !important;
    background-clip: padding-box;
    border: 1px solid #f8f9f9 !important;
    border-radius: 0.5rem !important;
    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: 55px;
}

.costumDesignLavorazioni .submitmessage {
    background: #E74B3E;
    color: #fff;
    height: 55px;
    padding: 0.9rem 2rem;
    text-align: center;
    border-radius: 8px;
    border: none;
}

a#idlink5,
a#idlink6 {
    color: #fff;
    padding: 5px;
}

.row.form-group.sv {
    margin-left: -4px;
}

@media (min-width: 1441px) {

    .new-link li {
        padding: 0.8rem;
        height: 55px;
        min-width: 185px;
        text-align: center;
        background-color: #D9D9D9;
        border: 1px solid #B1B1B1 !important;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        border-top: 4px solid #D9D9D9 !important;
    }

}

@media (max-width: 1440px) {
    .new-link li {
        min-width: 164px;
        font-size: 10px;
        line-height: 15px;
        padding: 0.8rem;
        background: #D9D9D9;
        text-align: center;
    }
}

@media (max-width: 991px) {

    .new-link li {

        min-width: 164px;
        font-size: 10px;
        line-height: 15px;
        padding: 0.8rem;
        background: #D9D9D9;
        text-align: center;
    }
}

/* For tablets - 1024px width */
@media (max-width: 1024px) {

    .costumDesignMobile {
        flex-direction: column;
    }

    .row.costumDesignMobile.margin {
        margin-left: 0px;
    }

    .row.dash-agency {
        margin-left: 13%;
        margin-right: 0;
        overflow: hidden;
    }

    .main-panel {
        margin: 0 auto;
    }

    .new-link {
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        list-style: none;
        padding-left: 0;
        width: 100%;
        max-width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
    }
}

/* For smaller tablets or mobile devices - 768px width */
@media (max-width: 768px) {
    .new-link li {
        min-width: 92px;
        font-size: 10px;
        line-height: 15px;
        padding: 15px 5px;
    }

    .costumDesignMobile {
        flex-direction: column;
    }

    .new-link {
        flex-direction: column;
    }

    .new-link {
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        list-style: none;
        padding-left: 0;
        width: 100%;
        max-width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .main-panel {
        margin: 0 auto;
    }

    .col-md-12.col-sm-12.col-xs-12.col-lg-4.align-items-stretch.customStyleSection {
        margin-top: 5%;
    }

    .row.dash-agency {
        margin-left: 15px !important;
        margin-right: 15px !important;
        overflow: hidden;
    }
}

@media (max-width: 425px) {
    .col-md-12.col-sm-12.col-xs-12.col-lg-4.align-items-stretch.customStyleSection {
        margin-top: 25%;
    }
}

img.img-fluid.second-img {
    border-radius: 8px;
}


/*Dashboard agency*/
.banner2 {
    max-width: 100%;
    width: 100%;
    height: auto;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/banner.png) !important;
    min-height: 33% !important;
    border-radius: 10px;
}

.ticektuser {
    right: 65%;
    top: 72px;
    z-index: 9;
    background: #E74B3E;
    padding: 0 15px;
    display: none;
}

.main-panel.main-panel-custom.col-lg-12.col-xs-12.col-sm-12.customStyleSection {
    margin-top: 0;
}

.row.dash-agency {
    margin-left: 10%;
    margin-right: 15px !important;
    overflow: hidden;
}

/*buton lead*/
.col-lg-3.col-md-3.col-sm-6.col-xs-12.mb-3.buton {
    display: flex;
    align-items: center;
}

.col-lg-3.col-md-3.col-sm-6.col-xs-12.mb-3.buton a {
    padding: 12px;
}

/*Tabela*/
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
    padding-right: 30px !important;
    color: #fff;
}

input#searchbox {
    background: #fff;
    border: 1px solid #cbcbcb !important;
    border-radius: 0.5rem;
    height: 55px !important;
}

.col-lg-3.col-md-3.col-sm-6.col-xs-12.mb-3.buton a {
    padding: 14px;
    font-size: 14px;
}

h1.elencol {
    font-family: "Roboto";
    font-size: 22px;
    color: rgb(105, 105, 105);
}

/*Test*/
.row.mx-0.d-flex.align-items-center.w-100 {
    display: flex;
    justify-content: space-between;
}

select.custom-select.custom-select-sm.form-control.form-control-sm {

    padding: 0.9rem 1rem;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
}

button.btn.btn-primary.ellead {
    background-color: #eaf4fe !important;
    padding: 0.9rem 3.5rem !important;
    border-radius: 0.5rem;
    border: 0 solid !important;
    position: relative;
    color: #31BBEE !important;
    font-size: 14px;
    height: 55px;
    line-height: 21px;
    margin-right: 15px;
}

button.btn.btn-primary.ellead span {
    position: absolute;
    width: 2rem;
    height: 2rem;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    left: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* a.btn.btn-primary.ellead {
  background-color: #eaf4fe !important;
  padding: 0.9rem 3.5rem !important;
  border-radius: 0.5rem;
  border: 0 solid !important;
  position: relative;
  color: #E74B3E !important;
  font-size: 14px;
  height: 55px;
  line-height: 21px;
  margin-right: 15px;
} */

a.btn.btn-primary.ellead,
a.btn.btn-primary.elenco,
.btn-aggungi-cliente {
    background-color: #2295d7 !important;
    padding: 10px;
    border-radius: 0.5rem;
    border: 0 solid !important;
    position: relative;
    color: #fff;
    font-size: 14px;
    margin-top: 5px;
}

/* a.btn.btn-primary.ellead span {
  position: absolute;
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  left: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
} */

/* a.btn.btn-primary.elenco {
  background-color: #fff !important;
  padding: 0.9rem 1rem 0.9rem 1rem !important;
  border-radius: 0.5rem;
  border: 1px solid #E74B3E !important;
  position: relative;
  color: #E74B3E !important;
  font-size: 14px;
  height: 55px;
  line-height: 21px;
  margin-right: 15px;
} */

select.custom-select.custom-select-sm.form-control.form-control-sm {
    background: #fff !important;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: 265px !important;
}

.form-control {
    background-color: #F5F5F5 !important;
    height: 35px;
    border-radius: 5px;
    border: none;
    border-bottom: 1px solid grey;
}

.customDesignPreventivi .form-control {
    height: 55px !important;
    background-color: #eaf4fe;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid grey;
}

#filterDiv {
    display: none;
    /* Additional styling for the hidden div if needed */
    padding: 20px;
    background-color: #eaf4fe;
}


@media (max-width: 768px) {
    .numbers-buttons {
        display: flex;
        flex-direction: column;
    }
}

.job-actions-dropdown .dropdown-toggle::after {
    display: none; /* Hide the dropdown arrow */
}

.user-actions-dropdown .dropdown-toggle::after, .job-actions-dropdown .dropdown-toggle::after {
    display: none; /* Hide the dropdown arrow */
}

.job-custom-background {
    background-color: #f2f2f2;
    padding: 20px;
    border-radius: 5px;
}

.buttons-container {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.job-attr-value {
    color: #6F6F6E; /* Change the color to your desired value */
    font-weight: 500; /* Optional: Apply bold font weight */
}

.form-container {
    margin-bottom: 50px; /* Add margin to the bottom of the form */
}

.custom-file-upload {
    background-color: #94C2ED;
    padding: 30px;
}

@media only screen and (min-width: 992px) {
    .new-supplier .left-supplier {
        padding-right: 25px;
        border-right: 0px solid #cccccc;
    }

    .new-supplier .right-supplier {
        padding-left: 25px;
    }
}

@media only screen and (min-width: 1100px) {
    .new-supplier .modal-dialog {
        min-width: 990px !important;
    }
}

@media only screen and (min-width: 992px) {
    .new-supplier .modal-dialog {
        min-width: 900px;
    }
}

/* Custom CSS to remove outline borders and background color */
.job-attr-table {
    border-collapse: collapse; /* Collapse borders between cells */
    border-spacing: 0; /* Set border spacing to 0 */
}

.job-attr-table th, .job-attr-table td {
    border: none; /* Remove default borders */
    padding: 8px; /* Add padding for better readability */
}

/* Apply borders to inner cells */
.job-attr-table td:not(:last-child),
.job-attr-table th:not(:last-child) {
    /*border-right: 1px solid black; !* Set right border color for inner cells *!*/
}

.job-attr-table tr:not(:last-child) td {
    border-bottom: 1px solid black !important; /* Set bottom border color for inner cells */
}

.job-attr-table tbody tr {
    background-color: transparent !important; /* Set background color to transparent */
}

.job-attr-table tr:first-child td {
    border-top: none !important;
}

.job-attr-table tr:last-child td {
    border-bottom: none !important;
}

.job-attr-table tr td:last-child {
    border-right: none !important;
}

.job-attr-table tbody tr {
    background-color: transparent !important; /* Set background color to transparent */
}

table.job-attr-table tr:nth-of-type(odd) {
    border: none !important;
}

.job-card {
    border: 1px solid #31BBEE;
    background-color: #ededed;
    display: flex;
    flex-direction: column;
}

.custom-flex-container {
    display: flex;
    flex-direction: column;
}

/* Custom class for compact card titles */
.compact-card-title {
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cell {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

/* Custom CSS for prediction cards */
/*.prediction-card {*/
/*    padding: 0; !* Remove padding *!*/
/*    border-radius: 5px;*/
/*    height: 70px; !* Set a fixed height for the cards *!*/
/*    width: 40%; !* Adjust the width as needed *!*/
/*    position: relative;*/
/*    box-sizing: border-box;*/
/*}*/

/* Container for prediction card and below-card */
.card-container {
    margin-top: 5px;
    display: flex;
    flex-direction: column; /* Stack the card and the below-card vertically */
    width: 100%; /* Adjust the width of the card and below-card together */
    margin-bottom: 20px; /* Space between different card-container elements */
}

/* Prediction card styles */
.prediction-card {
    position: relative; /* Ensure the card can have absolutely positioned elements */
    padding: 0;
    border-radius: 5px;
    height: 35px;
    width: 100%; /* Inherit width from the container */
    box-sizing: border-box;
}

/* Below card styles */
.below-card {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    color: #007bff;
    text-align: center;
    width: 100%; /* Inherit width from the container */
}

.delete-icon {
    position: absolute; /* Position the trash can relative to the card */
    bottom: 10px; /* Position it 10px from the bottom */
    right: 10px; /* Position it 10px from the right */
    font-size: 15px !important; /* Adjust size of the icon if needed */
    cursor: pointer; /* Show pointer on hover */
    z-index: 1; /* Ensure the icon is above other content */
}

.afternoon-card {
    /* Add specific styles for afternoon prediction cards */
    background-color: orange;
}

/* Adjust font size for smaller cards */
.prediction-card .card-title {
    font-size: 12px;
    color: #fff;
    /*padding: 0 !important;*/
    margin: 0 !important;
}

/*.prediction-card .card-body {*/
/*    font-size: 14px;*/
/*    color: #fff;*/
/*    padding: 5px !important;*/
/*    margin: 0 !important;*/
/*}*/
.prediction-card .card-body {
    font-size: 14px;
    color: #fff;
    padding: 5px !important;
    margin: 0 !important;
    /* Flexbox properties for vertical centering */
    display: flex;
    align-items: center; /* Vertically center content */
    /*justify-content: space-between; !* Adjust spacing between items *!*/
    height: 100%; /* Ensure the height is defined for vertical centering */
}


.prediction-card .card-text {
    font-size: 12px;
}

.afternoon-div {
    display: flex;
    flex-wrap: wrap; /* Allow cards to wrap to the next row */
    justify-content: flex-start; /* Align cards to the left */
    gap: 10px; /* Add spacing between cards */
    bottom: 0;
    height: 50%; /* Occupies the bottom half of the parent container */
}

.morning-div {
    display: flex;
    flex-wrap: wrap; /* Allow cards to wrap to the next row */
    justify-content: flex-start; /* Align cards to the left */
    gap: 10px; /* Add spacing between cards */
    top: 0;
    height: 90%; /* Occupies the top half of the parent container */
}

.container {
    display: flex;
    align-content: center;
}

#prediction_table .container {
    display: block; /* Override the 'flex' display */
    align-content: center;
    width: 100%;
    padding-right: 8px !important;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.green-container, .warning-container, .danger-container, .neutral-container {
    display: inline-block;
    padding: 6px 4px; /* Adjust padding as needed */
    margin-right: 0; /* Adjust margin between divs as needed */
    margin-left: -7px;
    color: white;
    border-radius: 4px;
    width: 88px;
    height: 27px;
}

.green-container {
    background-color: #00A65D;
    font-size: 10.5px !important;
}

.warning-container {
    background-color: #FFA300;
    font-size: 10.5px !important;
}

.danger-container {
    background-color: #E74256;
}

.neutral-container {
    background-color: #D9D9D9;
}

.block-calendar-buttons .align-items-end {
    align-items: flex-end; /* Aligns items to the right */
}

.spacer-row td {
    border: none; /* No borders for the spacer row */
}

.center-logo {
    display: block; /* Makes the <a> tag a block element */
    margin: 0 auto; /* Centers the block element horizontally */
    text-align: center; /* Ensures the image within stays centered if it's an inline element */
}

.box {
    background-color: #ECECEC;
    border-radius: 15px 15px 0 0;
    padding: 20px;
    text-align: center;
    flex: 1;
    margin: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Aligns content to the top */
    position: relative; /* Allows absolute positioning of children */
    border-bottom: 2px solid #6F6F6E; /* Ensures there's a visible border at the bottom */
}

.number-container {
    background-color: #D9D9D9; /* Dark gray background */
    padding: 5px 10px; /* Padding inside the box */
    border-radius: 15px 15px 0 0;
    position: absolute; /* Absolutely position this element */
    bottom: 0; /* Aligns exactly at the bottom, overlapping the border slightly */
    left: 50%; /* Center horizontally */
    transform: translateX(-50%); /* Offset by 50% of its own width to center perfectly */
    width: 80%; /* Auto width based on content */
    text-align: center; /* Center the text */
}

#occlusion_table_filter {
    display: none !important;
}

.box p {
    font-size: 16px;
    font-weight: 600;
    color: #6F6F6E;
    margin: 0 0 10px 0;
}

.box .number {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    margin-top: auto; /* This will push the numbers to the bottom */
    width: 100%; /* Ensures width is 100% of the box */
    text-align: center; /* Centers the text horizontally */
}

.number {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.light {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

.semi-bold {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

/* #loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
} */

#loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999; /* Make sure it appears on top */
    background-color: rgba(255, 255, 255, 0.8); /* White background with transparency */
    border-radius: 8px; /* Rounded corners */
    padding: 20px; /* Space around the spinner */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); /* Optional shadow for better visibility */
}

/*.bg-ferie {*/
/*   background-color: #cc217a;*/
/*  padding: 3px;*/
/*}*/

/*.bg-activity {*/
/*   background-color: #296387 !important;*/
/*  padding: 3px;*/
/*}*/

/*.bg-permission {*/
/*   background-color: #00a58d !important;*/
/*  padding: 3px;*/
/*}*/

/*.bg-neutral {*/
/*   background-color: #e2e3e5;*/
/*  padding: 3px;*/
/*}*/

.status-dropdown {
    position: relative !important;
}

.custom-dropdown-icon {
    color: #706f6f !important;
    transition: color 0.3s ease;
}

#statusButton:hover .custom-dropdown-icon {
    color: #fff !important;
}

#statusButton {
    color: #fff !important;
}
#statusButton .custom-dropdown-icon {
    color: #fff !important;
}

.last-header {
    border-top-right-radius: 10px;
}

.first-header {
    border-top-left-radius: 10px !important;
}

/* Target only the table with the ID 'user_files' */
#user_files {
    border-collapse: collapse; /* Ensures borders don't overlap */
    width: 100%;
}

/* Add borders to headers and data cells in the user_files table */
#user_files th, #user_files td {
    border: 1px solid #fff !important; /* Adds a white border to separate the grey rows */
}

#previsioni_calendar {
    margin-left: 15px;
    width: 100%;
}

#previsioni_calendar .fc-col-header th {
    border-radius: 0 !important; /* Remove any border radius */
}

/*.ferie-data {*/
/*    border-right: 4px solid #CC217A !important;*/
/*}*/

/* Right border for Permesso cells */
.permesso-data {
    border-right: 4px solid #F5AEB6 !important;
}

.group-table th, .group-table td {
    text-align: center; /* Horizontally centers the text within cells */
    vertical-align: middle; /* Vertically centers the text within cells */
    padding: 4px 8px; /* Provides ample padding within each cell */
    border-bottom: 1px solid #ccc; /* Adds a subtle border to separate rows */
}

.group-table th {
    background-color: #f8f8f8; /* Adds a background color to header cells */
    font-weight: bold; /* Makes the header text bold */
}

.row .uploaded-file {
    margin-bottom: 10px !important;
}

.uploaded-file {
    margin-bottom: 10px !important;
    display: block;
/ / Ensures it 's a block-level element, which respects margins
}

.gestione-timbrature .row.my-5.mx-0 {
    background-color: transparent !important;
}


.dashboard {
    background: #e9ecef;
    padding-bottom: 30px;
}

.custom-col {
    flex: 0 0 20%; /* Each card takes 20% of the row (5 cards in one row) */
    max-width: 20%;
}

/* Individual card styling */
/* Ensure all dashboard cards keep their original styles */
.dashboard-card {
    background-color: white;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: left;
    width: 100%;
    position: relative;
    transition: transform 0.3s ease;
    /*min-height: 140px; !* Adjust this value based on the tallest card *!*/
}

/* Special styles for the first card (with the logo) */
.logo-card {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    height: 200px; /* Ensure it matches the height of other cards */
    /*background-color: #31BBEE;*/
}

/* Ensure the logo fits within the card */
.logo-card img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}


.dashboard-card:hover {
    transform: scale(1.05);
}

/* Flexbox to align info */
.dashboard-card-content {
    display: flex;
    align-items: center; /* Keep text aligned */
    flex-wrap: wrap; /* Allows text to move to a new line if needed */
    gap: 10px; /* Adds spacing to prevent text-icon overlap */
    position: relative; /* Keeps the icon positioned properly */
    padding-right: 60px; /* Adds space on the right to prevent text collision */
}

/* Label and number container */
.dashboard-card-info {
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* Allows text to take space before wrapping */
    min-width: 0; /* Prevents overflow issues */
}

/* Label styling */
.dashboard-card-label {
    font-size: 14px;
    color: #888;
    word-wrap: break-word; /* Breaks long words */
    overflow-wrap: break-word; /* Alternative for wrapping */
    white-space: normal; /* Allows multi-line text */
}

/* Number styling */
.dashboard-card-number {
    font-size: 28px;
    font-weight: bold;
    color: #31BBEE;
    margin: 0;
}

#prediction_table .last-row-first-week td{
    border-bottom: 3px solid #ccc !important;
}

.dashboard-card-number-sec {
    font-size: 30px;
    font-weight: bold;
    color: #31BBEE;
    margin: 0;
}

/* Icon styling */
.dashboard-card-icon {
    position: absolute; /* Position the icon absolutely */
    top: 15px; /* Adjust position from the top */
    right: 20px; /* Adjust position from the right */
    border-radius: 10px;
}

/* Button styling */
a.dashboard-card-button {
    /*margin-top: 15px;*/
    padding: 10px 20px;
    background-color: #31BBEE;
    color: #fff !important;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 60%; /* Shorter width for the button */
    display: block;
    margin: 15px auto 0; /* Center the button */
    text-align: center;
}


/*small screen*/
@media (min-width: 1226px) and (max-width: 1439.98px) {

    /* Make sure the container is centered and doesn't stretch */
    .dashboard-container {
        display: flex;
        flex-wrap: wrap; /* Allow cards to wrap to the next row */
        gap: 20px; /* Space between cards */
        justify-content: center; /* Center cards within the container */
        max-width: 90%; /* Prevent container from stretching too wide */
        margin: 0 auto; /* Center the container horizontally */
    }

    /* Ensure all cards take 25% of the container (4 cards per row) */
    .custom-col {
        flex: 0 0 30%;
        max-width: 30%;
        margin: 10px; /* Add consistent spacing between cards */
    }

    /* Style each card with a consistent height */
    .dashboard-card {
        background-color: white;
        border-radius: 20px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        padding: 20px;
        text-align: left;
        width: 100%;
        position: relative;
        transition: transform 0.3s ease;
        min-height: 200px; /* Set a minimum height to avoid stretching */
        display: flex;
        flex-direction: column;
        justify-content: space-between; /* Space elements evenly */
        align-items: stretch; /* Ensure uniform height for all cards */
    }

    /* Button styling */
    a.dashboard-card-button {
        padding: 10px 10px;
        background-color: #31BBEE;
        color: #fff !important;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        width: 60%;
        display: block;
        margin: 15px auto 0;
        text-align: center;
    }
}

@media (min-width: 992px) and (max-width: 1224.98px) {
    /* Alternatively, apply to container-fluid if needed */
    .dashboard-page .container-fluid {
        max-width: 80% !important;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: 15px;
        margin-left: auto;
    }

    .custom-col {
        flex: 0 0 30%;
        max-width: 30%;
        margin: 10px; /* Add consistent spacing between cards */
    }
}


@media (min-width: 992px) and (max-width: 1225.98px) {

    /* Alternatively, apply to container-fluid if needed */
    .dashboard-page .container-fluid {
        max-width: 80% !important;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: 15px;
        margin-left: auto;
    }

    /* Ensure the dashboard-container is not stretched */
    .dashboard-container {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
        overflow-x: hidden;
    }

    /* Consistent card styling */
    .dashboard-card {
        background-color: white;
        border-radius: 20px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        padding: 20px;
        text-align: left;
        width: 100%;
        position: relative;
        transition: transform 0.3s ease;
        min-height: 200px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: stretch;
    }

    /* Button styling */
    a.dashboard-card-button {
        padding: 10px 2px;
        background-color: #31BBEE;
        color: #fff !important;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        width: 50%;
        display: block;
        margin: 15px auto 0;
        text-align: center;
        font-size: 12px;
    }

    .dashboard-card-number-sec {
        font-size: 20px;
        font-weight: bold;
        color: #31BBEE;
        margin: 0;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .custom-col {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 768px) {
    .custom-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/*end small screen*/

a.dashboard-card-button:hover {
    background-color: #31BBEE;
}

/* Gradient background for the calendar and weather container */
.dashboard-large-container {
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.7), transparent 75%), /* White highlight in the center */ linear-gradient(to bottom, #5072A7, #556B2F); /* Dark blue to soft green gradient */
    border-radius: 20px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative; /* Relative positioning for absolute children */
}

/* Weather Container Styling */
.weather {
    position: relative; /* Use absolute positioning */
    background-color: #31bbee;
    /* Removed flex-grow */
    height: 85%; /* Take up 70% of the container height */
    /*padding: 15px;*/
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    justify-content: flex-end; /* Align content to the bottom */
    margin-top: 21.5px;
}

#calendar {
    height: 95% !important; /* Take up 70% of the container height */
}

.company-name {
    color: #ffffff;
    margin: 0;
    text-align: left; /* Align text to the left */
    position: absolute; /* Absolute positioning within the container */
    top: 20px; /* Distance from the top */
    left: 35px; /* Distance from the left */
}

.weather-location {
    color: #ffffff;
    margin: 0;
    text-align: right; /* Align text to the left */
    position: absolute; /* Absolute positioning within the container */
    top: 15px; /* Distance from the top */
    right: 35px; /* Distance from the left */
    width: 50%;
}

.current-weather {
    margin: 0 auto; /* Centers horizontally */
}

.temperature {
    font-size: 48px;
    color: #ffffff;
    margin: 0;
}

.weather-description {
    font-size: 16px;
    color: #ffffff;
}

.weather-details {
    color: #ffffff;
}

@media screen and (min-width: 991) {
    .dashboard {
        padding: 40px 10px 0 190px !important;
    }
}

@media (min-width: 1225px) {
    .dashboard {
        padding: 0 0 0 202px !important;
    }
}

/* Make sure the .dashboard.w-100 div fills the height of the page */
.dashboard.w-100 {
    min-height: 100vh; /* Ensure it covers at least the full height of the viewport */
    display: flex;
    flex-direction: column;
}

/* Ensure container-fluid and col-md-12 also fill the remaining space */
.dashboard.w-100 .container-fluid {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.dashboard.w-100 .col-md-12 {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

/* Make sure rows take up the appropriate amount of space */
.dashboard.w-100 .row {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
}

/* Bacheca container */
.bacheca-container {
    background-color: white; /* White background */
    padding: 15px 30px; /* Padding to match the design */
    border-radius: 20px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional: Add some shadow for depth */
    margin-top: 40px; /* Add spacing below the container */
}

/* Title styling */
.bacheca-container .title {
    font-size: 24px;
    font-weight: bold;
    color: #7a8087; /* Darker text for contrast */
    margin: 0;
}

.footer-text {
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-top: 20px; /* Space above the text */
    padding-bottom: 20px; /* Optional padding */
}


.weather-weekly-list {
    display: flex;
    justify-content: flex-start; /* Align items to the start */
    padding: 0;
    margin: 0;
    list-style: none;
    overflow-x: auto; /* Enable horizontal scrolling */
    /*gap: 5px; !* Add spacing between items *!*/
}

.weather-weekly-list .weather-day {
    flex: 0 0 auto; /* Prevent shrinking and keep items at their content width */
    text-align: center;
    padding: 10px;
    border: 1px solid #e0e0e0;
    /*border-radius: 10px;*/
    background-color: #f7f7f7;
    min-width: 14.29%; /* Use min-width instead of width for flexibility */
    box-sizing: border-box; /* Ensure padding and borders are included in width calculations */
}

.weather-weekly-list .weather-day .day {
    font-weight: bold;
    font-size: 16px;
    display: block;
}

.weather-weekly-list .weather-day .icon {
    font-size: 24px;
    margin: 5px 0;
}

.weather-weekly-list .weather-day .temp-max,
.weather-weekly-list .weather-day .temp-min {
    font-size: 14px;
    display: block;
}

.yellow-icon-1 {
    background-color: #F8C913; /* Background color */
    background-image: url(../images/dashboard_icons/users.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
}

.yellow-icon-2 {
    background-color: #F8C913; /* Background color */
    background-image: url(../images/dashboard_icons/calendar_plan.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
}

.orange-icon {
    background-color: #EC6822; /* Background color */
    background-image: url(../images/dashboard_icons/user_check.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
}

.red-icon {
    background-color: #E4161D; /* Background color */
    background-image: url(../images/dashboard_icons/file_check.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
}

.pink-icon-1 {
    background-color: #DCA8C3; /* Background color */
    background-image: url(../images/dashboard_icons/folder.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
}

.pink-icon-2 {
    background-color: #DCA8C3; /* Background color */
    background-image: url(../images/dashboard_icons/comments.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
}

.home-icon-1 {
    background-color: #F8C913; /* Background color */
    background-image: url(../images/dashboard_icons/Icon-Set-White-Euclide-11.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px 40px; /* Shrink image to 40x40 pixels */
    width: 50px;
    height: 50px;
}

.home-icon-2 {
    background-color: #FF5722; /* Background color */
    background-image: url(../images/dashboard_icons/Icon-Set-White-Euclide-19.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px 40px; /* Shrink image to 40x40 pixels */
    width: 50px;
    height: 50px;
}

.home-icon-3 {
    background-color: #3F51B5; /* Background color */
    background-image: url(../images/dashboard_icons/Icon-Set-White-Euclide-60.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px 40px; /* Shrink image to 40x40 pixels */
    width: 50px;
    height: 50px;
}

.home-icon-4 {
    background-color: #E91E63; /* Background color */
    background-image: url(../images/dashboard_icons/Icon-Set-White-Euclide-15.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px 40px; /* Shrink image to 40x40 pixels */
    width: 50px;
    height: 50px;
}

.home-icon-5 {
    background-color: #009688; /* Background color */
    background-image: url(../images/dashboard_icons/Icon-Set-White-Euclide-95.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px 40px; /* Shrink image to 40x40 pixels */
    width: 50px;
    height: 50px;
}

.home-icon-6 {
    background-color: #8BC34A; /* Background color */
    background-image: url(../images/dashboard_icons/Icon-Set-White-Euclide-84.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px 40px; /* Shrink image to 40x40 pixels */
    width: 50px;
    height: 50px;
}

.home-icon-7 {
    background-color: #795548; /* Background color */
    background-image: url(../images/dashboard_icons/Icon-Set-White-Euclide-55.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px 40px; /* Shrink image to 40x40 pixels */
    width: 50px;
    height: 50px;
}

.home-icon-8 {
    background-color: #607D8B; /* Background color */
    background-image: url(../images/dashboard_icons/Icon-Set-White-Euclide-44.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px 40px; /* Shrink image to 40x40 pixels */
    width: 50px;
    height: 50px;
}

.activ_icon {
    background-color: #F8C913; /* Background color */
    background-image: url(../images/dashboard_icons/Icon-Set-White-Euclide-14.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px 40px; /* Shrink image to 40x40 pixels */
    width: 50px;
    height: 50px;
}

.overtime_icon {
    background-color: #FF5722; /* Background color */
    background-image: url(../images/dashboard_icons/Icon-Set-White-Euclide-71.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px 40px; /* Shrink image to 40x40 pixels */
    width: 50px;
    height: 50px;
}

.vacation_icon {
    background-color: #3F51B5; /* Background color */
    background-image: url(../images/dashboard_icons/Icon-Set-White-Euclide-98.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px 40px; /* Shrink image to 40x40 pixels */
    width: 50px;
    height: 50px;
}

.leave_icon {
    background-color: #E91E63; /* Background color */
    background-image: url(../images/dashboard_icons/Icon-Set-White-Euclide-100.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px 40px; /* Shrink image to 40x40 pixels */
    width: 50px;
    height: 50px;
}

.sick_icon {
    background-color: #009688; /* Background color */
    background-image: url(../images/dashboard_icons/Icon-Set-White-Euclide-68.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px 40px; /* Shrink image to 40x40 pixels */
    width: 50px;
    height: 50px;
}

/* Title at the top-left inside the container */
.fc-toolbar-title {
    font-size: 24px;
    /*font-weight: bold;*/
    /*color: white; !* White text for the title *!*/
    margin-bottom: 10px;
}

/* Calendar's day headers (S, M, T, etc.) without rounded corners */
#previsioni_calendar .fc-scrollgrid-section-header .fc-col-header-cell-cushion {
    background-color: #31BBEE !important;
    color: white !important;
    padding: 10px !important;
    border-radius: 0 !important;
}

/* General styling for calendar days */
#calendar .fc-daygrid-day {
    background-color: white; /* White background for each day cell */
    border: 1px solid #ddd; /* Light grey borders between days */
    color: black; /* Default black text for days */
    text-align: center;
    /*padding: 10px;*/
}

.fc .fc-button-primary {
    background-color: #31bbee;
    border-color: #31bbee;
    color: white;
}

.fc .fc-button-primary:disabled {
    background-color: #31BBEE !important;
    border-color: #31BBEE !important;
    color: white !important;
    opacity: 0.7; /* Optional: Adjust transparency */
}


.fc .fc-button-primary:hover {
    background-color: #29a5d1; /* Slightly darker cyan-blue */
    border-color: #29a5d1;
    color: #ffffff; /* Adjust text color if needed */
    transition: background-color 0.3s ease, border-color 0.3s ease;
}


/* Faded days from the previous month */
#calendar .fc-daygrid-day.fc-day-other {
    color: #ccc; /* Light grey text for days not in the current month */
}

/* Highlight for the current day */
#calendar .fc-daygrid-day.fc-day-today {
    background-color: white; /* Keep background white */
    color: #31BBEE; /* Blue text for the current day */
    font-weight: bold;
    border: 2px solid #31BBEE; /* Add a blue border around the current day */
    border-radius: 5px; /* Slightly round the current day cell */
}

#calendar table tr th:nth-child(2) {
    border-top-left-radius: 0;
}

#calendar table thead tr th:last-child {
    /* Your desired styles for the last th */
    border-top-right-radius: 0 !important; /* Example: Remove any border radius */
}

.fc-theme-standard .fc-scrollgrid {
    border: none !important; /* Remove the border */
}

.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 0.85em;
}

.fc-scroller.fc-scroller-liquid-absolute {
    overflow: hidden !important;
}

.scrollable-div {
    height: 300px; /* Adjust as needed */
    overflow-y: auto;
    border: 1px solid #ccc; /* Light border */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    border-radius: 8px; /* Matches the rounded style */
    padding: 10px;
    position: relative;
}

.scrollable-div::-webkit-scrollbar {
    width: 5px;
}

.scrollable-div::-webkit-scrollbar-thumb {
    background-color: #ccc; /* Customize color */
    border-radius: 8px;
}

.scrollable-div::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

#prediction_table {
    table-layout: fixed; /* Force fixed layout for consistent column widths */
    width: 100%; /* Use 100% of the available width */
}

#prediction_table th, #prediction_table td {
    width: 86px !important; /* Set a fixed width for each column */
    overflow: hidden; /* Hide overflow content */
    white-space: nowrap; /* Prevent text from wrapping */
    text-overflow: ellipsis; /* Add ellipsis for overflow text */
}
#prediction_table th:first-child, #prediction_table td:first-child {
    width: 150px !important;
}

/*.total-ferie span{*/
/*    font-size: 16px;*/
/*}*/
/* Main container to hold both white boxes */
.user-info-container {
    display: flex; /* Use flexbox for side-by-side layout */
    gap: 20px; /* Space between the two containers */
}

/* Individual white container for the name */
.user-name-container, .user-role-container, .round-label {
    background-color: #ffffff; /* White background */
    border-left: 4px solid #31bbee; /* Accent border for a modern look */
    padding: 15px 20px; /* Add some padding */
    border-radius: 20px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional: Add some shadow for depth */
    flex: 1; /* Allow both containers to take equal width */
    font-size: 18px; /* Adjust font size */
    font-weight: 600; /* Semi-bold for emphasis */
    color: #7a8087; /* Darker color for better visibility */
}

.table-container {
    position: relative;
}

.arrow-label {
    position: absolute;
    top: 50%; /* Center align vertically */
    transform: translateY(-50%);
    background-color: #ffffff;
    border-left: 4px solid #31bbee;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 20px 0 0 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 450px;
}

.arrow-label::after {
    content: '';
    position: absolute;
    top: 50%; /* Keeps the arrow vertically centered */
    right: -30px; /* Move the arrow further out for larger size */
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 21px solid transparent; /* Increase the height of the arrow */
    border-bottom: 21px solid transparent; /* Increase the height of the arrow */
    border-left: 30px solid #ffffff; /* Increase the width of the arrow */
}

#prediction_table tfoot {
    text-align: center; /* Horizontally center the content */
    vertical-align: middle; /* Vertically center the content */
    /*background-color: #F5F5F5; !* Ensure consistent background *!*/
}

.separate-footer tr td:first-child {
    position: sticky;
    left: 0;
    background-color: #fff; /* Match your footer background color */
    z-index: 1; /* Ensure it's above other content */
    width: 150px !important
}
.separate-footer tfoot tr{
    color: #1c1c1c;
}
.color-input-section {
    display: none;
}

.color-legend {
    display: inline-block;
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;
}

.legend-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.legend-color-box {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    margin-right: 10px;
    border-radius: 4px;
}

.legend-title {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

#editBillingNumber {
    display: none;
}

.addedMargin {
    margin-bottom: 20px;
}

/* Position the edit button at the top left of the column */
.edit-button {
    position: absolute;
    top: -29px; /* Adjust as needed */
    left: 50px;
    background-color: #31bbee; /* Blue background */
    /*padding: 22px 16px;*/
    padding: 8px 16px 25px 16px;
    border-radius: 10px 10px 0 0;
    font-weight: bold;
    color: white;
    text-decoration: none;
    transition: background-color 0.3s ease;

    /* Use Flexbox for proper alignment */
    display: flex;
    flex-direction: column; /* Stack content vertically */
    justify-content: flex-start; /* Align content to the top */
    align-items: center; /* Keep content horizontally centered */
    min-height: 50px; /* Ensure enough height for the content */
}

/* Ensure the <a> tag takes the full width and stays at the top */
.edit-button a {
    color: white;
    text-decoration: none;
    display: block; /* Allows text to align properly */
    text-align: center; /* Ensures horizontal centering */
    width: 100%; /* Prevents shrinking */
}

.edit-button i {
    margin-right: 6px;
    font-size: 16px;
}

.view-commessa .edit-button a i {
    color: white !important;
}

.edit-button:hover {
    background-color: #31bbee;
}

.row.position-relative {
    position: relative;
}

.status-button {
    position: absolute;
    top: -30px; /* Adjust as needed to align perfectly */
    left: 42%; /* Center relative to the row */
    transform: translateX(-50%); /* Shift it back by half its width */
    padding: 3px 16px 5px 16px;
    border-radius: 10px 10px 0 0;
    font-weight: bold;
    color: #6F6F6E;
    text-decoration: none;
    transition: background-color 0.3s ease;
    border: 2px solid #6F6F6E; /* Change color as needed */
    text-transform: uppercase;
    width: 150px; /* Set a reasonable max width */
    overflow: hidden; /* Hides overflow */
    text-overflow: ellipsis; /* Adds "..." if text is too long */
}

.status-button::before {
    content: "STATO:"; /* Add status text */
    display: block; /* Make it appear above */
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}


.colored-cell {
    background-color: #fff3cd !important; /* Light red background */
    /*color: #b30000 !important; !* Dark red text *!*/
    font-weight: bold;
}

/* Ensures two columns per row inside each <td> */
.td-flex {
    display: flex;
    align-items: center;
    gap: 10px; /* Space between label and value */
    white-space: nowrap; /* Prevents text from wrapping */
    width: 100%; /* Ensures correct width */
}

/* Labels take 50% of the space */
.td-label {
    /*flex: 0 0 40%;*/
    text-align: left;
    white-space: nowrap;
}

@media (min-width: 1225px) and (max-width: 1440px) {
    .view-commessa .job-custom-background {
        padding: 10px 5px !important;
    }

    .boxes-info-commessa-sx {
        overflow: hidden; /* Prevents content from overflowing */
    }

    .boxes-info-commessa-sx .job-attr-table {
        width: 100%;
        max-width: 100%;
        table-layout: fixed; /* Keeps the table inside the container */
        word-wrap: break-word; /* Prevents text from causing overflow */
    }

    .tooltip-trigger {
        font-size: 10px !important;
    }

    .boxes-info-commessa-dx .m-3 {
        margin-top: 0.42rem !important;
        margin-bottom: 0rem !important;
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }
}

@media (min-width: 1440.98) {
    /* Values take 50% of the space */
    .span-wrapper {
        padding: 5px 10px !important;
    }
}

.span-wrapper {
    /*flex: 0 0 50%;*/
    margin-left: auto; /* Pushes it to the right */
    display: inline-block; /* Ensures tooltip can work */
    position: relative; /* Needed for tooltip positioning */
    overflow: visible !important; /* Ensures the tooltip is not clipped */
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 5px 10px;

    border: 2px solid #6F6F6E !important;
    border-radius: 6px !important;
    min-height: 30px; /* Ensures uniform height */
}

/* Ensures table structure remains clean */
.view-commessa .job-attr-table tr td {
    vertical-align: middle;
}

.light, .span-wrapper {
    pointer-events: auto;
}

/* Fix tooltip behavior */
.tooltip-trigger {
    position: relative;
    display: inline-block; /* Ensures the tooltip appears */
    cursor: pointer;
    max-width: 100%;
    overflow: visible; /* Ensures tooltip is visible */
    font-size: 14px;
}

/* Tooltip Styling */
.tooltip-trigger::after {
    content: attr(data-tooltip);
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.85);
    color: white;
    text-align: center;
    padding: 6px 10px;
    border-radius: 5px;
    position: absolute;
    bottom: 100%; /* Shows tooltip above */
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 12px;
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
    z-index: 1000;
}

/* Show tooltip on hover */
.tooltip-trigger:hover::after {
    visibility: visible;
    opacity: 1;
}

/* Ensure table container does not exceed screen width */
.jobs-table-container {
    width: 100%;
    max-width: 100vw;
    overflow-x: auto; /* Allows scrolling only when absolutely needed */
    padding: 5px;
}

/* Ensure table takes full width */
.jobs-table-container #jobs_table {
    width: 100%;
    max-width: 100vw;
    table-layout: auto !important; /* Allows columns to resize dynamically */
}

/* Adjust styles for standard 14-inch laptops (1366px - 1440px) */
@media (max-width: 1440px) {
    .jobs-table-container {
        padding: 6px; /* Adjust padding for better spacing */
    }

    #jobs_table th, #jobs_table td {
        font-size: 12px; /* Adjust font size for readability */
        padding: 4px; /* Ensure enough spacing */
    }

    /* Prevent text wrapping */
    #jobs_table th, #jobs_table td {
        white-space: nowrap;
        height: 40px !important;
    }

    .jobs-table-container table.dataTable tbody th, .jobs-table-container table.dataTable tbody td {
        padding: 0 5px !important;
    }

}

/* Reduce font size slightly for Full HD 14-inch laptops (1920x1080) */
@media (min-width: 769px) and (max-width: 1920px) {
    table.optimized-table th,
    table.optimized-table td {
        font-size: 12px !important;
    }

    table.optimized-table th {
        font-size: 12px !important;
        padding: 0px 10px !important;
    }

    table.optimized-table td {
        font-size: 12px !important;
        height: 5px !important;
    }

    table.optimized-table thead th.sorting::before,
    table.optimized-table thead th.sorting_asc::before,
    table.optimized-table thead th.sorting_desc::before,
    table.optimized-table thead th.sorting_asc_disabled::before,
    table.optimized-table thead th.sorting_desc_disabled::before,
    table.optimized-table thead th.sorting::after,
    table.optimized-table thead th.sorting_asc::after,
    table.optimized-table thead th.sorting_desc::after,
    table.optimized-table thead th.sorting_asc_disabled::after,
    table.optimized-table thead th.sorting_desc_disabled::after {
        opacity: 0.5 !important;
        bottom: 1em !important;
        font-size: 12px !important;
    }

    #prediction_table th,
    #prediction_table td {
        font-size: 12px !important;
    }
}

.td_right {
    text-align: right !important;
}

.td_left {
    text-align: left !important;
}

/* Style only the <th> inside the .table-filters row */
table thead .table-filters th {
    background-color: white !important;
    border: none !important;
}

/* Remove borders from the entire filter row <tr> */
table thead .table-filters {
    background-color: white;
    border: none !important;
}

/* If needed, also remove borders from inputs inside filters */
table thead .table-filters th input {
    background-color: transparent;
}

/* Permanently hide hidden columns on all screen sizes */
.hidden-column {
    display: none !important;
}

.utenti .col-lg-4.col-md-4.col-sm-12.icon-menu.py-3 {
    display: none;
}

.page-files label {
    display: block;
    width: fit-content;
}

/* Mobile-specific styles for visible columns */
@media (max-width: 768px) {
    .mobile-table thead {
        display: none;
    }

    .mobile-table tbody th, .mobile-table tbody td {
        border: none !important;
    }

    .mobile-table,
    .mobile-table tbody,
    .mobile-table tr,
    .mobile-table td {
        display: block;
        width: 100%;
        box-sizing: border-box; /* Ensure padding is within element width */
    }

    .mobile-table tr {
        border: 1px solid #ddd;
        margin-bottom: 10px;
        border-radius: 8px;
        background-color: white;
        padding: 10px;
        box-sizing: border-box; /* Prevents overflow due to padding */
    }

    .mobile-table td {
        display: flex;
        align-items: center;
        padding: 8px;
        border-bottom: 1px solid #eee;
        position: relative;
        text-align: left;
        gap: 10px; /* Consistent spacing */
        flex-wrap: nowrap;
        overflow: hidden;
        box-sizing: border-box; /* Ensure padding does not overflow */
        font-size: 14px !important;
    }

    .mobile-table td:last-child {
        border-bottom: none;
    }

    /* Add label using data-label attribute */
    .mobile-table td::before {
        content: attr(data-label);
        font-weight: bold;
        color: #666;
        min-width: 120px; /* Consistent width for labels */
        text-align: left;
        flex-shrink: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        box-sizing: border-box; /* Keeps padding inside */
        font-size: 14px !important;
    }

    /* Ensure content does not overflow */
    .mobile-table td {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
        box-sizing: border-box !important;
    }

    /* Prevent overflow for input elements and icons */
    .mobile-table td input[type="checkbox"],
    .mobile-table td a,
    .mobile-table td span,
    .mobile-table td i {
        margin-left: 0;
        box-sizing: border-box;
    }

    /* Style for empty data placeholder */
    .mobile-table .empty-data {
        color: #ccc;
        font-style: italic;
    }

    .mobile-table td.dropdown-container {
        position: relative !important;
        overflow: visible !important; /* Allow dropdown to overflow */
    }

    .mobile-table .dropdown {
        position: relative !important;
        display: inline-block !important;
    }

    .mobile-table .dropdown-menu {
        position: absolute !important;
        top: 75% !important; /* Drop below the button */
        left: 40% !important;
        transform: translateX(-50%) !important;
        min-width: 150px !important;
        z-index: 9999 !important;
        overflow: visible !important;
    }

    .mobile-table .dropdown-menu.show {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

}


@media (max-width: 576px) {
    .col-sm-3 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 576.98px) and (max-width: 991px) {
    .col-md-3 {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 1420px) {
    .milestone-card .card-body {
        padding: 0;
    }

    .milestone-card .card-body .col-md-3,
    .milestone-card .card-body .col-md-9 {
        padding-right: 12px;
        padding-left: 12px;
    }
}

@media (min-width: 1225px) and (max-width: 1419px) {

    #milestoneRow h3 {
        font-size: 22px;
    }

    #milestoneRow .col-md-5 {
        font-size: 17px;
    }

    #milestoneRow .col-md-6 {
        -webkit-box-flex: 0;
        flex: 0 0 45%;
        max-width: 45%;
    }

    .milestone-card .card-body {
        padding: 0;
    }

    .milestone-card .card-body .col-md-3,
    .milestone-card .card-body .col-md-9 {
        padding-right: 12px;
        padding-left: 12px;
    }

    .milestone-card .card-body .col-md-9{
        max-width: 100%;
    }

    .form-check {
        padding-left: 0;
    }

    .milestone-fatturazione .form-check-input {
        right: 24px !important;
    }

}

@media (min-width: 992px) and (max-width: 1224px) {
    #milestoneRow h3 {
        font-size: 14px;
    }

    #milestoneRow .col-md-5 {
        font-size: 13px;
    }

    #milestoneRow .col-md-6 {
        -webkit-box-flex: 0;
        flex: 0 0 45%;
        max-width: 45%;
    }

    .milestone-card .card-body {
        padding: 0;
    }

    .milestone-card .card-body .col-md-3,
    .milestone-card .card-body .col-md-9 {
        padding-right: 12px;
        padding-left: 12px;
    }

    .milestone-card .card-body .col-md-3{
        flex: 0 0 50%;
        max-width: 50%;
    }

    .milestone-card .card-body .col-md-9{
        flex: 0 0 100%;
        max-width: 100%;
    }

    .form-check-label {
        max-width: 90%; /* Adjust as needed */
        display: block;
    }


    .milestone-fatturazione .form-check-input {
        right: 10px !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    #milestoneRow h3 {
        font-size: 14px;
    }

    #milestoneRow .col-md-5 {
        font-size: 13px;
    }

    #milestoneRow .col-md-6,
    #milestoneRow .col-md-5{
        -webkit-box-flex: 0;
        flex: 0 0 45%;
        max-width: 45%;
    }
}

@media (max-width: 1480px){

    .page-files .create-jobs .form-group {
        display: inline-block;
    }
}

@media (max-width: 1280px){

    .block-calendar-buttons.tabs-buttons .col-md-1 {
        width: 100% !important;
        max-width: 100%;
    }

    .page-files .create-jobs .form-group {
        display: inline-table;
    }

}

@media (max-width: 991px){

    .tabs-buttons .col-md-3, .tabs-buttons .col-md-2 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 50%;
        margin: 10px 0;
    }

    .tabs-buttons .button-style, .tabs-buttons .btn-button-style {
        width: 100%;
    }

    .user-col {
        margin: 5px;
    }

    .row.section-save-back {
        display: contents;
        float: left;
        margin-top: 0;
        margin-right: 0px;
    }

    button#exportSuppData, a#icona-nuova-commessa {
        width: 100% !important;
    }

    .page-view-dipendente .form-group {
        width: 50%;
        padding: 0 5px;
        height: 100px;
    }

    .block-calendar-buttons.tabs-buttons .col-md-1 {
        margin-top: 10px;
    }

    .modal-dialog.create-user label, .modal-dialog.edit-user label {
        width: 100%;
        margin-left: 0px;
    }

    .modal-dialog.create-user input, .modal-dialog.create-user span, .modal-dialog.edit-user input, .modal-dialog.edit-user span, .modal-dialog.create-user select, .modal-dialog.edit-user select {
        width: 100% !important;
    }

    .main-panel.create-jobs.w-100.mx-5 {
        margin-left: 0 !important;
    }

    .employee-files .title-tab, .page-files .title-tab {
        margin: 0 0px !important;
    }

    .page-files label.custom-file-upload {
        margin-top: 25px;
    }

    .page-files .btn-primary {
        margin-top: 25px !important;
    }

    #previsioni_calendar {
        margin-left: 0px !important;
        width: 95%;
        margin: 0 auto;
    }

}

@media (max-width: 767px){
    .auth img {
        width: 150px !important;
    }

    .group-milestone {
        height: fit-content;
    }

    .tabs-buttons .col-md-3, .tabs-buttons .col-md-2 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .page-view-dipendente .form-group {
        width: 100%;
    }

    .page-view-dipendente .container-fluid .col-md-12 {
        margin: 0 3%;
        padding: 2%;
        margin-bottom: 50px;
    }

    .page-nuova-commessa .mx-5 {
        margin-left: 0rem !important;
    }

    .create-jobs .container-fluid {
        padding: 1em !important;
    }

    .main-panel.create-jobs .form-group {
        display: contents;
    }

    .input-group {
        width: 95%;
    }

    .modal-mobile .form-group .labs {
        flex: 0 0 35%;
        max-width: 35%;
    }

    .main-panel .btn-default, .main-panel .btn-primary {
        margin: 5px 0;
    }

    .page-nuova-commessa .btn-create-proggeti {
        height: 45px;
    }

}

@media (max-width: 560px){

    .page-nuovo-dipendente .form-group label {
        width: 100%;
    }

    .page-nuovo-dipendente .form-group input, .page-nuovo-dipendente .form-group select, .page-nuovo-dipendente .input-group, .page-nuovo-dipendente .form-group span, .page-nuovo-dipendente .form-group span.select2 {
        width: 95% !important;
    }

    .modal-mobile .form-group .labs {
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0;
    }

    .modal-mobile .form-group {
        display: contents;
    }

    .modal-mobile .form-group .px-0 {
        max-width: 100%;
    }

    .btn-create-proggeti {
        width: auto;
    }

    .chat-box .media.w-50 {
        width: 75% !important;
    }

    .chat-box img {
        width: 25px;
    }

    .btn, .fc .fc-button {
        font-size: 0.8rem !important;
        padding: 3px 10px !important;
    }

    #prediction_table th:first-child, #prediction_table td:first-child {
        width: 95px !important;
        font-size: 12px;
    }

    .fc-scroller.fc-scroller-liquid-absolute {
        overflow: scroll !important;
    }

    #previsioni_calendar .fc-toolbar-chunk {
        width: 100% !important;
        display: contents;
    }

    .view-commessa .job-attr-table tr td {
        padding: 5px;
        width: 100%;
        display: inline-block;
    }

    .job-attr-table tr:not(:last-child) td {
        border-bottom: 0px solid black !important;
    }

}

@media (max-width: 991px) {
    .col-md-6.timbrature-info {
        -webkit-box-flex: 0;
        flex: 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    div.dataTables_wrapper div.dataTables_paginate ul.pagination
    {
        margin: 26px 0 0 0 !important;
    }
}


