/** TEMA **/


/* COLORI */

:root {
    --blue: #4e73df !important;
    --indigo: #6610f2 !important;
    --purple: #6f42c1 !important;
    --pink: #e83e8c !important;
    --red: #e74a3b !important;
    --orange: #fd7e14 !important;
    --yellow: #f6c23e !important;
    --green: #1cc88a !important;
    --teal: #20c9a6 !important;
    --cyan: #36b9cc !important;
    --white: #fff !important;
    --gray: #858796 !important;
    --gray-dark: #5a5c69 !important;
    --primary: #F55322 !important;
    --secondary: #858796 !important;
    --success: #1cc88a !important;
    --info: #36b9cc !important;
    --warning: #f6c23e !important;
    --danger: #e74a3b !important;
    --light: #f8f9fc !important;
    --dark: #5a5c69 !important;
    --elegant: #27293b !important;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

.bg-elegant {
    background-color: #27293b !important;
    background-image: linear-gradient(224deg, #F55322 0%, #27293b 67%);
}


/*FINE COLORI*/


/* ICONE */

.fa-pala-logo {
    content: "\k123"
}

.fa-pala-logo:before {
    content: "\k123"
}

.fa-panthera-logo {
    content: "\k023"
}

.fa-panthera-logo:before {
    content: "\k023"
}


/* FINE ICONE */

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0061f2;
    transition: width 0.6s ease;
}


/* BARRA NAVIGAZIONE LATERALE */

#accordionSidebar {
    background-color: #14151a;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #5a5c69), to(#27293b));
    background-image: linear-gradient(224deg, #F55322 0%, #27293b 67%);
    background-size: cover
}


/* FINE BARRA NAVIGAZIONE LATERALE */


/* MESSAGGI D'ERRORE */

#error_messages {
    display: block;
}


/* FINE MESSAGGI D'ERRORE */


/* BOTTONI */

.btn-elegant {
    color: #fff !important;
    border-color: #27293b !important;
    background-color: #27293b !important;
}

.btn-primary {
    color: #fff !important;
    background-color: #F55322 !important;
    border-color: #F55322 !important;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #b9401b !important;
    border-color: #b9401b !important;
}

.btn-primary.focus,
.btn-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(105, 136, 228, .5);
    box-shadow: 0 0 0 .2rem rgba(105, 136, 228, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff !important;
    background-color: #4e73df !important;
    border-color: #4e73df !important;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff !important;
    background-color: #2653d4 !important;
    border-color: #244ec9 !important;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(105, 136, 228, .5);
    box-shadow: 0 0 0 .2rem rgba(105, 136, 228, .5)
}

.btn-secondary {
    color: #fff !important;
    background-color: #858796 !important;
    border-color: #858796 !important;
}

.btn-secondary:hover {
    color: #fff !important;
    background-color: #717384 !important;
    border-color: #6b6d7d !important;
}

.btn-secondary.focus,
.btn-secondary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(151, 153, 166, .5);
    box-shadow: 0 0 0 .2rem rgba(151, 153, 166, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff !important;
    background-color: #858796 !important;
    border-color: #858796 !important;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff !important;
    background-color: #6b6d7d !important;
    border-color: #656776 !important;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(151, 153, 166, .5);
    box-shadow: 0 0 0 .2rem rgba(151, 153, 166, .5)
}

.btn-success {
    color: #fff !important;
    background-color: #1cc88a !important;
    border-color: #1cc88a !important;
}

.btn-success:hover {
    color: #fff !important;
    background-color: #17a673 !important;
    border-color: #169b6b !important;
}

.btn-success.focus,
.btn-success:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(62, 208, 156, .5);
    box-shadow: 0 0 0 .2rem rgba(62, 208, 156, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff !important;
    background-color: #1cc88a !important;
    border-color: #1cc88a !important;
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff !important;
    background-color: #169b6b !important;
    border-color: #149063 !important;
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(62, 208, 156, .5);
    box-shadow: 0 0 0 .2rem rgba(62, 208, 156, .5)
}

.btn-info {
    color: #fff !important;
    background-color: #2ea2f0 !important;
    border-color: #2c81c7 !important;
}

.btn-info:hover {
    color: #fff !important;
    background-color: #5ca3ff !important;
    border-color: #518bd8 !important;
}

.btn-info.focus,
.btn-info:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(84, 196, 212, .5);
    box-shadow: 0 0 0 .2rem rgba(84, 196, 212, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff !important;
    background-color: #36b9cc !important;
    border-color: #36b9cc !important;
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff !important;
    background-color: #2a96a5 !important;
    border-color: #278c9b !important;
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(84, 196, 212, .5);
    box-shadow: 0 0 0 .2rem rgba(84, 196, 212, .5)
}

.btn-warning {
    color: #fff !important;
    background-color: #f6c23e !important;
    border-color: #f6c23e !important;
}

.btn-warning:hover {
    color: #fff !important;
    background-color: #f4b619 !important;
    border-color: #f4b30d !important;
}

