@import "select2-popover.css";
/*.modal-body {
    position: relative;
    overflow-y: auto;
    max-height: 750px;
    padding: 0px;
    overflow-x: hidden;
}*/

.popover {
    background: #4bafd7;

}

.fakeDisabledA {
    color: #222 !important;
    /*background-color: #eee;*/
    /*padding-left: 37px;*/
    display: block;
    position: relative;
    font-family: "Calibri", "Droid Sans", "Verdana", "Arial", "sans-serif";
    font-style: italic;
    opacity: 0.6;
    cursor: not-allowed;
}

.popover-body {
    color: #ffffff;
}

.popover>.arrow {
    color: #4bafd7;
}

.arrow::after,
.bs-popover-left .arrow::after {
    border-left-color: #4bafd7 !important;
}


.datepicker table tr td.disabled {
    opacity: 0.4 !important;
}

.dataTables_processing {
    z-index: 105
}

div.dataTables_processing {
    position: fixed !important;
    background-color: rgb(255 255 255 / 75%) !important;
    border: 0 !important;
    border-radius: 0.5rem !important;
    outline: 0 !important;
    z-index: 105 !important;
    width: 100% !important;
    left: 0px !important;
    top: 0 !important;
    height: 100% !important;
    margin-left: 0 !important;
    margin-top: 0px !important;
}

div.dataTables_processing>.fa-stack {
    margin-top: 25% !important;
    width: 7.5em;
}

/*//NASCONDE NEL FRECCE NEL TYPE NUMBER*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.dataTables_wrapper .dataTables_info {
    width: 50%;
    float: left;
}

div.dataTables_wrapper div.dataTables_paginate {
    width: 50%;
    float: left;
}

div.dataTables_wrapper div.dataTables_filter input {
    width: 70% !important;
}

.center-col {
    text-align: left !important;
    width: 83% !important;
}

.left-col {
    width: 23% !important;
}

.right-col {
    width: 17% !important;
}


/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/*-------------------------------------*/
.dataTables_scrollHeadInner {
    width: 100% !important;
}

.bot_datatables {
    margin-right: 5px;
    border: solid 0px !important;
    border-radius: 4px !important;
    width: 115px;
}

.buttons-excel {
    background-color: green !important;
    color: #ffffff !important;
    /*    margin-right:10px;*/
}

.buttons-pdf {
    background-color: red !important;
    color: #ffffff !important;
    padding: 0.65rem 1.3rem;

}

/*primo valore dell'elenco select2 non deve essere evidenzionato col background grigio*/
.select2-container--default .select2-results__option:first-child {
    background-color: #ffffff !important;
}

input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

input[type=checkbox].css-checkbox+label.css-label {
    padding-left: 30px;
    height: 25px;
    display: inline-block;
    line-height: 25px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 25px;
    vertical-align: middle;
    cursor: pointer;
}

input[type=checkbox].css-checkbox:checked+label.css-label {
    background-position: 0 -25px;
}

