.dataTables_paginate {
    margin-bottom: 20px !important;
}

.dataTables_length {
    margin-top: 10px !important;
}

.app-header {
    z-index: 999999 !important;
}

.left-sidebar {
    z-index: 9999999 !important;
}

.daterangepicker {
    z-index: 9999999 !important;
}

.modal-dialog {
    margin-top: 150px !important;
}

.paginate_button {
    cursor: pointer;
}

.paginate_button:hover {
    background-color: #B3F1F7;
}

/*1055 modal sopra*/
/*1050 modal sopra*/

.select2-container,
.select2-results {
    z-index: 1049;
}

/* ASTERISCO AUTOMATICO SULLE LABEL REQUIRED */
div.required>label:first-of-type:after {
    content: " *";
    color: red;
}


/* BORDO ROSSO AUTOMATICO SU INPUT E SELECT REQUIRED 
div.required input {
    border-color: red;
}

div.required select {
    border-color: red;
}

div.required .select2-selection {
    border-color: red;
}
*/

.t-contratto {
    border: 1px solid #32B7C4
}

/* SCHERMATA CARICAMENTO */
.schermata-caricamento {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #0c0c0c75;
    flex-direction: column;
    opacity: 0;
    color: white;
    font-size: 25px;
}

/* TOAST */
.toast-container {
    width: 100%;
    max-width: 400px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1055;
    padding: 1rem;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

.toast {
    width: 100%;
    max-width: 400px;
    pointer-events: auto
}

.toast[data-type] {
    position: relative;
    border: 0;
    color: #f8f9fa;
    background: linear-gradient(to bottom right, #4A4A4A, #2B2B2B);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .5);
}

.toast[data-type] .toast-content {
    display: flex;
    align-items: center;
    padding-left: 1rem;
}

.toast[data-type] .toast-icon {
    margin-top: 2px;
    margin-bottom: 7px;
}

.toast[data-type] .toast-body {
    width: 100%;
    padding-left: 1rem;
}

.toast[data-type="info"] {
    background: linear-gradient(to bottom right, #1d4d91, #539BFF)
}

.toast[data-type="warning"] {
    background: linear-gradient(to bottom right, #e29208, #e29208)
}

.toast[data-type="danger"] {
    background: linear-gradient(to bottom right, #d11212, #d11212)
}

.toast[data-type="success"] {
    background: linear-gradient(to bottom right, #28a745, #84b42d)
}

.toast[data-type="primary"] {
    background: linear-gradient(to bottom right, #32B7C4, #32B7C4)
}

/* PER COPIA STRINGA IN CLIPBOARD*/
.mouse-follower {
    position: fixed;
    padding: 3px 6px;
    border-radius: 5px;
    background: black;
    color: white;
    pointer-events: none;
    display: none;
    z-index: 99999999;
}

/* CARICAMENTO "PROCESSING" DI DATATABLES */
div.dataTables_processing {
    z-index: 9999;
    background-color: rgb(0, 0, 0);
    border-radius: 10px;
    position: fixed !important;
    color: white;
    padding: 20px;
}