@charset "UTF-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700;900&display=swap');


body {

    font-family: 'Montserrat', sans-serif;

    font-size: 12px !important;

    line-height: 17px !important;

    font-weight: 400;

    color: #898989;

}


h1 {

    font-size: 20px !important;

    line-height: 30px !important;

}


h2 {

    font-size: 16px !important;

    line-height: 21px !important;

}


.no-desktop {
    display: none;
}

.no-mobile {
    display: block;
}


.col-md-20 {
    flex: 0 0 20%;
    max-width: 20%;
}

.col-md-33 {
    flex: 0 0 33%;
    max-width: 33%;
}

.style-btn a {

    color: #000000 !important;

    text-decoration: none;

}


.style-btn a {

    font-size: 14px !important;

    line-height: 19px !important;

}


.bg-grey {

    background-color: #f5f5f5;

}


.btn-grigio {

    background-color: #d9d9d9;

    color: #000;

    padding: 10px 15px;

    border: none;

    border-radius: 7px;

}

.select_anagrafighe button {
    margin-top: 0px !important;
}

.border-bottom-grigio {

    border-bottom: 1px solid #d9d9d9;

    padding-top: 20px;

    padding-bottom: 20px;

}


.title-small {

    font-size: 14px !important;

    line-height: 20px !important;

}


.custom-date-input {
    position: relative;
    width: 20px;
}

.custom-date-input input[type="date"] {
    background-color: #000;
    color: #000;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 8px;
    right: 8px;
    border: none;
    /*padding-right: 2.5rem;*/
}

.custom-date-input::after {
    content: '\f073'; /* Codice Unicode per l'icona del calendario */
    font-family: "Font Awesome 5 Free"; /* O la libreria di icone che preferisci */
    font-weight: 900;
    position: absolute;
    right: 0rem;
    top: 16px;
    right: 12px;
    width: 12px;

    transform: translateY(-50%);
    pointer-events: none; /* L'icona non interferisce con l'interazione dell'input */
    color: #2999d6; /* Colore dell'icona */
    background-color: #000;
}

/*navbar***************************************/


.dropdown-item {

    font-size: 12px;

}


.dropdown-menu {

    background-color: #000;
    z-index: 99999;
}


.dropdown-item {

    color: #fff;

}


.nav-link {

    color: #fff !important;

}


.nav-link .active {

    color: #1e9ce1;

}


.nav-link {

    color: #ffffff;

    font-size: 12px;

}


.nav-link:hover {

    color: #ffffff;

}


.logo-navbar img {

    max-width: 50px;

    width: 100%;

}


.container-principale {

    margin-top: 50px;

    height: calc(100vh - 50px - 74px)

}


/*menu funzionalità*/


.icon-clienti-40 {

    margin-right: 50px;

}


.icon-clienti-40 .fa-solid {

    font-size: 30px;

    margin-right: 10px;

}


.icon-clienti-30 {

    margin-right: 50px;

}


.icon-clienti-30 .fa-solid {

    font-size: 20px;

    margin-right: 10px;

}

.input_pubb {
    border: none;
    color: #898989;
    vertical-align: middle;
    text-align: center;
    background: none;
    position: absolute;
    right: 10px;
    top: 10px;
}

.input_pubb_righe {
    border: none;
    color: #898989;
    vertical-align: middle;
    text-align: center;
    background: none;
    position: relative;
}


/*elenco sx anagrafica clienti*/

.nav-item a:hover {

    color: #1e9ce1 !important;

}


.list-group-item.active {

    z-index: 2;

    color: #fff;

    background-color: #1e9ce1;

    border-color: #1e9ce1;

    border-radius: 0px;

    text-align: left;

}


.list-group-item {

    text-align: left;

}


.elenco-clienti .list-group-item {

    padding: 0.3rem 1rem;

    border: 0px solid rgba(0, 0, 0, .125);

}