label.css-label {
    background-image: url(http://csscheckbox.com/checkboxes/u/csscheckbox_391ce065f36b1460c4845fa9b5173fba.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tbLow th,
.tbLow td {
    text-align: center;
}

.add_line {
    color: #000;
    cursor: pointer;
    margin-left: 6px;
    padding: 6px;
    height: 20px;
    display: inline-table;
    font-weight: 500;
}

.form-control.filled[readonly] {
    border: 1px solid #dedede !important;
    box-shadow: 0.3px 0.3px 0.3px 0.3px gray;
    background-color: #F0F0F0;
}

.form-control.filled[disabled] {
    border: 1px solid #dedede !important;
    box-shadow: 0.3px 0.3px 0.3px 0.3px gray;
    background-color: #F0F0F0;
}

.bot_attivo {
    box-shadow: 0 0 0 0.2rem rgba(113, 126, 226, 0.5) !important;
}

.intestazione {
    background-color: #3f8ebc;
    border-radius: 4px;
    font-size: 20px;
    color: #fff;
    padding: 5px 5px 5px 15px;
    margin: 0px 0px 20px 0px;
    font-weight: bold;
}


.ultima_riga {
    border-top: solid 1px #dedede;
    padding-top: 10px;
}

.dataTables_wrapper .dataTable thead tr {
    background-color: #3f8ebc;
}

.dataTables_wrapper .dataTable thead tr th {
    color: #ffffff !important;
}

.dataTables_wrapper .col {
    padding: 0;
}

.dataTables_wrapper .top {
    overflow: auto;
}

.riga_grigia {
    background-color: #f4d9d9 !important;
}

.left-col {
    float: left;
    width: 25%;
}

.center-col {
    float: left;
    width: 50%;
    text-align: right;
}

.right-col {
    float: left;
    width: 25%;
    margin-bottom: 10px;
}

#data_table td {
    vertical-align: top;
}

.ar {
    text-align: right !important;
}

.form-floating-label {
    padding-top: 20px;
}

.form-floating-label .my_placeholder {
    position: absolute;
    padding: 0;
    /*    padding-left:1.5rem;*/
    transition: all .2s;
    opacity: .8;
    margin-bottom: 0 !important;
    font-size: 14px !important;
    font-weight: 400;
    top: 30px;
    display: flex;
    align-items: center;
    left: 21px;
    overflow: hidden;
    white-space: nowrap;
    max-width: 75%;
}

.form-floating-label .my_placeholder_sim {
    position: absolute;
    padding: 0;
    margin-bottom: 0 !important;
    font-size: 13px !important;
    top: -34px;
    opacity: 1;
    font-weight: 600;
    display: flex;
    align-items: center;
    height: 100%;
}

.form-floating-label .form-control:focus+.my_placeholder,
/*.form-floating-label .form-control:valid + .my_placeholder, */
/* da problemi con not required => sostituisco con: */
.form-floating-label .form-control:valid:required+.my_placeholder,
/*.form-floating-label .form-control:success + .my_placeholder,*/
.form-floating-label .form-control.filled+.my_placeholder {
    /*font-size:90%!important;*/
    font-size: 13px !important;
    transform: translate3d(0, -25px, 0);
    top: 18px;
    left: 11px;
    opacity: 1;
    padding: .375rem 0 .75rem;
    font-weight: 600;
    color: #495057 !important;
}

.form-floating-label .error+.my_placeholder,
.form-floating-label.has-error .my_placeholder_sim,
.form-floating-label.has-success .my_placeholder_sim {
    /*font-size:90%!important;*/
    font-size: 13px !important;
    /*transform:translate3d(0,-41px,0);*/
    top: -46px;
    opacity: 1;
    padding: .375rem 0 .75rem;
    font-weight: 600;
    color: #495057 !important;
}

.form-control.filled {
    border: 1px solid #1572e8 !important;
}

.select2-container--bootstrap .select2-selection {
    background-color: #fff;
    border: 1px solid #ebedf2;
    border-radius: 4px;
    color: inherit;
    font-size: 13px;
    outline: 0;
    line-height: 1.5 !important;
}

.select2-container--bootstrap .select2-search__field::placeholder {
    color: #999;
    opacity: 1;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    background-color: #fff;
    border: 1px solid #ebedf2;
    border-radius: 4px;
    color: #555;
    font-size: 13px;
    padding: 4px 10px;
}

.select2-container--bootstrap .select2-selection__clear {
    color: #999;
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px;
}

.select2-container--bootstrap .select2-selection--single {
    height: 40px;
    line-height: 1.42857143;
    padding: 0.6rem 1rem;
}

.BIANCO {
    background-color: #F7F7F7;
    color: #000;
}

.BIANCO .text {
    color: #000 !important;
}

.ARANCIO {
    background-color: #fd7e14;
    color: #000;
}

.ARANCIO .text {
    color: #000 !important;
}

.VERDE {
    background-color: #008200;
    color: #FFF;
}

.VERDE .text {
    color: #FFF !important;
}

.GIALLO {
    background-color: #ffc107;
    color: #000;
}

.GIALLO .text {
    color: #000 !important;
}

.BLU {
    background-color: #0000FF;
    color: #FFF;
}

.BLU .text {
    color: #FFF !important;
}

.ROSSO {
    background-color: #FF0000;
    color: #FFF;
}

.ROSSO .text {
    color: #FFF !important;
}

.ROSA {
    background-color: #FFC0CB;
    color: #000;
}

.ROSA .text {
    color: #000 !important;
}

.ROSSO-SELECT {
    background-color: #ff7e7e73;
    color: #FF0000;
    font-weight: bolder !important;
}

.ROSSO-SELECT .text {
    color: #FF0000 !important;
    font-weight: bolder !important;
}

/* Tooltip text */
.tooltip .tooltip-inner {
    width: 150px;
    background-color: #555;
    color: #fff;
    text-align: left;
    padding: 10px 10px;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -75px;
}

/* Tooltip arrow */
.tooltip .tooltip-inner::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.t_operatore {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    text-align: left;
}

.t_orari {
    text-align: left;
}

.t_lead {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.t_cell {
    white-space: nowrap;
    border-bottom: 1px solid #ddd;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    /*margin-bottom: 10px;*/
}

.t_cell_right {
    text-align: right;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.t_indirizzo {
    text-align: left;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.esitowhite {
    background-color: #F7F7F7 !important;
    color: #000 !important;
}

.esitowhite>.fc-event-main {
    color: #000 !important;
}

.esitopink {
    background-color: #FFC0CB !important;
    color: #000 !important;
}

.esitopink>.fc-event-main {
    color: #000 !important;
}

.esitoyellow {
    background-color: #ffc107 !important;
    color: #000 !important;
}

.esitoyellow>.fc-event-main {
    color: #000 !important;
}

.esitored {
    background-color: #FF0000 !important;
    color: #FFF !important;
}

.esitored>.fc-event-main {
    color: #FFF !important;
}

.esitoblue {
    background-color: #0000FF !important;
    color: #FFF !important;
}

.esitoblue>.fc-event-main {
    color: #FFF !important;
}

.esitogreen {
    background-color: #008200 !important;
    color: #FFF !important;
}

.esitogreen>.fc-event-main {
    color: #FFF !important;
}

.dataTables_wrapper .dataTable .selected th,
.dataTables_wrapper .dataTable .selected td {
    background-color: #9ec1df;
    color: #000 !important;
    font-weight: bolder !important;
}

table.dataTable.display tbody>tr.odd.selected>.sorting_1,
table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_1 {
    background-color: #9ec1df !important;
    color: #000 !important;
    font-weight: bolder !important;
}

.dataTables_wrapper .dataTable .selected th a,
.dataTables_wrapper .dataTable .selected td a {
    color: #3f8ebc !important;
    font-weight: bolder !important;
}

#data_table td {
    /*color: #030404 !important;*/
    color: #000 !important;
    font-weight: 500 !important;
    border-bottom: 1px solid black;
    font-size: 1.1em;
}

#data_table td.prenotato {
    color: #FF0000 !important;
    font-weight: 500 !important;
    font-style: italic;
    text-decoration: underline;
}

#data_table tr.odd {
    background-color: #E2E2E2;
}

#data_table tr.even {
    background-color: white;
}

