﻿/* ============ desktop view ============ */

.navbar {
    color: #131419;
}

.dropdown-menu li {
    position: relative;
}

.nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}

.nav-item .submenu-left {
    right: 100%;
    left: auto;
}

.dropdown-menu > li:hover {
    background-color: #f1f1f1
}

.dropdown-menu > li:hover > .submenu {
    display: block;
}

.form-control {
    font-size: 18px;
    color: #424553;
    letter-spacing: 0px;
    display: block;
    line-height: 22px;
    border: 1px solid #aaa;
    width: 100%;
    border-radius: 5px;
    height: 40px;
    padding: 10px;
}
.grid-empty-text {
    color: #666;
    text-align: center !important;
}

.label {
    font-weight: normal !important;
    font-size: 15px !important;
    color: #424553 !important;
    cursor: pointer;
}

.label-box {
    display: inline !important;
    padding:0.6em !important;
    font-size: 70% !important;
    line-height: 1;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: baseline !important;
    border-radius: 0.25em !important;
}

.label-white {
    background-color: #5cb85c;
    color: #fff;
}

.label-success {
    background-color: #5cb85c;
    color: #fff;
}

.label-danger {
    background-color: #d9534f;
    color: #fff;
}

.label-warning {
    background-color: #f0ad4e;
    color: #fff;
}

.label-default {
    background-color: #777;
    color: #fff;
}

.label-primary {
    background-color: #00bcd4;
    color: #fff;
}

.label-info {
    background-color: #5bc0de;
    color: #fff;
}


.paginate_button.active {
    background-color: #00A4B7;
    border-radius: 5px;
    color: #fff !important;
}




.paginate_button.active :hover {
        color: #fff;
    }


.selectize-input {
    border: 1px solid #aaa !important;
    padding: 0 0.75rem !important;
    margin-bottom: 0px !important;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    box-shadow: none;
    height: 40px !important;
    border-radius: 5px !important;
}

.item {
    position: relative;
    font-size: 18px !important;
    padding-top: 0px !important;
    display: inline-block;
    margin-top: 0px !important;
}

.selectize-input.items > input {
    margin-top: -5px !important;
}


.dropdown-menu li a:visited {
    color: #212529;
}


/* AGGIUNTA CLASSI loader */
#loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
}

#loadingcontent {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#loadingspinner, #div-btn-annulla-task {
    position: realtive;
    /*left: 0;
    top: 60%;*/
    vertical-align: middle;
    width: 100%;
    font-size: larger;
    font-weight: bold;
    color: #324b4e;
}
#div-btn-annulla-task {
    text-align: center;
    top: 63%;
}

.loading-g {
        position: absolute;
        left: 0;
        top: 46%;
        text-align: center;
        /*-webkit-box-shadow: 5px 6px 17px 1px rgba(0,0,0,0.4);
    -moz-box-shadow: 5px 6px 17px 1px rgba(0,0,0,0.4);
    box-shadow: 5px 6px 17px 1px rgba(0,0,0,0.4); */
        padding: 12px;
        width: 100%;
}

.loading-g img {
        width: 127px;
}


/* AGGIUNTA CLASSI dropdown-item */
.dropdown-menu.show > li a.dropdown-item,
.dropdown-menu.show > a.dropdown-item,
.dropdown.no-click > .dropdown-menu.show > li a.dropdown-item {
    font-size: 16px;
    line-height: 20px;
    padding: .5rem 1rem
}


a.dropdown-item:visited {
    color: #1e2125;
}


/* AGGIUNTA CLASSI SIMILI PER GRAFICA BASE */
.myContainer {
    padding: 0 40px;
}

button.iq-submit {
    background-color: #00A4B7;
    font-size: 24px;
    letter-spacing: 0px;
    width: 100%;
    height: 65px;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}

.btn-h-max {
    min-height: 44px;
    max-height: 44px;
    margin-left: 5px;
}

.btn-with-icon-return {
    position: relative;
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    padding: 6px 20px;
    letter-spacing: 0px;
    color: #aaa !important;
    font-size: 15px;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
}

    .btn-with-icon-return:hover {
        background-color: #aaa;
        color: #fff !important;
    }


.btn-with-icon-new {
    position: relative;
    background-color: #25d463;
    padding: 6px 20px;
    letter-spacing: 0px;
    color: #fff !important;
    font-size: 15px;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
    border: none;
}

    .btn-with-icon-new:hover {
        background-color: #05b343;
    }