.elenco-clienti {

    /*max-height: 700px;*/
    max-height: 100%;
    overflow-y: auto;

    padding-left: 0px;

    padding-right: 0px;

}


.elenco-clienti-mobile {

    display: none;

}


.box-clienti {

    border-right: 2px solid #000;

}


.elenco-clienti a {

    text-decoration: none !important;

}


/*form clienti - anagrafica clienti*/


.icona-azzurra .fa-solid, .icona-azzurra .fa-regular {

    color: #1e9ce1;

    margin-right: 7px;

    font-size: 15px;

}


.accordion-btn-nero {

    background-color: #000 !important;

    color: #ffffff !important;

}


/*tabella form clienti*/


.table-style .form-control {

    padding: 0;

    border: 0;

}


/*freccia accordion bianca - anagrafica clienti*/


.accordion-button:not(.collapsed)::after {

    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="white"%3e%3cpath fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/%3e%3c/svg%3e');

    transform: rotate(-180deg);

}


.accordion-button::after {

    flex-shrink: 0;

    width: 1.25rem;

    height: 1.25rem;

    margin-left: auto;

    content: "";

    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="white"%3e%3cpath fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/%3e%3c/svg%3e');

    background-repeat: no-repeat;

    background-size: 1.25rem;

    transition: transform .2s ease-in-out;

}


/*fine freccia accordion bianca*/


/*ricerca clienti - anagrafica clienti*/


.ricerca-desk {

    display: block;

    margin-top: 50px;

    padding-top: 20px;

    padding-bottom: 0px;

    background-color: #fff;

    position: fixed;

    width: 100%;

    z-index: 99999999 !Important

}


.ricerca-mobile {

    display: none !important;

}


.form-clienti .form-control {

    font-size: 12px;

}


.form-clienti {

    padding-top: 100px;

}


.ricerca-clienti .form-control {

    height: 35px;

    border-right: 0px !important;

    border-top-left-radius: 100px;

    border-top-right-radius: 0px;

    border-bottom-right-radius: 0px;

    border-bottom-left-radius: 100px;

    border: 2px solid #000000;

    font-size: 12px;

}


.ricerca-clienti .input-group-text {

    height: 35px;

    background-color: #ffffff;

    border-left: 0px !important;

    border-top-left-radius: 0px;

    border-top-right-radius: 100px;

    border-bottom-right-radius: 100px;

    border-bottom-left-radius: 0px;

    border: 2px solid #000000;

}


.ricerca-clienti .input-group {

    width: 90%;

    margin-left: 5%;

    margin-top: 20px;

    margin-bottom: 20px;

}


.fa-xmark {

    color: #c00;

}


/*resoconto filtri*/


.btn-filtri {

    background-color: #f5f5f5;

    padding: 5px;

    color: #000;

    border: 2px solid #fff;

    font-size: 9px;

}


/*REPORTISTICA DOWNLOAD***********************************************************************************/


.container-90 {

    width: 90%;

    margin-left: 5%;

}


.box-table-reportistica {

    margin-top: 230px;

    padding-top: 30px;

    padding-bottom: 40px;

    min-height: calc(100vh - 236px);

}

.box-table-vendite {

    margin-top: 0px;

    padding-top: 30px;

    padding-bottom: 40px;

    min-height: calc(100vh - 57px);

}


.table-reportistica {

    table-layout: auto;

    width: 100%;

    border-collapse: collapse;

}


.table-dati-documenti th,
.table-dati-documenti td {

    min-width: 0 !important;
    max-width: 500px !important; /* Larghezza minima desiderata */
    text-align: center !important;

}

.table-dati-documenti input {
    border: none;
    text-align: center;
}


.table-dati-vendita th,
.table-dati-vendita td {

    min-width: 0 !important;
    max-width: 500px !important; /* Larghezza minima desiderata */
    text-align: center !important;

}

.table-dati-vendita input {
    border: none;
    text-align: center;
}