.btn-warning.focus,
.btn-warning:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(247, 203, 91, .5);
    box-shadow: 0 0 0 .2rem rgba(247, 203, 91, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #fff !important;
    background-color: #f6c23e !important;
    border-color: #f6c23e !important;
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #fff !important;
    background-color: #f4b30d !important;
    border-color: #e9aa0b !important;
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(247, 203, 91, .5);
    box-shadow: 0 0 0 .2rem rgba(247, 203, 91, .5)
}

.btn-danger {
    color: #fff !important;
    background-color: #e74a3b !important;
    border-color: #e74a3b !important;
}

.btn-danger:hover {
    color: #fff !important;
    background-color: #e02d1b !important;
    border-color: #d52a1a !important;
}

.btn-danger.focus,
.btn-danger:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(235, 101, 88, .5);
    box-shadow: 0 0 0 .2rem rgba(235, 101, 88, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff !important;
    background-color: #e74a3b !important;
    border-color: #e74a3b !important;
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff !important;
    background-color: #d52a1a !important;
    border-color: #ca2819 !important;
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(235, 101, 88, .5);
    box-shadow: 0 0 0 .2rem rgba(235, 101, 88, .5)
}

.btn-light {
    color: #3a3b45 !important;
    background-color: #f8f9fc !important;
    border-color: #f8f9fc !important;
}

.btn-light:hover {
    color: #3a3b45 !important;
    background-color: #dde2f1 !important;
    border-color: #d4daed !important;
}

.btn-light.focus,
.btn-light:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 221, 225, .5);
    box-shadow: 0 0 0 .2rem rgba(220, 221, 225, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #3a3b45 !important;
    background-color: #f8f9fc !important;
    border-color: #f8f9fc !important;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #3a3b45 !important;
    background-color: #d4daed !important;
    border-color: #cbd3e9 !important;
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 221, 225, .5);
    box-shadow: 0 0 0 .2rem rgba(220, 221, 225, .5)
}

.btn-dark {
    color: #fff !important;
    background-color: #5a5c69 !important;
    border-color: #5a5c69 !important;
}

.btn-dark:hover {
    color: #fff !important;
    background-color: #484a54 !important;
    border-color: #42444e !important;
}

.btn-dark.focus,
.btn-dark:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(115, 116, 128, .5);
    box-shadow: 0 0 0 .2rem rgba(115, 116, 128, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff !important;
    background-color: #5a5c69 !important;
    border-color: #5a5c69 !important;
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff !important;
    background-color: #42444e !important;
    border-color: #3d3e47 !important;
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(115, 116, 128, .5);
    box-shadow: 0 0 0 .2rem rgba(115, 116, 128, .5)
}

.btn-outline-primary {
    color: #4e73df !important;
    border-color: #4e73df !important;
}