.btn-with-icon-danger {
    position: relative;
    background-color: #dc3545;
    padding: 6px 20px;
    letter-spacing: 0px;
    color: #fff !important;
    font-size: 15px;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
    border: none;
}

    .btn-with-icon-danger:hover {
        background-color: #b02a37;
    }



.btn-with-icon {
    position: relative;
    background-color: #00A4B7;
    padding: 6px 20px;
    letter-spacing: 0px;
    color: #fff !important;
    font-size: 15px;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
    border: none;
}

    .btn-with-icon:hover {
        color: #fff;
    }

.btn-with-icon2 {
    position: relative;
    background-color: #555760;
    padding: 6px 20px;
    letter-spacing: 0px;
    color: #fff !important;
    font-size: 15px;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
    border: none;
}

    .btn-with-icon2:hover {
        color: #fff;
    }

.btn-with-icon3 {
    position: relative;
    background-color: #f52c1f;
    padding: 6px 20px;
    letter-spacing: 0px;
    color: #fff !important;
    font-size: 15px;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
}

    .btn-with-icon3:hover {
        color: #fff;
    }

span.btn-with-icon,
button.btn-with-icon {
    position: relative;
    background-color: #00A4B7;
    padding: 4px 14px;
    letter-spacing: 0px;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    border: 1px solid #00A4B7;
    border-radius: 5px;
}

    button.btn-with-icon svg, button.btn-with-icon i {
        /*margin-right: 5px;*/
    }

button.procced-btn {
    position: relative;
    background-color: #00A4B7;
    padding: 6px 35px;
    letter-spacing: 0px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    border-radius: 5px;
    margin: 0px auto;
    border: 1px solid #00A4B7;
}

.single-shop-pricing {
    cursor: pointer;
}

[data-incarrello="true"] > .single-shop-pricing {
    background-color: #E5FCFF;
    border: 1px dashed #aef1fa;
}

.selected > .single-shop-pricing {
    background-color: #E5FCFF;
    box-shadow: 1px 1px 4px;
}

    [data-incarrello="true"] > .single-shop-pricing p,
    .selected > .single-shop-pricing p {
        color: #424553 !important;
    }

    [data-incarrello="true"] > .single-shop-pricing h4,
    .selected > .single-shop-pricing h4 {
        color: #00A4B7 !important;
    }

.error {
    color: red !important;
}

.tooltip {
    font-size: 13px;
}

#error-b, #error-s {
    color: red;
}

.tooltip-db {
    margin-bottom: 6px !important;
}

select:disabled,
input:disabled {
    background-color: #e9ecef;
    opacity: 1;
    cursor: not-allowed;
}

.selectize-input {
    font-size: 20px !important;
    color: #424553;
    letter-spacing: 0px;
    display: block;
    margin-bottom: 4px;
    line-height: 22px;
    border: 1px solid #fff;
    width: 100%;
    border-radius: 5px;
    height: 60px;
    padding: 10px;
}

    .selectize-input > * {
        vertical-align: -webkit-baseline-middle !important;
    }

    .selectize-dropdown, .selectize-input, .selectize-input input {
        font-size: 20px !important;
    }

.selectDisabled {
    pointer-events: none;
    background-color: #e9ecef !important;
    cursor: not-allowed;
}

span.shop-notification-icon {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    background-color: #00A4B7;
    border-radius: 100%;
}

.bg-color-abba {
    padding: 2px;
    cursor: pointer;
}

.sccb-close {
    position: relative;
    display: inline-block;
    font-size: 25px;
    color: #424553;
    cursor: pointer;
}

    .sccb-close:hover {
        color: #00A4B7;
    }

.item {
    position: relative;
    padding-top: 20px;
    display: inline-block;
    margin-top: -20px;
}

.notify-badge {
    position: absolute;
    right: 10px;
    top: 30px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    padding: 3px 8px;
    font-size: 15px;
    z-index: 2;
    font-weight: bolder;
    box-shadow: 1px 1px 4px;
    height: 25px;
    width: 25px;
    border: 1px solid #00bcd4;
    border-radius: 50%;
    background-color: #00bcd4;
}

.notify-accordion {
    text-align: center;
    border-radius: 100%;
    color: #fff;
    font-size: 15px;
    z-index: 2;
    font-weight: bolder;
    box-shadow: 1px 1px 4px;
    width: 30px;
    border: 1px solid #00bcd4;
    border-radius: 50%;
    background-color: #00bcd4;
}