.table-reportistica th,
.table-reportistica td {

    border: 1px solid #dddddd;

    text-align: left;

    word-wrap: break-word;

    padding: 20px 10px;

    min-width: 100px; /* Larghezza minima desiderata */


}


.table-reportistica td {

    color: #898989;

    vertical-align: middle;

    text-align: center;

}


.table-reportistica th {

    color: #fff !important;

    vertical-align: middle;

    background-color: #000 !important;

    text-align: center;

}


.bg-white {

    background-color: #ffffff;

}


.bg-grigio {

    background-color: #f5f5f5;

}


.bg-black {

    background-color: #000;

    color: #fff !important;

}

.bg-red {

    background-color: #F00 !important;

    color: #fff !important;

}

.bg-grey {

    background-color: #7e7e7e !important;

    color: #000 !important;

}

.bg-yellow {

    background-color: #eede97 !important;

    color: #000 !important;

}

.bg-green {

    background-color: #16f16c !important;

    color: #000 !important;

}

.bg-white td {

    max-width: 200px;

    word-wrap: break-word !important;

}


.bg-black td {

    max-width: 200px;

    word-wrap: break-word !important;

}


.table-reportistica th:first-child, .table-reportistica td:first-child {

    width: 40px;

    min-width: 40px;

}


.read-more-container {

    position: relative;

}


.read-more-content {

    overflow: hidden;

    max-height: 3em; /* Imposta l'altezza massima in base al numero di righe desiderato */

    margin-bottom: 1em; /* Spazio tra il testo e il pulsante "Leggi di più" */

    text-align: left;

}


.read-more-trigger {

    position: absolute;

    bottom: -20px;

    left: 0;

    padding: 0;

    cursor: pointer;

    border: 0;

}


.ris-alta {

    color: #fff !important;

    background-color: #13c4a3;

    border-radius: 50px;

    padding: 5px;

}


.ris-media {

    color: #fff !important;

    background-color: #1e9ce1;

    border-radius: 50px;

    padding: 5px;

}


.ris-bassa {

    color: #fff !important;

    background-color: #01295f;

    border-radius: 50px;

    padding: 5px;

}


.table-reportistica img {

    max-height: 65px;

    max-width: 65px;

    position: relative;

}


.table-dati-documenti td {

    height: 59px !important;
    padding: 5px !important;
}


.table-dati-vendita td {

    height: 59px !important;
    padding: 5px !important;
}


.table-reportistica td:first-child {
    position: sticky;
    z-index: 100;
    left: 0;
    background-color: #000;
    height: 110px;
}

.table-reportistica td:nth-child(2) {
    position: sticky;
    z-index: 100;
    left: 40px;
    background-color: #000;
    height: 110px;
    min-width: 70px;
}

.table-reportistica i {
    color: #2999d6;
}


.table-reportistica th:first-child {
    position: sticky;
    z-index: 10000;
    left: 0px;
    background-color: #000 !important;
}

.table-reportistica th:nth-child(2) {
    position: sticky;
    z-index: 1000;
    left: 40px;
    background-color: #000 !important;
    min-width: auto !important;
}


.table-reportistica .bg-white th:nth-child(3), .table-reportistica .bg-white td:nth-child(3) {

    position: sticky;

    z-index: 2;

    background-color: #fff !important;

}


.table-reportistica .bg-grigio th:nth-child(3), .table-reportistica .bg-grigio td:nth-child(3) {

    position: sticky;

    z-index: 2;

    background-color: #f5f5f5 !important;

}


/*stili tabella docuemnti*/

.table-dati-documenti i {
    position: absolute;
    right: 5px;
    top: 5px;
}

.table-dati-documenti thead th {
    min-height: auto !important;
    min-width: 150px !important;
}


/*stili tabella vendite*/

.table-dati-vendita i {
    position: absolute;
    right: 5px;
    top: 5px;
}


.table-dati-vendita thead th {
    min-height: auto !important;
    /*min-width: 100px !important;*/
}

.menu-fix-documenti p {
    cursor: pointer;
    padding-top: 15px;
}