.btn-outline-primary:hover {
    color: #fff !important;
    background-color: #4e73df !important;
    border-color: #4e73df !important;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(78, 115, 223, .5);
    box-shadow: 0 0 0 .2rem rgba(78, 115, 223, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #4e73df !important;
    background-color: transparent !important;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff !important;
    background-color: #4e73df !important;
    border-color: #4e73df !important;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(78, 115, 223, .5);
    box-shadow: 0 0 0 .2rem rgba(78, 115, 223, .5)
}

.btn-outline-secondary {
    color: #858796 !important;
    border-color: #858796 !important;
}

.btn-outline-secondary:hover {
    color: #fff !important;
    background-color: #858796 !important;
    border-color: #858796 !important;
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(133, 135, 150, .5);
    box-shadow: 0 0 0 .2rem rgba(133, 135, 150, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #858796 !important;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff !important;
    background-color: #858796 !important;
    border-color: #858796 !important;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(133, 135, 150, .5);
    box-shadow: 0 0 0 .2rem rgba(133, 135, 150, .5)
}

.btn-outline-success {
    color: #1cc88a !important;
    border-color: #1cc88a !important;
}

.btn-outline-success:hover {
    color: #fff !important;
    background-color: #1cc88a !important;
    border-color: #1cc88a !important;
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(28, 200, 138, .5);
    box-shadow: 0 0 0 .2rem rgba(28, 200, 138, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #1cc88a !important;
    background-color: transparent !important;
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff !important;
    background-color: #1cc88a !important;
    border-color: #1cc88a !important;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(28, 200, 138, .5);
    box-shadow: 0 0 0 .2rem rgba(28, 200, 138, .5)
}

.btn-outline-info {
    color: #36b9cc !important;
    border-color: #36b9cc !important;
}

.btn-outline-info:hover {
    color: #fff !important;
    background-color: #36b9cc !important;
    border-color: #36b9cc !important;
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(54, 185, 204, .5);
    box-shadow: 0 0 0 .2rem rgba(54, 185, 204, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #36b9cc !important;
    background-color: transparent !important;
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff !important;
    background-color: #36b9cc !important;
    border-color: #36b9cc !important;
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(54, 185, 204, .5);
    box-shadow: 0 0 0 .2rem rgba(54, 185, 204, .5)
}

.btn-outline-warning {
    color: #f6c23e;
    border-color: #f6c23e !important;
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #f6c23e !important;
    border-color: #f6c23e !important;
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(246, 194, 62, .5);
    box-shadow: 0 0 0 .2rem rgba(246, 194, 62, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #f6c23e;
    background-color: transparent !important;
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #f6c23e !important;
    border-color: #f6c23e !important;
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(246, 194, 62, .5);
    box-shadow: 0 0 0 .2rem rgba(246, 194, 62, .5)
}

.btn-outline-danger {
    color: #e74a3b;
    border-color: #e74a3b !important;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #e74a3b !important;
    border-color: #e74a3b !important;
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(231, 74, 59, .5);
    box-shadow: 0 0 0 .2rem rgba(231, 74, 59, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #e74a3b;
    background-color: transparent !important;
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #e74a3b !important;
    border-color: #e74a3b !important;
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(231, 74, 59, .5);
    box-shadow: 0 0 0 .2rem rgba(231, 74, 59, .5)
}

.btn-outline-light {
    color: #f8f9fc;
    border-color: #f8f9fc !important;
}

.btn-outline-light:hover {
    color: #3a3b45;
    background-color: #f8f9fc !important;
    border-color: #f8f9fc !important;
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 252, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 252, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fc;
    background-color: transparent !important;
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #3a3b45;
    background-color: #f8f9fc !important;
    border-color: #f8f9fc !important;
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 252, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 252, .5)
}

.btn-outline-dark {
    color: #5a5c69;
    border-color: #5a5c69 !important;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #5a5c69 !important;
    border-color: #5a5c69 !important;
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(90, 92, 105, .5);
    box-shadow: 0 0 0 .2rem rgba(90, 92, 105, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #5a5c69;
    background-color: transparent !important;
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #5a5c69 !important;
    border-color: #5a5c69 !important;
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(90, 92, 105, .5);
    box-shadow: 0 0 0 .2rem rgba(90, 92, 105, .5)
}

.btn-icon-split .icon {
    background: rgba(0, 0, 0, .15);
    display: inline-block;
    padding-top: 0.55rem;
    padding-right: 0.75rem;
    padding-bottom: 0.375rem;
    padding-left: 0.75rem;
}


/* FINE BOTTONI */


/* INPUT INVISIBILI DENTRO LE RIGHE */

.invisible {
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding-bottom: 0px !important;
    height: 0px !important;
    width: 0px !important;
}


/* FINE INPUT INVISIBILI DENTRO LE RIGHE */


/* LINK NON EVIDENZIATI */

.a {
    text-decoration: none;
}


/* FINE INPUT INVISIBILI DENTRO LE RIGHE */


/** FINE TEMA **/


/** TABELLE DATI **/


/* TASTI AZIONE */

.action_btn {
    width: 10px !important;
    max-width: 10px !important;
}


/* FINE TASTI AZIONE */


/* RIGHE TABELLA */


/* tr:hover td {
    background: #b3d7ff;
    color: #000000;
} */

tr.selected td {
    background: #5297e6;
    color: #000000;
}


/* FINE RIGHE TABELLA */


/* TITOLI COLONNE */

table th {
    font-weight: bold;
}


/* FINE TITOLI COLONNE*/


/* TOOLTIP COLONNE TABELLA */

.table-tooltip {
    text-align: center;
}

.tooltip-inner {
    color: #000;
    border-left: 2px solid black;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    border-top: 2px solid black;
    background-color: white;
    opacity: 1 !important;
}


/* FINE TOOLTIP COLONNE TABELLA */


/** FINE TABELLE DATI **/


/** WIZARD **/


/* STEPPER */

.steps-form {
    display: table;
    width: 100%;
    position: relative;
}

.steps-form .steps-row {
    display: table-row;
}

.steps-form .steps-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
}

.steps-form .steps-row .steps-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.steps-form .steps-row .steps-step p {
    margin-top: 0.5rem;
}

.steps-form .steps-row .steps-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.steps-form .steps-row .steps-step .btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    margin-top: 0;
}


/* FINE STEPPER**/


/* ANTEPRIMA IMG MODELLO */

#thumbnail {
    width: 150px;
}

#thumbnail-content {
    width: fit-content;
    height: fit-content;
}


/* FINE ANTEPRIMA IMG MODELLO */


/* BOTTONE UPLOAD IMG MODELLO */

#group_img_modello {
    color: #ffffff;
    background-color: #ce6d1d !important;
    border-color: #ce6d1d !important;
}


/* FINE BOTTONE UPLOAD IMG MODELLO */


/** FINE WIZARD **/


/** CONTEXT MENU **/


/*right click*/

.context-menu ul {
    z-index: 1000;
    position: absolute;
    overflow: hidden;
    border: 1px solid #CCC;
    white-space: nowrap;
    font-family: sans-serif;
    background: #FFF;
    color: #333;
    border-radius: 5px;
    padding: 0;
}


/* Each of the items in the list */

.context-menu ul li {
    padding: 8px 12px;
    cursor: pointer;
    list-style-type: none;
}

.context-menu ul li:hover {
    background-color: #DEF;
}


/** FINE CONTEXT MENU**/