.custom-tabs .nav-item {
    margin-bottom: -2px
}

.custom-tabs .nav-item .nav-link {
    border: 0;
    color: rgba(0, 0, 0, .5);
}

.custom-tabs .nav-item .nav-link:hover {
    border-bottom: 3px solid rgba(253, 126, 20, 0.3);
}

.custom-tabs .nav-item .nav-link.active {
    border-bottom: 3px solid #fd7e14;
    color: #495057
}

.listaWidth-js.nav-tabs {border: none;flex-wrap: nowrap;}
.listaWidth-js.nav-tabs li.nav-item {display: inline-block;vertical-align: top;text-align: center;white-space: nowrap;margin:0 3px;}
.listaWidth-js.nav-tabs li.nav-item .nav-link {font-family: "Sofia Sans Semi Condensed", sans-serif;font-size:0.75em;font-weight: 500;padding:4px 20px;line-height: 160%;}
.listaWidth-js .nav-item .nav-link, .listaWidth-js.nav-tabs .nav-link.active {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
    border-color: transparent;
    background-color:#20caec;
    color: #FFF !important;
    text-transform: uppercase;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
.listaWidth-js.nav-tabs .nav-link.active {
    background-color: #153056;
}

.btn-cerca {font-weight: 700;line-height: normal;letter-spacing: 0.01em;border-radius: 2px;font-family: "Sofia Sans Condensed", sans-serif;border:none;padding:15.5px 30px;text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);text-transform: uppercase;}
/* force select2 to match bootstrap form-control-sm */

.select2,
.select2-selection__rendered {
    line-height: calc(1.5em + .5rem + 2px) !important;
}

.select2-container .select2-selection--single {
    height: calc(1.5em + .5rem + 2px) !important;
}

.select2-selection__arrow {
    height: calc(1.5em + .5rem + 2px) !important;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
    top: 0;
}

.yadcf-filter-wrapper {
    position: relative
}

.yadcf-filter-reset-button {
    width: 1.2em;
    height: 1.2em;
    line-height: 1.15em;
    padding-left: .3em;
    margin-top: .5em;
    border-radius: 100%;
    background-color: #6c757d;
    color: #f8f9fa;
    float: right;
    margin-right: .3em;
    position: absolute;
    top: 0;
    right: 0;
}

.modal-xxl {
    max-width: 90%;
    margin: 3rem auto;
}
.editable-input,.editable-buttons {display: inline-block;}

@media screen and (max-width: 767px){
    div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
        text-align: left !important;
    }
    div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
        padding-left: 0px !important;
        padding-right: inherit !important;
    }
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        margin:0 !important;
        justify-content: start !important;
    }
}

@keyframes beat {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.beat {
    animation: beat 1s infinite;
}

.listaWidth-js {position:relative;white-space: nowrap;overflow: hidden;-webkit-overflow-scrolling: touch;}
.listaWidth-js li {white-space: initial;vertical-align:bottom;}
@media screen and (max-width: 767px) {
    .listaWidth-js {overflow-x:auto;}
}