.btn-hovered {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    perspective: 1000px;
}

.social-login-list > li:hover {
    box-shadow: 1px 1px 4px;
    border-radius: 100%;
}

.receipt-wrapper {
    background-color: #fff;
    border-radius: 25px;
    padding: 20px;
    margin: auto;
    width: 50%;
}

.profile-tab-area {
    margin-top: 10px;
    border-radius: 10px;
}

.scaduto {
    background-color: #6c6e7a !important;
    border-bottom-left-radius: inherit !important;
    border-bottom-right-radius: inherit !important;
}

    .scaduto h5,
    .scaduto p {
        color: #FFF !important;
    }

.single-service-list.ofd:hover {
    border: 2px solid #6c6e7a;
    border-radius: 10px;
    overflow: hidden;
}

.mb-20 {
    margin-bottom: 20px;
}

.MeseAnno {
    cursor: pointer;
    position: relative;
}

 .MeseAnno:before {
        position: absolute;
        font-family: "Font Awesome 6 Free";
        padding-right: 8px;
        right: 10px;
        content: "\f133";
    }

span.label {
    font-size: 20px;
    color: #424553;
    letter-spacing: 0px;
    margin-bottom: 4px;
    line-height: 22px;
}

.myform-group {
    font-size: 17px;
    color: #424553;
    letter-spacing: 0px;
    display: block;
    margin-bottom: 10px;
    line-height: 22px;
    width: 100%;
    border-radius: 5px;
    height: 40px;
    padding: 10px;
    margin-top: 10px;
}

.tab-title,
.tab-title:hover {
    background-color: #F7F7F7;
    color: #00A4B7 !important;
}
.tab-content {
    padding: 40px 0 0;
}
.tab-content-custom {
    /*padding: 0px 0px 40px;*/
}

.checkout-tab-header ul.nav li button.active p {
    display: inline-block;
}

.bg-modal {
    background-color: #f7f7f7;
}

.title-group {
    background-color: #00A4B7;
    font-size: 24px;
    padding: 10px;
    letter-spacing: 0px;
    width: 100%;
    border: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    text-align: center;
}

.dateScatti,
.dateDivisori,
.dateRetribuzioni {
    border-radius: 5px;
    border: 1px solid #A0A0A0 !important;
}

#select2-tabelleElenco-container {
    border-radius: 5px;    
}

.indennitaRow1 {
    font-size: 10px;
}

.indennitaRow2 {
    font-size: 16px;
}

#tblretribuzioniIndennita tbody tr:nth-child(odd) {
    background-color: #e6edf2;
}

.cth-np-btn.disabled {
    cursor: not-allowed;
    background-color: #555760;
}

/* DA AREA RISERVATA CSS */
.w-100p {
    width: 100%;
}

.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
    display: none;
}

.addReadMore.showmorecontent .readMore {
    display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
    font-weight: bold;
    margin-left: 2px;
    color: #00A4B7;
    cursor: pointer;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
    display: block;
}

.addReadMore.showmorecontent .SecSec {
    display: inline !important;
}

.nascondi {
    display: none;
}

.pull-right {
    float: right !Important
}

.slider-price {
    padding-top: 50px;
}

