.text-decoration-line-through {
    text-decoration: line-through !important;
}
.text-decoration-line-through:focus {
    text-decoration: line-through !important;
}
.text-decoration-line-through:visited {
    text-decoration: line-through !important;
}
.text-decoration-line-through:hover {
    text-decoration: line-through !important;
}
a.disabled {
    cursor: default;
}

a .fas {
    color: inherit;
}

/*thead tr.datatable-row {
    border-bottom: 2px solid #EBEDF3;
}

tbody tr.datatable-row {
    border-bottom: 1px solid #EBEDF3;
}*/

/* BORDI */

.sis-border-left {
    border-left: none !important;
}
.sis-border-left.sis-col-3 {
    border-left: none !important;
}

.sis-border-bottom {
    border-bottom: 1px solid #EBEDF3 !important;
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
    border-bottom-color: rgb(235, 237, 243) !important;
}

.sis-border-bottom.sis-col-3 {
    border-bottom: none !important;
}

.dataTable th {
    text-transform: uppercase;
}

/* tablet */
@media (min-width: 768px) {
    .sis-border-left {
        border-left: 1px solid #EBEDF3 !important;
        border-left-width: 1px !important;
        border-left-style: solid !important;
        border-left-color: rgb(235, 237, 243) !important;
    }    
    .sis-border-bottom {
        border-bottom: 1px solid #EBEDF3 !important;
        border-bottom-width: 1px !important;
        border-bottom-style: solid !important;
        border-bottom-color: rgb(235, 237, 243) !important;
    }  

    .sis-border-bottom.sis-col-3 {
        border-bottom: none !important;
    }
}

/* desktop */
@media (min-width: 992px) {
    .sis-border-left {
        border-left: 1px solid #EBEDF3 !important;
        border-left-width: 1px !important;
        border-left-style: solid !important;
        border-left-color: rgb(235, 237, 243) !important;
    }

    .sis-border-left.sis-col-3 {
        border-left: 1px solid #EBEDF3 !important;
        border-left-width: 1px !important;
        border-left-style: solid !important;
        border-left-color: rgb(235, 237, 243) !important;
    }

    .sis-border-left.sis-col-1 {
        border-left: none !important;
    }

    .sis-border-bottom {
        border-bottom: none !important;
    }

    .aside-fixed .aside {
        width: 250px !important;
    }

    .aside-fixed .wrapper {
        padding-left: 200px;
    }
}

 /* Extra Small Devices, Phones */ 
 @media only screen and (min-width : 480px) {
    .border-sm-left {
        border-left: 1px solid #EBEDF3 !important;
    }
    .border-sm-right {
        border-right: 1px solid #EBEDF3 !important;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .border-md-left {
        border-left: 1px solid #EBEDF3 !important;
    }
    .border-md-right {
        border-right: 1px solid #EBEDF3 !important;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .border-lg-left {
        border-left: 1px solid #EBEDF3 !important;
    }
    .border-lg-right {
        border-right: 1px solid #EBEDF3 !important;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .border-xl-left {
        border-left: 1px solid #EBEDF3 !important;
    }
    .border-xl-right {
        border-right: 1px solid #EBEDF3 !important;
    }
}