.menu-fix-documenti select {
    cursor: pointer;
    margin-top: 15px;
    margin-top: 15px;
    background-color: #000 !important;
    color: #fff !important;
    border: none !important;
}

.menu-fix-documenti {
    margin-top: 215px;
    position: fixed;
    z-index: 9999999 !important;
}

.menu-fix-vendite p {
    cursor: pointer;
    padding-top: 15px;
}

.menu-fix-vendite select {
    cursor: pointer;
    margin-top: 15px;
    margin-top: 15px;
    background-color: #000 !important;
    color: #fff !important;
    border: none !important;
}

.menu-fix-vendite {
    margin-top: 305px;
    position: fixed;
    z-index: 99999 !important;
}

.table-vendita-space {
    margin-top: 370px;
}

.space-top-totali {
    margin-top: 350px !important;
    z-index: 999999 !important;
}

@media (max-width: 1000px) {
    .space-top-totali {
        margin-top: 90px !important;
    }
}

.space-top-totali-documenti {
    margin-top: 264px !important;
    z-index: 999999 !important;
}

@media (max-width: 1000px) {
    .space-top-totali-documenti {
        margin-top: 90px !important;
    }
}

/* Stile per la prima colonna tabella vendita*/

.custom-th, .custom-td {
    position: relative;
}

/* Stile per il menu dropdown */

.dropdown-menu {
    display: none;
    position: absolute;
    top: 30px; /* Posiziona il menu subito sotto la freccina */
    left: 0;
    background-color: white;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 99999; /* Z-index alto per far passare il menu sopra tutto */
    width: 200px;
}

.dropdown-menu a {
    color: black;
    padding: 5px;
    text-decoration: none;
    display: block;
    font-size: 12px;
}

.dropdown-menu a:hover {
    background-color: #ddd;
}

 .dropdown-menu .inner .show {
     min-width: -moz-available !important;
 }

/* Classe per aumentare lo z-index del contenitore */
.z-index-high {
    z-index: 1000000 !important;
}


/*img in lightbox*/


#baguetteBox-overlay .full-image img {

    max-height: 90% !important;

}


/*ricerca data*/


.ricerca-data input {

    width: 100%;

    padding: 5px 10px;

    color: #898989;

}


.ricerca-data select {
    width: 100%;
    padding: 7px 10px;
    color: #898989;
    background-color: #fff !important;
    border: 1px solid #898989;
}

.bootstrap-select > .dropdown-toggle {
    width: 100% !important;
    padding: 6px 10px !important;
    color: #898989 !important;
    background-color: #fff !important;
    border: 1px solid #898989 !important;
    margin-top: 10px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border-radius: 0 !important;
}

.dropdown select {
    padding: 0 !important;
    border: none;
    font-family: inherit;
    font-size: inherit;
    margin-left: 5px;
    padding-right: 30px !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    /*width: 100%!important;*/
}


.ricerca-data button {

    width: 100%;

    padding: 7px 10px;

    color: #fff;

}


.btn-black {

    background-color: #000;

    color: #fff;

    border: none;

    margin-top: 25px !important;

    margin-bottom: 20px;

}


/*pagination sezione download*/


.pagination-download {

    display: flex;

    align-items: center;

    list-style: none;

    margin: 0;

    padding: 0;

}


.page-item-download {

    display: flex;

    align-items: center;

    height: 100%;

    margin-right: 10px; /* Aggiungi spaziatura tra gli elementi se necessario */

    padding-left: 10px;

}

.btn-download-excel {

    padding: 9px !important;

    height: 100%;

    border: none !Important;

    background-color: #000;

    color: #fff !Important;

    border-radius: 5px;

}


.download-size-selector {

    height: 100%;

    margin: 0;

}


.navbar.fixed-top {

    position: fixed;

    width: 100%;

    top: 0;

    z-index: 9999999999; /* Z-index alto per assicurarti che il menu sia sopra gli altri elementi sulla pagina */

}