#data_table tr.locked {
    background-color: #FFC7CE;
}

#data_table tr.locked td {
    color: #9C0006 !important;
}

#data_table tr.opposto {
    background-color: #000;
}

#data_table tr.opposto td {
    color: #FFF !important;
}

.operative {
    color: black;
    font-weight: 600;
}

.deselectable~.dropdown-menu .bs-actionsbox .bs-select-all {
    display: none;
}

.deselectable~.dropdown-menu .bs-actionsbox .bs-deselect-all {
    width: 100%;
}

table.storicoTable {
    border: 1px solid #1C6EA4;
    background-color: #EEEEEE;
    width: 95%;
    text-align: left;
    border-collapse: collapse;
    margin: 5px auto 30px auto;
}

table.storicoTable td,
table.storicoTable th {
    border: 1px solid #AAAAAA;
    padding: 7px 5px;
}

table.storicoTable tbody td {
    font-size: 13px;
}

table.storicoTable tr:nth-child(even) {
    /*background: #D0E4F5;*/
}

table.storicoTable thead {
    background: #3f8ebc;
    background: -moz-linear-gradient(top, #416893 0%, #1b4a7d 66%, #3f8ebc 100%);
    background: -webkit-linear-gradient(top, #416893 0%, #1b4a7d 66%, #3f8ebc 100%);
    background: linear-gradient(to bottom, #416893 0%, #1b4a7d 66%, #3f8ebc 100%);
    border-bottom: 2px solid #444444;
}

table.storicoTable thead th {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    border-left: 2px solid #D0E4F5;
}

table.storicoTable thead th:first-child {
    border-left: none;
}

table.storicoTable tfoot td {
    font-size: 14px;
}

table.storicoTable tfoot .links {
    text-align: right;
}

table.storicoTable tfoot .links a {
    display: inline-block;
    background: #1C6EA4;
    color: #FFFFFF;
    padding: 2px 8px;
    border-radius: 5px;
}

table.storicoTable td:nth-child(1) {
    background: #1C6EA4;
    background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    border-bottom: 2px solid #444444;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    border-left: 2px solid #D0E4F5;
    width: 25%;
}

.kt-aside-menu {
    /* background-color: #ffffff; */
    background-color: #3f8ebc !important;
}

.kt-portlet__head-actions a.ins_edit {
    background-color: #3f8ebc !important;
}

.kt-portlet__head-actions a.ins_edit:hover {
    background-color: #02366f !important;
}

.kt-aside__brand {
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--open>.kt-menu__heading .kt-menu__link-text,
.kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--open>.kt-menu__link .kt-menu__link-text {
    /*        color: #ffffff ; */
    color: #ffffff
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--open>.kt-menu__heading .kt-menu__link-icon,
.kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--open>.kt-menu__link .kt-menu__link-icon {
    /*        color: #ffffff ; */
    color: #ffffff
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--open>.kt-menu__heading .kt-menu__link-icon svg g [fill],
.kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--open>.kt-menu__link .kt-menu__link-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    /*          fill: #ffffff;*/
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--open>.kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
.kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--open>.kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--open>.kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot>span,
.kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--open>.kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot>span {
    background-color: #ffffff;
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--open>.kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line>span,
.kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--open>.kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line>span {
    background-color: #ffffff;
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--open>.kt-menu__heading .kt-menu__ver-arrow,
.kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--open>.kt-menu__link .kt-menu__ver-arrow {
    color: #ffffff;
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--here {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--here>.kt-menu__heading,
.kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--here>.kt-menu__link {
    background-color: #f6f7fd;
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--here>.kt-menu__heading .kt-menu__link-text,
.kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--here>.kt-menu__link .kt-menu__link-text {
    color: #ffffff;
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--here>.kt-menu__heading .kt-menu__link-icon,
.kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--here>.kt-menu__link .kt-menu__link-icon {
    color: #ffffff;
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--here>.kt-menu__heading .kt-menu__link-icon svg g [fill],
.kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--here>.kt-menu__link .kt-menu__link-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--here>.kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
.kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--here>.kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--here>.kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot>span,
.kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--here>.kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot>span {
    background-color: #ffffff;
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--here>.kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line>span,
.kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--here>.kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line>span {
    background-color: #ffffff;
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--here>.kt-menu__heading .kt-menu__ver-arrow,
.kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--here>.kt-menu__link .kt-menu__ver-arrow {
    color: #ffffff;
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--active {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--active>.kt-menu__heading,
.kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--active>.kt-menu__link {
    background-color: #02366f;
    color: #07b6fb !important;
}

/* .kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--active>.kt-menu__heading .kt-menu__link-text,
.kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--active>.kt-menu__link .kt-menu__link-text {
    color: #ffffff;
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--active>.kt-menu__heading .kt-menu__link-icon,
.kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--active>.kt-menu__link .kt-menu__link-icon {
    color: #ffffff !important;
} */

.kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--active>.kt-menu__heading .kt-menu__link-icon svg g [fill],
.kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--active>.kt-menu__link .kt-menu__link-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    /*          fill: #ffffff;*/
    fill: #ffffff;
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--active>.kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
.kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--active>.kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--active>.kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot>span,
.kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--active>.kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot>span {
    background-color: #ffffff;
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--active>.kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line>span,
.kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--active>.kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line>span {
    background-color: #ffffff;
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--active>.kt-menu__heading .kt-menu__ver-arrow,
.kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--active>.kt-menu__link .kt-menu__ver-arrow {
    color: #ffffff;
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover>.kt-menu__heading,
.kt-aside-menu .kt-menu__nav>.kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover>.kt-menu__link {
    background-color: #02366f;
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover>.kt-menu__heading .kt-menu__link-text,
.kt-aside-menu .kt-menu__nav>.kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover>.kt-menu__link .kt-menu__link-text {
    color: #ffffff;
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover>.kt-menu__heading .kt-menu__link-icon,
.kt-aside-menu .kt-menu__nav>.kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover>.kt-menu__link .kt-menu__link-icon {
    color: #ffffff;
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover>.kt-menu__heading .kt-menu__link-icon svg g [fill],
.kt-aside-menu .kt-menu__nav>.kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover>.kt-menu__link .kt-menu__link-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover>.kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
.kt-aside-menu .kt-menu__nav>.kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover>.kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover>.kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot>span,
.kt-aside-menu .kt-menu__nav>.kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover>.kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot>span {
    background-color: #ffffff;
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover>.kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line>span,
.kt-aside-menu .kt-menu__nav>.kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover>.kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line>span {
    background-color: #ffffff;
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover>.kt-menu__heading .kt-menu__ver-arrow,
.kt-aside-menu .kt-menu__nav>.kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover>.kt-menu__link .kt-menu__ver-arrow {
    color: #ffffff;
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__heading .kt-menu__link-icon,
.kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__link-icon {
    color: #ffffff;
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__link:hover {
    background-color: #02366f;
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active {
    background-color: #02366f;
}

.compensi-dettaglio {
    color: #ebedf2;
    background-color: #3f8ebc;
    border-color: #ebedf2;
    font-weight: bolder;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px;
    margin: 0px;
}

.storno {
    background-color: #ffc9c9;
}

.importalead-table th,
.importalead-table td {
    text-align: center;
    vertical-align: middle;
    height: 30px;
    border: 1px solid black !important;
}

#resultImport{
    color: red;
    font-weight: bolder;
    text-align: center;
}