.irs-single {
    top: -20px !important;
    background-color: #00A4B7 !important;
    background: linear-gradient(to bottom, #00A4B7 0%, #00A4B7 30%, #00A4B7 100%) !important;
}

.irs--big .irs-bar {
    background-color: #00A4B7 !important;
    border: 1px solid #00A4B7 !important;
    background: linear-gradient(to bottom, #ffffff 0%, #00A4B7 30%, #E5FCFF 100%) !important;
    box-shadow: inset 0 0 1px 1px rgb(255 255 255 / 50%) !important;
}

.irs--big .irs-grid-text {
    color: #424553 !important;
}

.irs--big .irs-grid-pol {
    background-color: #00A4B7 !important;
}

.presente {
    color: #00A4B7 !important;
    font-weight: bold !important;
}

.forbidden {
    cursor: not-allowed;
}

.impo-text {
    font-size: 13px;
}

.d-flex-notimp {
    display: flex;
}

.accordion-button-custom {
    font-size: 18px;
    font-weight: 600;
}

    .accordion-button-custom:hover {
        background-color: #E5FCFF !important;
    }

    .accordion-button-custom:focus {
        z-index: 3 !important;
        border-color: black;
        outline: 0 !important;
        box-shadow: 0 0 0 0.25rem rgb(0 164 183 / 25%) !important;
    }

    .accordion-button-custom:not(.collapsed) {
        color: black !important;
        background-color: #E5FCFF !important;
        box-shadow: inset 0 -1px 0 rgb(0 164 183 / 13%) !important;
    }

.input-accordion {
    height: 40px !important;
    border-color: #ced4da;
    font-size: 12px;
}

.preview-aliquota {
    border: 1px solid #ced4da;
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 2px;
}

.accordion-body {
    background-color: #f7f7f7 !important;
}

.panel-body {
    padding: 10px !important;
    background-color: #eaeaea !important;
    border-radius: 6px;
}

.paginate_button {
    position: relative;
    padding: 6px 10px;
    letter-spacing: 0px;
    display: inline-block;
    margin-right: 2px;
    border: 1px solid #aaa;
    border-radius: 5px;

}
    .paginate_button.active {       
        border: 0 !important;
    }
    .paginate_button.active > a {
        font-size: 15px;
        color: white;
        border: 1px solid #00A4B7 !important;
    }

    .paginate_button > a {
        font-size: 15px;
        color: #aaa;
    }

    .paginate_button.next,
    .paginate_button.previous {
        border:0 !important;
        position: relative;
        background-color: #00A4B7;
        padding: 6px 20px;
        letter-spacing: 0px;
        color: #fff !important;
        font-size: 15px;
        display: inline-block;
        border-radius: 5px;
        margin-left: 5px;
        margin-right: 5px;
    }

        .paginate_button.next.disabled,
        .paginate_button.previous.disabled {
            position: relative;
            background-color: #dee2e6;
            padding: 6px 20px;
            letter-spacing: 0px;
            color: #fff !important;
            font-size: 15px;
            display: inline-block;
            border-radius: 5px;
            margin-left: 5px;
            margin-right: 5px;
        }

            .paginate_button.next.disabled > a,
            .paginate_button.previous.disabled > a {
                cursor: not-allowed;
            }

        .paginate_button.next > a,
        .paginate_button.previous > a {
            color: #fff !important;
        }

            .paginate_button.next > a:hover,
            .paginate_button.previous > a:hover {
                color: #fff !important;
            }


/******* SIDENAV CSS - INIZIO ******/
.sidenav .collapsible {
    margin: 0;
}

.sidenav .collapsible,
.sidenav.fixed .collapsible {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

ul:not(.browser-default) {
    padding-left: 0;
    list-style-type: none;
}

.sidenav {
    transition: transform .5s;
    -webkit-transition: transform .5s;
}

    .sidenav li.active {
        background-color: #f7f7f7;
    }

    .sidenav .collapsible li,
    .sidenav.fixed .collapsible li {
        padding: 0;
    }

ul:not(.browser-default) > li {
    list-style-type: none;
}

.sidenav li {
    float: none;
    border-bottom: 1px solid #aaa;
}

.nested > a,
.nested > a:hover {
    text-decoration: none;
    color: #555760;
    font-size: 18px;
}

.sidenav .collapsible-header:hover,
.sidenav.fixed .collapsible-header:hover,
.nested:hover {
    background-color: #eaeaea;
}

.sidenav .collapsible-header,
.sidenav.fixed .collapsible-header {
    background-color: transparent;
    border: none;
    line-height: inherit;
}

.collapsible-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    line-height: 1.5;
    padding: 1rem;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

    .collapsible-header > a {
        text-decoration: none;
        font-size: 18px;
        color: #555760;
    }

.sidenav .collapsible-body,
.sidenav.fixed .collapsible-body {
    border: 0;
    background-color: #fff;
}

.collapsible-body {
    max-height: 0;
    overflow: hidden;
    display: block;
    transition: max-height .5s ease-in;
}

.collapsible-body {
    display: none;
    border-bottom: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .collapsible-body.mostra {
        max-height: 500px;
        transition: max-height .3s ease-in;
        display: block !important;
        background: #ededed
    }

.sidenav .collapsible-body li a,
.sidenav.fixed .collapsible-body li a {
    padding: 0 20px 0 30px;
}

.sidenav li > a {
    display: block;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
}

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

ul:not(.browser-default) > li {
    list-style-type: none;
}
/******* SIDENAV CSS - FINE ******/
/***** SELECT2 MODIFICHE *****/

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    height: 40px !important;
}

    .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 40px !important;
        user-select: none;
        -webkit-user-select: none
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            display: block;
            padding-left: 8px;
            padding-right: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 18px !important
        }

.select2-dropdown {
    background-color: white;
    border: 2px solid #aaa;
    border-radius: 5px !important;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}



.select2-container--default .select2-selection--single {
    background-color: #fff;
    /*border: none !important;*/
    border-radius: 5px !important
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 40px !important
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 38px !important;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 30px !important;
        border-left: 1px solid #aaa;
    }




/***** SELECT2 MODIFICHE FINE *****/
.grid-header-title > a {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

    .grid-header-title > a:hover {
        color: #555760 !important;
    }

.grid-filter-btn {
    transform: scale(1.3);
}

.titoli {
    font-weight: bolder;
    font-size: 20px;
}

.c-pointer {
    cursor: pointer;
}

.input-cedolino-nav {
    font-size: 16px;
    color: #424553;
    letter-spacing: 0px;
    line-height: 22px;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #aaa;
    width: 120px;
}

.tooltip {
    font-weight: 600;
    font-size: 1.8rem;
}

.form-select-lg {
    border: 1px solid #aaa;
}

.card {
    border-radius: 15px;
    padding: 40px 0;
}

.footer-c-links {
    text-transform: uppercase;
}

    .footer-c-links li a:hover {
        color: #00A4B7;
    }

.footerLogo {
    height: 50px;
    margin-top: 20px;
}

.close-modal-crossbtn {
    border: none;
    background: none;
    transform: scale(1.5);
}

.popover-header {
    color: white;
    background-color: #16A4B7;
}

.popover-header, .popover-body {
    font-size: 13px;
}

/* rendere i link del footer simili ai link di iubenda */
.a-policy-privacy {
    background-color: #fff !important;
    color: rgba(0,0,0,0.65) !important;
    font-family: sans-serif !important;
    line-height: 1.25 !important;
    min-width: 20px !important;
    border-radius: 3px !important;
    height: auto !important;
    letter-spacing: normal !important;
    font-weight: 700 !important;
    font-size: 11px !important;
    padding: 2px 8px 5px !important;
    text-transform:none !important;
}


tr.odd > td {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}


/* Campi editabili 


.p-relative > span.editableCredito {
    max-width: max-content
}

.p-relative > span.editableCredito > form {
    width: 50% !important;
}
.p-relative > span.editableCredito > form > input {
    width: 50% !important;
}*/

/* STEP2 INFORMAZIONI */
.orario_max_sett {
    border-radius: 8px;
    border: 1px solid #aaa;
    padding: 4px;
}

.imp-int {
    font-size: 14px;
    padding: 0px; 
    margin: 0px;
    text-align: center;
    width: 30%;
}

/*RADIO BUTTON TFR */
.btn-check:active + .btn-primary-view, .btn-check:checked + .btn-primary-view, .btn-primary.active, .btn-primary:active, .show > .btn-primary-view.dropdown-toggle {
    color: #fff !important;
    background-color: #00A4B7;
    border-color: #00A4B7;
}

.btn-primary-view {
    color: #aaa;
    background-color: #f7f7f7;
    border-color: #aaa;
    height: 42px;
    font-size: 15px;
    padding: 8px 20px;
}

.btn-check:active + .btn-primary-view:focus, .btn-check:checked + .btn-primary-view:focus, .btn-primary-view.active:focus, .btn-primary-view:active:focus, .show > .btn-primary-view.dropdown-toggle:focus {
        /*box-shadow: 0 0 0 .25rem rgba(49,132,253,.5)*/
    }

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #aaa;
    border-color: #ddd;
}

/* TAB NAV LINK */
.nav-tabs.tab {
    border-bottom: 1px solid #aaa !important;
}

.tab {
    border-radius: 5px 5px 0 0 !important;
    border-color: #dee2e6 #dee2e6 !important;
    margin-right: 3px;
}

button.tab {
    background: #fff !important;
    padding: 14px !important;
    color: #aaa !important;
    border-color: #dee2e6 #dee2e6 #aaa !important;
}

.active.tab {
    background: #f7f7f7 !important;
    padding: 14px !important;
    color: #424553 !important;
    border-color: #aaa #aaa #f7f7f7 !important;
}

/*mancanti bootstrap*/
.hide {
    display: none !important
}