.fixed-section {

    position: fixed;

    width: 100%;

    top: 50px;

    z-index: 3; /* Z-index alto per assicurarti che la sezione sia sopra gli altri elementi sulla pagina */

    background-color: #f0f0f0; /* Colore di sfondo per la sezione fissa */

    padding-top: 0px;

}


.read-more-trigger {

    color: #1e9ce1;

}


/*Pagina login*/


.container-login {
    background-image: url("https://ipa.3-v.it//images/IPA-Stock-bg-login-desk.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding-top: 70px;
}

.box-login {
    width: 100%;
    margin: auto; /* Centra orizzontalmente */
}


.box-login h2 {
    color: #fff !important;
    font-size: 25px !important;
    font-weight: 700;
}

.box-login label {
    color: #fff !important;
    font-size: 15px !Important;
}

.box-login label a {
    color: #fff !important;
    font-size: 15px !Important;
}

.form-100 {
    margin-bottom: 15px;
}

.form-100 input {
    background-color: transparent !important;
    border: 0px !important;
    border-bottom: 2px solid #fff !important;
    border-radius: 0px !important;
    color: #fff !important;
}

.form-100 input::placeholder {
    font-size: 12px !Important;
    color: #fff !important;
}

.btn-submit button {
    background-color: #000 !important;
    border: 0px !important;
    padding: 10px !Important;
    color: #fff !Important;
    font-weight: 700;
}


.login-info h2 {
    color: #000;
    font-size: 25px !important;
    line-height: 35px !important;
    font-weight: 700;
}

.login-info p {
    color: #666;
}

.login-info ul li {
    color: #666;
}

.login-info button {
    color: #fff;
    background-color: #000;
    border: none;
    padding: 10px;
    margin-bottom: 20px;
}

.box-login {
    background-color: rgba(0, 0, 0, 0.5) !important;
    border: 2px solid #fff;
    padding: 30px;
}

.box-login-sx {
    padding-left: 0px;
    padding-right: 60px;
}

.box-login-dx {
    padding-left: 60px;
}


/*tabella*/

.view-table nav {
    margin-right: 30px;
}

.view-table {
    display: flex;
}


/*tabella dati vendita all'interno del modale*/


.custom-modal-dialog {
    max-width: 90%;
}


.table-modal {

    max-height: 60vh !important;

}


.table-modal .table-reportistica th:first-child,
.table-modal .table-reportistica td:first-child {

    width: auto;

    min-width: auto;

}

#modal_dati_fatturazione .table-dati-vendita thead th:first-child,
#modal_dati_fatturazione .table-dati-vendita thead td:first-child {
    min-height: 40px !important;
    min-width: 40px !important;
}

#modal_dati_fatturazione .table-dati-documenti thead th:first-child,
#modal_dati_fatturazione .table-dati-documenti thead td:first-child {
    min-height: 40px !important;
    min-width: 40px !important;
}

.select-copy {
	width: 120px;
	background-color: transparent;
	color: #FFF;
	border: none;
	position: absolute;
	left: auto;
	bottom: 5px;
	left: 25px;
}

@media (max-width: 1200px) {


    /*ricerca clienti - anagrafica clienti*/
    .ricerca-desk {

        margin-top: 70px;
    }


    .ricerca-data {

        font-size: 10px !important;

        line-height: 16px !important;

    }


    .ricerca-clienti .form-control {

        font-size: 10px;

    }


    .logo-navbar img {

        max-width: 60px;

    }


    .nav-link {

        font-size: 10px;

    }


    .navbar-expand-lg .navbar-nav .nav-link {

        padding-right: 0.3rem;

        padding-left: 0.3rem;

    }

    /*menu fix vendite*/
    .menu-fix-vendite {
        margin-top: 0px;
    }


    .table-vendita-space {
        margin-top: 270px;
    }


    /*menu fix documenti*/
    .space-documenti {
        margin-top: 231px !important;
    }

    .space-totale-risultati {
        margin-top: 200px !important;
    }


}


@media (max-width: 991px) {


    body {

        font-family: 'Montserrat', sans-serif;

        font-size: 11px !important;

        line-height: 16px !important;

    }


    h1 {

        font-size: 18px !important;

        line-height: 28px !important;

    }


    h2 {

        font-size: 14px !important;

        line-height: 19px !important;

    }

    .no-desktop {
        display: block;
    }

    .no-mobile {
        display: none;
    }


    .style-btn a {

        font-size: 14px !important;

        line-height: 19px !important;

    }


    .form-clienti {

        padding-top: 150px;

    }


    /*elenco sx clienti*/
    .elenco-clienti {

        display: none;

    }


    .elenco-clienti-mobile {

        display: block;

    }


    .icon-clienti-40 {

        margin-right: 50px;

        margin-left: 50px;

    }


    .box-clienti {

        border-right: 0px;

    }


    .space-top-10-mb {

        margin-top: 10px;

    }


    .space-top-mobile {

        margin-top: 20px;

    }


    .border-bottom-grigio {

        border-bottom: 0px;

        margin-bottom: 0px;

    }


    /*ricerca download*/
    .ricerca-desk {

        display: none !important;


    }


    .ricerca-mobile {

        display: block !important;

    }


    .btn-black {

        margin-bottom: 0px;

    }


    .btn-download-excel {

        height: auto;

    }

    .ricerca-clienti .input-group {

        width: 100%;

        margin-left: 0%;

    }

    .btn-download-excel {

        width: 100%;

    }

    .view-table a {
        width: 33.3%;
    }

    .download-size-selector {
        font-size: 11px;
    }


    /*tabella reportistica download*/
    .box-table-reportistica {

        margin-top: 0px;

        padding-top: 20px;

    }

    .box-table-vendite {

        margin-top: 0px;

        padding-top: 20px;

    }


    .table-reportistica th, .table-reportistica td {

        min-width: 120px;

        max-width: 180px;

    }

    .table-reportistica th,
    .table-reportistica td {

        padding: 5px 15px;

    }

    /*stili tabella docuemnti*/
    .table-dati-documenti thead th {
        min-height: auto !important;
        min-width: auto !important;
        padding-top: 10px;
    }


    /*stili tabella vendite*/
    .table-dati-vendita thead th {
        min-height: auto !important;
        min-width: auto !important;
        padding-top: 10px;
    }


    /*Pagina login*/
    .container-login {
        background-image: url("https://ipa.3-v.it//images/IPA-Stock-bg-login.jpg");
    }

    .box-login {
        margin-bottom: 50px;
    }

    .box-login-dx {
        padding-left: 0px;
    }

    .login-info h2 {
        color: #fff;
    }

    .login-info p {
        color: #fff;
    }

    .login-info ul li {
        color: #fff;
    }

    .box-login-sx {
        padding-left: 0px;
        padding-right: 0px;
    }


    /*tabella dati vendita all'interno del modale*/
    .table-modal .table-reportistica th:first-child,
    .table-modal .table-reportistica td:first-child {

        width: 70px;

        min-width: 70px;

    }

    .table-vendita-space {
        margin-top: 120px;
    }

    /*menu fix documenti*/
    .space-documenti {
        margin-top: 0px !important;
    }

    .space-totale-risultati {
        margin-top: 0px !important;
    }


}


@media (max-width: 767px) {


    body {

        font-family: 'Montserrat', sans-serif;

        font-size: 11px !important;

        line-height: 16px !important;

    }


    h1 {

        font-size: 18px !important;

        line-height: 28px !important;

    }


    h2 {

        font-size: 14px !important;

        line-height: 19px !important;

    }

    .no-desktop {
        display: block;
    }

    .no-mobile {
        display: none;
    }


    .form-clienti {

        padding-top: 155px;

    }


    .fixed-section {

        padding-top: 10px;

    }


    .style-btn a {

        font-size: 14px !important;

        line-height: 19px !important;

    }


    .style-btn p {

        display: none;

    }


    /*elenco sx clienti*/
    .elenco-clienti {

        display: none;

    }


    .elenco-clienti-mobile {

        display: block;

    }


    .icon-clienti-40 {

        margin-right: 50px;

        margin-left: 50px;

    }


    .box-clienti {

        border-right: 0px;

    }

    .btn-download-excel {

        height: auto;

    }

    .ricerca-clienti .input-group {

        width: 100%;

        margin-left: 0%;

    }


    .btn-download-excel {

        width: 100%;

    }


    /*form accordion clienti*/
    .space-top-mobile {

        margin-top: 20px;

    }


    .space-top-10-mb {

        margin-top: 10px;

    }


    .border-bottom-grigio {

        border-bottom: 0px;

        margin-bottom: 0px;

        padding-bottom: 0px;

    }

    .table-reportistica th,
    .table-reportistica td {

        padding: 5px 15px;

    }

    /*stili tabella documenti*/
    .table-dati-documenti thead th {
        min-height: auto !important;
        min-width: 120px !important;
        padding-top: 20px;
    }

    .table-dati-documenti i {
        position: absolute;
        top: 13px;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .table-dati-documenti th:nth-child(2) {
        position: sticky;
        z-index: 100000;
        left: 45px;
        background-color: #000 !important;
        min-width: auto !important;
    }

    .table-dati-documenti td:nth-child(2) {
        left: 45px !important;
    }

    .table-dati-documenti th:nth-child(2) {
        left: 45px !important;
    }


    /*stili tabella vendite*/
    .table-dati-vendita thead th {
        min-height: auto !important;
        min-width: 120px !important;
        padding-top: 20px;
    }

    .table-dati-vendita i {
        position: absolute;
        top: 13px;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .table-dati-vendita th:nth-child(2) {
        position: sticky;
        z-index: 100000;
        left: 45px;
        background-color: #000 !important;
        min-width: auto !important;
    }

    .table-dati-vendita td:nth-child(2) {
        left: 45px !important;
    }

    .table-dati-vendita th:nth-child(2) {
        left: 45px !important;
    }

    .input_pubb {
        position: absolute;
        top: 13px !important;
        left: 50%;
        transform: translate(-50%, -50%);
    }


    /*Pagina login*/
    .container-login {
        background-image: url("https://ipa.3-v.it//images/IPA-Stock-bg-login.jpg");
    }

    .box-login {
        margin-bottom: 50px;
    }

    .box-login-dx {
        padding-left: 0px;
    }

    .login-info h2 {
        color: #fff;
    }

    .login-info p {
        color: #fff;
    }

    .login-info ul li {
        color: #fff;
    }

    .box-login-sx {
        padding-left: 0px;
        padding-right: 0px;
    }


    /*tabella*/
    .view-table nav {
        margin-right: 0px;
        width: 33.3%;
    }

    .pagination-download {
        display: block;
        padding-bottom: 10px;
    }

    .page-item-download {
        padding-left: 0px;
    }

    .btn-download-excel {

        margin-top: 18px;

        height: 30px;

        padding: 5px !important;

    }

    .view-table a {
        width: 33.3%;
    }

    .download-size-selector {

        font-size: 11px;

        height: 33px;

    }


    /*tabella dati vendita all'interno del modale*/
    .table-modal .table-reportistica th:first-child,
    .table-modal .table-reportistica td:first-child {

        width: 70px;

        min-width: 70px;

    }


    /*Tabella*/
    .table-reportistica th:first-child, .table-reportistica td:first-child {

        width: 30px;

        min-width: 30px;

    }


    .table-reportistica td:nth-child(2) {
        left: 30px;
    }

    .table-reportistica th:nth-child(2) {
        left: 30px;
    }

    .table-reportistica th, .table-reportistica td {

        min-width: 80px;

        max-width: 80px;

    }


}

