﻿@font-face {
    font-family: 'Coveslight';
    src: url('/font/Coves Light.ttf') format('truetype');
    src: url('/css/font/CovesLight/Coves Light.eot');
    src: url('/css/font/CovesLight/Coves Light.eot?#iefix') format('embedded-opentype');
    src: url('/css/font/CovesLight/Coves Light.woff2') format('woff2');
    src: url('/css/font/CovesLight/Coves Light.woff') format('woff');
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Covesbold';
    src: url('/css/font/CovesBold/Coves Bold.otf') format('truetype');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}


@font-face {
    font-family: 'GothamBold';
    src: url('/css/font/GothamHTF-Bold.otf') format('truetype');
    font-weight: 800;
}

@font-face {
    font-family: 'GothamBook';
    src: url('/css/font/GothamHTF-Book.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'GothamMedium';
    src: url('/css/font/GothamHTF-Medium.otf') format('truetype');
    font-weight: 400;
}


/*:root {
    --buttonBlu: #229DD9;
    --textBlu: #005992;
    --textCite: #92C8CA;
    --gradientButton1: #4F86A0;
    --gradientButton2: #92C8CA;
    --colorMedico: #B44D42;
    --borderColor: #ced4da;
    --colorLab: #4F86A0;
    --colorSegreteria: #CE9A00;
    --colorSupStudio: #DA6B25;
    --colorSupLab: #92C8CA;
    --textYellow: #F3EC1C;
}*/
:root {
    --buttonBlu: #229DD9;
    --textBlu: #005992;
    --textCite: #92C8CA;
    --gradientButton1: #229DD9;
    --gradientButton2: #005992;
    --colorMedico: #229DD9;
    --borderColor: #ced4da;
    --colorLab: #229DD9;
    --colorSegreteria: #229DD9;
    --colorSupStudio: #229DD9;
    --colorSupLab: #229DD9;
    --textYellow: #F3EC1C;
    --textStepMedico: #4E9CAF;
    --textStepProduttore: #FF9700;
    --textStepProgettista: #2B902A;
    --textStepRifinitore: #905B98;
    --textStepSSL: #FFC700;
    --textStepSSM: #CF1A11;
    --textStepTecnico: #229dd9;
    --textStepSE: #229dd9;
    --textStepSD: #229dd9;
}

button.btnFilter, button.btnFilter label, button.btnFilter i {
    cursor: pointer;
}

    button.btnFilter:hover, button.btnFilter label:hover, button.btnFilter i:hover,
    button.btnFilter:focus, button.btnFilter label:focus, button.btnFilter i:focus {
        text-decoration: none !important;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
        outline: none;
    }

    button.btnFilter i {
        color: var(--buttonBlu);
        font-size: 0.8em;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
        outline: none;
    }

button.btnCollapse i {
    color: var(--buttonBlu);
    transform: rotate(0);
    transition: 0.2s
}

button.btnCollapse.collapsed i {
    transform: rotate(180deg)
}

div.intestazioneContainer {
    background-color: var(--buttonBlu);
    color: #fff;
}

div.border-red textarea {
    border-color: red !important;
    border-width: 2px;
}

div.intestazioneContainer div {
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    padding: 8px 8px;
}

a.ui-steps-next {
    height: 40px;
    background-color: var(--buttonBlu);
    color: var(--white) !important;
    border: 1px solid;
    border-radius: 5px;
    padding: 5px 10px 5px 16px
}

    a.ui-steps-next.ui-state-disabled {
        background-color: rgba(109, 120, 125, 0.5) !important;
        color: var(--white) !important;
    }

a.ui-steps-prev {
    height: 40px;
    color: var(--textBlu) !important;
    border-color: var(--textBlu) !important;
    border: 1px solid;
    border-radius: 5px;
    padding: 5px 16px 5px 10px
}

    a.ui-steps-prev.ui-state-disabled {
        border-color: rgba(109, 120, 125, 0.5) !important;
    }

li.ui-steps-item.ui-state-highlight.ui-steps-current > a.ui-menuitem-link > span.ui-steps-number {
    background-color: var(--buttonBlu) !important;
}

span.ui-fieldset-legend-text {
    color: var(--buttonBlu) !important;
}

span.ui-steps-number {
    display: flex;
    align-items: center;
    justify-content: center
}

div.square {
    height: 150px;
    width: 150px;
}

.bg-gradient-respinta {
    background: linear-gradient(90deg, rgba(220,53,69,1) 0%, rgba(243,236,28,1) 100%);
}

.bg-dangerOrange {
    background-color: darkorange;
}


/* Style the tab */
.tabCat {
    border-bottom: 1px solid #eee;
    /*background-color: #f1f1f1;*/
}

    /* Style the buttons that are used to open the tab content */
    .tabCat button {
        background-color: #fff;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 0.9rem;
        transition: 0;
        border-radius: 4px;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border: 1px solid transparent;
        border-bottom: none !important;
    }

        /* Change background color of buttons on hover */
        .tabCat button:hover {
            background-color: #eee;
            border: 1px solid #ddd;
            border-bottom: none !important;
        }

        .tabCat button:focus {
            outline: none !important;
        }

        /* Create an active/current tablink class */
        .tabCat button.active {
            background-color: #eee;
            /*border: 1px solid #ddd;*/
            border-bottom: none !important;
        }

/* Style the tab content */
/*.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}*/


a.a-card {
    color: var(--buttonBlu);
    padding: 30px;
}

    a.a-card:hover {
        color: #fff !important;
    }

div.datiContainer {
    border-bottom: 1px solid #333;
}

    div.datiContainer div {
        border-right: 1px solid #333;
    }

div.gridTable {
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    padding: 0;
}

    div.gridTable div {
    }
/*HTML*/
body {
    font-family: 'GothamBook';
    /* height     : 98vh; */
    line-height: 1.3;
    font-size: 14px;
}

.bold {
    font-family: 'GothamBold';
}

.light {
    font-family: 'GothamBook';
}

.medium {
    font-family: 'GothamMedium';
}

.bg-blu {
    background-color: var(--buttonBlu);
    color: #ffffff
}

.bg-grey {
    background-color: #eee;
    /*color: #ffffff*/
}

td, th {
    padding: 0.5em;
}

cite {
    color: var(--textCite);
}

#wrap {
    height: 1.5rem;
}

input[type="text"] {
    outline: none;
}

.position-none {
    position: unset !important;
}

input[type="text"]:focus {
    z-index: 1;
    border-bottom: 1px solid #BBB;
    cursor: text;
}
/*
input[type="submit"] {
    height: 67px;
    width: 63px;
    display: inline-block;
    color: var(--colorMedico);
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADNQTFRFU1NT9fX1lJSUXl5e1dXVfn5+c3Nz6urqv7+/tLS0iYmJqampn5+fysrK39/faWlp////Vi4ZywAAABF0Uk5T/////////////////////wAlrZliAAABLklEQVR42rSWWRbDIAhFHeOUtN3/ags1zaA4cHrKZ8JFRHwoXkwTvwGP1Qo0bYObAPwiLmbNAHBWFBZlD9j0JxflDViIObNHG/Do8PRHTJk0TezAhv7qloK0JJEBh+F8+U/hopIELOWfiZUCDOZD1RADOQKA75oq4cvVkcT+OdHnqqpQCITWAjnWVgGQUWz12lJuGwGoaWgBKzRVBcCypgUkOAoWgBX/L0CmxN40u6xwcIJ1cOzWYDffp3axsQOyvdkXiH9FKRFwPRHYZUaXMgPLeiW7QhbDRciyLXJaKheCuLbiVoqx1DVRyH26yb0hsuoOFEPsoz+BVE0MRlZNjGZcRQyHYkmMp2hBTIzdkzCTc/pLqOnBrk7/yZdAOq/q5NPBH1f7x7fGP4C3AAMAQrhzX9zhcGsAAAAASUVORK5CYII=) center center no-repeat;
    text-indent: -10000px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    opacity: 0.4;
    cursor: pointer;
    transition: opacity .4s ease;
}

    input[type="submit"]:hover {
        opacity: 0.8;
    }*/

input[type="text"]::placeholder {
    text-transform: none;
}

div.scrollingModal {
    max-height: 40vh;
    overflow: auto;
}

button.btnDelete {
    font-size: 1.3em !important;
    color: #dd0000 !important;
}

button.btnSearch {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

button.btnAdd {
    font-size: 1.7em !important;
    color: var(--buttonBlu) !important;
}

    button.btnAdd > img {
        width: 1em;
        background-color: white
    }

table tr td a:hover,
table tr th a:hover {
    text-decoration: underline !important;
}

table th,
table td {
    vertical-align: middle !important;
}

.text-blu {
    color: var(--buttonBlu);
}

figure {
    padding: 0.5rem 0.2rem;
    text-align: center;
}

figcaption {
    padding: 0.5rem 0.2rem;
    text-align: center;
    margin: 0.5rem 0.5rem;
    font-size: 1.1rem;
}

p {
    margin-bottom: 0.5rem;
}

div.modal-body.text-center.font-weight-bold p {
    width: 190px;
}

textarea {
    width: 90%;
    height: auto;
}

button {
    border-radius: 5px;
    border: 1px solid;
    border-width: 1px;
    border-style: outset;
    border-image: initial;
}

.btn-danger {
    background-color: #dd0000 !important;
}

.ui-expanded-row-template {
    border: none !important;
}

button:focus {
    outline: 0px auto;
}

.ui-fileupload-buttonbar {
    padding: 0;
}

h2 {
    font-size: 1.8rem;
    font-weight: 500;
}

h4 {
    font-weight: 500;
}

a {
    color: var(--white);
    text-decoration: none;
    background-color: transparent;
}

/*NAVBAR*/
.nav-link {
    /*color: var(--colorMedico) !important;*/
    /*padding: 1.6rem 1rem;*/
    /*display: grid;*/
}

.navbar {
    /*border-bottom: 1px solid var(--gradientButton1);*/
    padding: 0rem 1rem;
}

.nav-link:focus, .nav-link:hover {
    text-decoration: none !important;
}

div.listCheckboxFiltersContainer {
    max-height: 25vh;
    overflow-y: auto;
    border-radius: 7px;
}

div.defaultFiltersContainer {
    /*max-height: 25vh;*/
    /*overflow-y: auto;*/
    border-radius: 7px;
    min-width: 300px;
    border: 1px solid #888;
    z-index: 1000;
    position: absolute;
    top: 10px;
    /*left: 0;*/
}

div.listCheckboxFiltersContainer.show {
    display: flex
}


input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    transform: scale(1.5);
    /*padding: 10px;*/
}

.control-label {
    padding: 0px 5px;
}

a.nav-link {
    padding: 1.3rem;
}

div.gridTable {
}

/*ELEMENTS*/
.input-group-text {
    text-align: left;
}

.wrapper {
    position: relative;
}

img.classname {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.border-blu {
    border-color: var(--gradientButton1) !important;
}

.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
    display: none;
}


/* MODAL */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1054;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
/*
    .modal.show .modal-dialog {
        max-width: 82%;
    }
*/
.modal-body {
    padding: 2rem;
    font-size: 1.2rem;
    letter-spacing: 0.09rem;
}

.modal-body-light {
    padding: 1.2rem !important;
}

.modal-body a {
    color: var(--dark);
}

.modal-open {
    overflow: hidden;
}

.modal:nth-of-type(even) {
    z-index: 1054;
}

.modal-wrapper {
    align-items: center;
    background-color: rgba(100, 100, 100, 0.5);
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    height: 100vh;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    transition: all 0.2s ease-in-out;
    width: 100%;
    z-index: 1054 !important;
}

    .modal-wrapper.visible {
        opacity: 1;
        visibility: visible;
    }

.w-modal {
    max-width: 750px !important;
}

.ui-fileupload-buttonbar {
    background-color: transparent !important;
}

.modal-custom {
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    display: flex;
    align-content: center;
    justify-content: center;
}

.w-modal-wizard {
    max-width: 900px !important;
}

div.cardListaPratiche-container {
    /*margin-top: 30px;*/
    padding-top: 1.5em;
}

div.cardListaPratiche-titolo {
    background-color: #eee;
    min-height: 45px;
    min-width: 30%;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border: solid 1px #bbb;
    border-bottom: none;
}

div.cardListaPratiche-lavorazione {
    /*background-color: #fff;*/
    width: 100%;
    margin-bottom: 1.5em;
}

div.cardListaPratiche-body {
    background-color: #eee;
    min-height: 50px;
    display: flex;
    /*align-items: center;*/
    justify-content: start;
    border-top-right-radius: 7px;
    padding-top: 1.5em;
    /*padding-bottom: 1em;*/
    border: solid 1px #bbb;
    border-bottom: none;
}

div.intestazioneLavorazioneListaPratiche {
    background-color: var(--buttonBlu);
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
}

div.tipoLavorazioneListaPratiche {
    background-color: var(--buttonBlu);
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    color: #212529;
    transition: 0.5s;
}

    div.tipoLavorazioneListaPratiche.collapsed {
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
    }

div.datiLavorazioneListaPratiche {
    background-color: #fff;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    width: 100%;
}

div.cardListaPratiche-footer {
    background-color: #fff;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: start;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border: solid 1px #bbb
}

div.modal-body {
    font-size: 1em !important;
}

div.modalBodyFullSize {
    font-size: 1em !important;
    padding: 0 !important;
}

div.listaPraticheFiltri-container {
    background-color: #eee;
}

label {
    margin-bottom: .3em !important;
}

div.modalContentTrasparent {
    background-color: transparent !important;
    border: none !important;
}



/* EXTRA */
.close {
    font-size: 2.5rem;
    line-height: 0.7;
}

.title {
    color: var(--textBlu);
    font-family: 'GothamBold', sans-serif;
    font-weight: 700;
}

.custom-file-label::after {
    content: none;
}

.page-link {
    color: var(--black);
    border: none;
}

    .page-link:hover {
        color: var(--dark);
        background-color: none;
        border-color: none;
    }

    .page-link:focus {
        box-shadow: none;
    }

.page-item {
    margin: 0 1rem;
}

.dropdown-menu.show {
    -webkit-transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
    transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
    -webkit-transition-property: background-color;
    transition-property: background-color;
    transition-property: background-color;
    transition-property: background-color;
}

.dropdown-toggle {
    cursor: pointer;
}

.max-w-100 {
    max-width: 100% !important;
}

.bg-ko {
    background-color: var(--colorMedico);
    color: var(--light);
    border-radius: 4px;
}

.neg-rem {
    left: -4rem;
}

.toBottom {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 13em;
}

.valid, .invalid {
    display: block;
    width: 100%;
    height: auto;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.shadow {
    box-shadow: 0 0.1rem 0.5rem rgba(0,0,0,0.10) !important;
}

.borderCheck {
    border: 1px solid red;
    border-radius: 4px;
}

i.red {
    color: red
}

i.green {
    color: green
}

i.orange {
    color: orange
}

/* TEXT */
.text-white {
    color: var(--white);
}

.card-text {
    font-size: 1.3rem;
}

.text-blu, .colorLab {
    color: var(--colorLab) !important;
}

button.text-blu:hover {
    background-color: var(--colorLab) !important;
    color: var(--white) !important;
}

.text-blu, .colorMedico {
    color: var(--colorMedico) !important;
}

div.previewContainer {
    position: relative;
}

button.btnPreview {
    background-color: transparent;
    border: none !important;
    outline: none !important;
    font-size: 2.5em;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 20;
}

    button.btnPreview:hover {
        background-color: rgba(255,255,255,0.6);
    }

    button.btnPreview i {
        color: var(--buttonBlu);
        display: none;
        transition: 0;
    }

    button.btnPreview:hover i {
        display: block;
        /*transition: 0.2s;*/
    }


.text-seg, .colorSeg {
    color: var(--colorSegreteria) !important;
}

    .text-seg:hover {
        background-color: var(--colorSegreteria) !important;
        color: var(--black) !important;
    }

.text-supstudio, .colorSupStudio {
    color: var(--colorSupStudio) !important;
}

    .text-supstudio:hover {
        background-color: var(--colorSupStudio) !important;
        color: var(--black) !important;
    }

.text-suplab, .colorSupLab {
    color: var(--colorSupLab) !important;
}

    .text-suplab:hover {
        background-color: var(--colorSupLab) !important;
        color: var(--black) !important;
    }

.small, small {
    font-family: 'GothamBook', sans-serif !important;
    font-size: 1rem !important;
    display: inline-flex !important;
    font-weight: 100;
}

.smaller {
    font-size: 75%;
    font-weight: lighter;
    color: var(--success);
}

a#editBg.activeBg span {
    color: white;
}

.d-inline-grid {
    display: inline-grid !important
}

.hiddenRow {
    padding: 2px 4px !important;
    background-color: var(--light);
    overflow: hidden;
}

.accordian-body span {
    color: #a2a2a2 !important;
}

a.text-white:hover {
    color: var(--buttonBlu) !important;
    text-decoration: none;
}

.fa-1-5x {
    font-size: 1.5em;
}

.fa-bell:before {
    content: "\f0f3";
    font-size: 1.3rem;
}

.display-grid {
    display: grid !important;
}

.lblLink:hover {
    text-decoration: underline;
}

.italic {
    font-style: italic;
}

/* FORM */
.form-control {
    border: 1px solid;
    border-color: var(--borderColor) !important;
    height: auto;
}

.disabled {
    opacity: 0.3;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, .25);
}

.rotate0 {
    transform: rotate(0deg);
}

.rotate180 {
    transform: rotate(180deg);
}


/*BUTTON*/
.btn {
    padding: 0.3rem 1rem;
}

.btn-clonident {
    background-color: var(--buttonBlu);
    color: var(--white);
}

.btn-clonident, .btn-outline-clonident {
    min-width: 80px !important
}

.ui-fileupload-choose {
    background-color: var(--buttonBlu) !important;
}

.ui-column-title {
    font-weight: 600 !important;
}

.btn-clonident:hover {
    background-color: transparent;
    color: var(--buttonBlu);
    border-color: var(--buttonBlu);
}

select.inputClonident, input.inputClonident, div.inputClonident.fake {
    height: 40px;
    border-radius: 5px;
    border: 1px solid #aaa;
    padding-left: 10px;
}

div.inputClonident.fake {
    background-color: #dedede;
    border: 1px solid #ddd !important;
}

select.inputClonident:disabled, input.inputClonident:disabled {
    background-color: #dedede;
    border: 1px solid #888;
}

textarea.inputClonident {
    min-height: 100px;
    border-radius: 5px;
    border: 1px solid #aaa;
    padding-left: 10px;
    padding-right: 10px;
}

.btn-outline-light {
    border-color: var(--dark);
    border: 1px solid;
    border-radius: 5px;
    background: transparent;
}

.btn-outline-clonident {
    color: var(--textBlu);
    border-color: var(--textBlu);
}

    .btn-outline-clonident:hover {
        color: var(--light);
        text-decoration: none;
        background-color: var(--gradientButton1);
    }

.btn-submit {
    background-image: linear-gradient(to bottom right, var(--gradientButton1), var(--gradientButton2));
    color: var(--white);
}

.btn-list {
    padding: 0.3rem 0;
}

.floating-btn {
    position: fixed;
    height: 40px;
    bottom: 10px;
    right: 10px;
}

.underline {
    text-decoration: underline !important;
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, .25);
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border-color: var(--borderColor);
}

    .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .btn-secondary:not(:disabled):not(.disabled):active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0rem rgba(130, 138, 145, .5);
    }

.dropdown-toggle::after {
    content: none;
}

.btn-c-dark {
    color: #fff;
    background-color: #005992;
    border-color: #229DD9;
}

    .btn-c-dark:hover {
        background-color: #229DD9;
    }

/*MEDIA QUERY*/
@media screen and (min-width: 576px) {
    .modal-dialog-scrollable {
        max-height: calc(100% - 2.5rem);
    }
}

@media screen and (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.7rem;
        padding-left: 0.8rem;
    }
}

@media screen and (max-width:991px) {
    .dropdown-menu {
        min-width: 11rem;
        position: absolute !important;
    }

    .neg-rem {
        left: -3rem;
    }

    .navbar-collapse {
        display: inline-flex;
    }

    .navbar-nav {
        display: contents;
    }

    /* .nav-item {
        margin-left : 0.6rem;
        margin-right: 0.6rem;
    } */
}

div.allRadius {
    border-radius: 7px;
}

button.ui-button.btn-info {
    background-color: transparent !important;
    border: none !important;
    outline: none !important;
}

    button.ui-button.btn-info:hover,
    button.ui-button.btn-info:focus,
    button.ui-button.btn-info:active {
        background-color: transparent !important;
        border: none !important;
        outline: none !important;
        box-shadow: 0 0 0 rgba(0,0,0,0)
    }

img.cambioStato {
    max-width: 80px;
}

input.inputClonident[type="radio"] {
    max-height: 20px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

div.flussoIcon {
    height: 3.6em;
    width: 3.6em;
    border-radius: 1.8em;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--buttonBlu);
    font-size: 1.5em;
}

div.flussoStep {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 12px 0;
}

div.flussoIcon {
    height: 3.6em;
    width: 3.6em;
    border-radius: 1.8em;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--buttonBlu);
    font-size: 1.5em;
    background: linear-gradient(to top, #229DD9 0%, #229DD9 100%);
    position: relative;
    box-sizing: border-box;
}

    div.flussoIcon::before {
        border-radius: 100%;
        content: '';
        background-color: white;
        top: 3px;
        left: 3px;
        bottom: 3px;
        right: 3px;
        position: absolute;
        z-index: 0;
    }

    div.flussoIcon.next {
        background: linear-gradient(to top, #555 0%, #555 100%) !important;
    }

        div.flussoIcon.next.red {
            background: linear-gradient(to top, red 0%, red 100%) !important;
        }

        div.flussoIcon.next.green {
            background: linear-gradient(to top, green 0%, green 100%) !important;
        }

        div.flussoIcon.next.redYellow {
            background: linear-gradient(to top, red 0%, gold 100%) !important;
        }

        div.flussoIcon.next.greenYellow {
            background: linear-gradient(to top, green 0%, gold 100%) !important;
        }

    div.flussoIcon.new {
        background: linear-gradient(to top, #bbb 0%, #bbb 100%) !important;
    }

    div.flussoIcon.next label,
    div.flussoLabel.next,
    div.flussoSeparator.next,
    div.flussoSeparator.next i,
    div.flussoSeparatorHor.next,
    div.flussoSeparatorHor.next i {
        color: #555;
        border-color: #555;
    }

    div.flussoIcon.new label,
    div.flussoLabel.new,
    div.flussoSeparator.new,
    div.flussoSeparator.new i,
    div.flussoSeparatorHor.new,
    div.flussoSeparatorHor.new i {
        color: #bbb;
        border-color: #bbb;
    }

div.flussoLabel {
    font-size: 1.2em;
    color: var(--buttonBlu);
    padding: 10px;
}

button.red {
    color: #ff0000 !important;
}

button.green {
    color: green !important;
}


div.flussoIcon > label {
    z-index: 2;
}

div.listFromSelect:hover {
    background-color: rgba(33,150,243,0.3)
}




div.flussoSelect {
    font-size: 1em;
    color: var(--buttonBlu);
    padding-left: 10px;
}

div.flussoSeparator {
    height: 4em;
    width: 100%;
    position: relative;
    left: 2.6em;
    border-left: 3px solid var(--buttonBlu);
}

div.flussoSeparatorHor {
    height: 2.3em;
    width: 4em;
    position: relative;
    top: -1.1em;
    border-bottom: 3px solid var(--buttonBlu);
}



button.addStepFlusso {
    color: black;
    font-size: 2em;
    margin-right: 10px;
    border-radius: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
}

    button.addStepFlusso:hover, button.addStepFlusso:focus {
        text-decoration: none !important;
        color: #222;
        outline: none !important;
        border: none !important;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    }

div.motivazione {
    background-color: #fff;
}

    div.motivazione:nth-child(odd) {
        background-color: #efefef;
    }

label.addStepFlusso {
    color: black;
    font-size: 0.9em;
}

div.addStepFlusso {
    position: absolute;
    left: -1.15em;
    display: flex;
    align-items: center;
}

div.ultimoStepFlusso {
    position: absolute;
    left: -0.5em;
    height: 0.6em;
    bottom: 0;
    color: var(--buttonBlu);
    font-size: 1.6em;
}


@media screen and (max-width: 1599px) {
    div .modalDialogFullSize {
        max-width: 100vw;
    }

    body {
        font-size: 14px;
    }
}

@media (min-width: 576px) {

    .modal-dialog:not(.modal-lg):not(.modal-md) {
        max-width: 90vw;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px !important;
    }
}

@media (min-width: 1600px) {
    div.modalDialogFullSize {
        max-width: 65vw;
        overflow-y: hidden
    }
}



/*@media (min-width: 1700px) {

}*/

div.wrapper {
    position: relative;
    border: 2px solid #229DD9;
    margin-top: 20px;
    padding: 20px 10px 10px;
}

    div.wrapper .label-corner {
        color: white;
        line-height: 20px;
        padding: 3px 5px;
        position: absolute;
        background-color: #229DD9;
        border-radius: 20px;
        /* Adjust these values to posiytion the title or label */
        top: -10px;
        left: 10px;
    }

    div.wrapper .label-corner-folder {
        color: white;
        line-height: 20px;
        padding: 3px 5px;
        position: absolute;
        background-color: #229DD9;
        clip-path: polygon(0 23%, 0 7%, 4% 0, 29% 0, 32% 7%, 60% 7%, 98% 7%, 100% 10%, 100% 100%, 40% 100%, 0 100%, 0% 85%);
        top: -20px;
        left: 10px;
    }

.footer-grid-pull-bottom {
    position: absolute;
    bottom: 5px;
    text-align: center;
}

.text-log {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

@media(min-width: 768px and max-width: 1024px) {
    .text-log {
        -webkit-line-clamp: 1; /* number of lines to show */
    }
}

/* Timeline CSS*/

.timeline {
    list-style: none;
    padding: 0;
    margin: 2em 0;
    text-align: center
}

@media all and (-webkit-min-device-pixel-ratio:1.5), all and (-o-min-device-pixel-ratio:3 / 2), all and (min--moz-device-pixel-ratio:1.5), all and (min-device-pixel-ratio:1.5) {
    .timeline {
        background-image: url(../img/misc/bg_timeline-line@2x.png);
        background-size: 2px auto
    }
}

.timeline::after {
    display: block;
    clear: both;
    content: ""
}

.timeline-marker {
    clear: both;
    background: #fff
}

    .timeline-marker h1,
    .timeline-marker h2,
    .timeline-marker h3,
    .timeline-marker h4,
    .timeline-marker h5 {
        margin: 0 0 5px
    }

    .timeline-marker:after,
    .timeline-marker:before {
        width: 12px;
        height: 12px;
        background: #1b1b1b;
        margin: 0 auto;
        border-radius: 100%;
        display: block;
        content: ' '
    }

    .timeline-marker:before {
        display: none
    }

    .timeline-marker.timeline-marker-bottom h1,
    .timeline-marker.timeline-marker-bottom h2,
    .timeline-marker.timeline-marker-bottom h3,
    .timeline-marker.timeline-marker-bottom h4,
    .timeline-marker.timeline-marker-bottom h5 {
        margin: 5px 0 0
    }

    .timeline-marker.timeline-marker-bottom:before {
        display: block
    }

    .timeline-marker.timeline-marker-bottom:after {
        display: none
    }

    .timeline-marker.timeline-marker-middle {
        margin-top: 20px;
        margin-bottom: 20px
    }

.timeline-breaker {
    background: #229DD9;
    color: #fff;
    font-weight: 400;
    border-radius: 2px;
    margin: 0 auto;
    text-align: center;
    padding: .6em;
    display: block;
    width: 100%;
    clear: both
}

    .timeline-breaker::after {
        display: block;
        clear: both;
        content: ""
    }

    .timeline-breaker a {
        color: #fff
    }

        .timeline-breaker a:hover {
            color: #eee
        }

    .timeline-breaker:after,
    .timeline-breaker:before {
        top: 100%;
        border: solid transparent;
        content: " ";
        height: 1px;
        width: 0;
        position: absolute;
        pointer-events: none
    }

    .timeline-breaker.timeline-breaker-bottom,
    .timeline-breaker.timeline-breaker-middle {
        margin-top: 40px;
        margin-bottom: 20px;
        clear: both !important
    }

    .timeline-breaker.timeline-breaker-bottom {
        margin-bottom: 0
    }

        .timeline-breaker.timeline-breaker-bottom:after,
        .timeline-breaker.timeline-breaker-bottom:before {
            top: -10px;
            border-top: none
        }

        .timeline-breaker.timeline-breaker-bottom:after {
            border-bottom-color: #1b1b1b
        }

        .timeline-breaker.timeline-breaker-bottom:before {
            border-bottom-color: rgba(0, 0, 0, .01)
        }

.timeline-item.timeline-item-first {
    margin-top: 20px !important
}

.timeline-item.timeline-item-last {
    margin-bottom: 20px !important
}

.timeline-item {
    float: none;
    left: auto;
    right: auto;
    width: 100%;
    padding: 15px;
    margin: 60px auto 0;
    border-radius: 2px;
    position: relative;
    border: 1px solid #f2f2f2;
    border-bottom: 3px solid #229DD9;
    text-align: left
}

    .timeline-item::after {
        display: block;
        clear: both;
        content: ""
    }

    .timeline-item:after,
    .timeline-item:before {
        top: -20px;
        right: 50%;
        left: 50%;
        position: absolute;
        pointer-events: none;
        display: block;
        font-size: 30px;
        height: 30px;
        line-height: 30px;
        width: 30px;
        text-align: center;
        margin-top: 0;
        margin-left: -14px
    }

    .timeline-item:after,
    .timeline-item:before,
    .timeline-stacked-down .timeline-item:before {
        display: inline-block;
        font-weight: 900;
        font-family: 'Font Awesome 5 Free';
        font-style: normal;
        speak: none
    }

    .timeline-item:before {
        content: "\f324";
        color: #f6f6f6
    }

    .timeline-item:after {
        content: "\f328";
        color: #229DD9;
        top: -39px;
        background: #fff
    }

    .timeline-item.highlight:after,
    .timeline-item.marker-highlight:after,
    .timeline-item.tag-featured:after {
        color: #65b1a5
    }

    .timeline-item.overlap-push-large {
        margin-top: 120px
    }

    .timeline-item.overlap-push-medium {
        margin-top: 60px
    }

    .timeline-item.overlap-push-small {
        margin-top: 30px
    }

.timeline-stacked-down .timeline-item:first-child {
    margin-top: 40px
}

.timeline-stacked-down .timeline-item:last-child {
    margin-bottom: 60px
}

.timeline-stacked-down .timeline-item:after,
.timeline-stacked-down .timeline-item:before {
    bottom: -20px;
    top: auto
}

.timeline-stacked-down .timeline-item:before {
    content: "\F0D7"
}

.timeline-stacked-down .timeline-item:after {
    bottom: -40px;
    top: auto
}

.timeline-item-date {
    font-weight: 600;
    color: #666
}

.timeline-item-title {
    margin-top: 0
}

@media (min-width:576px) {
    .timeline-breaker.timeline-breaker-bottom,
    .timeline-breaker.timeline-breaker-middle {
        top: 40px
    }

    .timeline-item {
        float: left;
        width: 48%;
        padding: 15px;
        margin-top: 40px;
        right: 30px;
        margin-left: 2%;
        clear: left
    }

        .timeline-item:after,
        .timeline-item:before {
            top: 10%;
            bottom: auto;
            right: -20px;
            left: auto;
            position: absolute;
            pointer-events: none;
            margin: 0;
            display: block;
            font-size: 30px;
            height: 30px;
            line-height: 30px;
            width: 30px;
            text-align: center
        }

        .timeline-item.even:before,
        .timeline-item.right:before,
        .timeline-item:before {
            display: inline-block;
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            font-style: normal;
            speak: none
        }

        /*        .timeline-item:before {
            content: "\F0DA"
        }*/

        .timeline-item:after {
            right: -46px
        }

        .timeline-item.even,
        .timeline-item.right {
            float: right;
            clear: right;
            left: 30px;
            right: 0;
            margin-right: 2%;
            margin-left: 0;
            margin-top: 100px
        }

            .timeline-item.even:after,
            .timeline-item.even:before,
            .timeline-item.right:after,
            .timeline-item.right:before {
                left: -20px;
                top: 10%
            }

            /*            .timeline-item.even:before,
            .timeline-item.right:before {
                content: "\F0D9"
            }*/

            .timeline-item.even:after,
            .timeline-item.right:after {
                left: -46px
            }

        .timeline-item.overlap-off {
            margin-top: 0
        }

        .timeline-item.overlap-pull-large {
            margin-top: -120px
        }

        .timeline-item.overlap-pull-small {
            margin-top: -30px
        }

    .timeline-stacked,
    .timeline.timeline-stacked {
        padding-left: 0;
        padding-right: 0
    }

        .timeline-stacked .timeline-item,
        .timeline-stacked .timeline-item.even,
        .timeline-stacked .timeline-item.right,
        .timeline.timeline-stacked .timeline-item,
        .timeline.timeline-stacked .timeline-item.even,
        .timeline.timeline-stacked .timeline-item.right {
            float: none;
            left: auto;
            right: auto;
            width: 100%;
            padding: 15px;
            margin: 80px auto 0;
            background: #f6f6f6;
            border-radius: 2px;
            position: relative;
            border: 1px solid #f2f2f2;
            border-bottom: 3px solid #55A79A;
            text-align: left
        }

            .timeline-stacked .timeline-item.even::after,
            .timeline-stacked .timeline-item.right::after,
            .timeline-stacked .timeline-item::after,
            .timeline.timeline-stacked .timeline-item.even::after,
            .timeline.timeline-stacked .timeline-item.right::after,
            .timeline.timeline-stacked .timeline-item::after {
                display: block;
                clear: both;
                content: ""
            }

            .timeline-stacked .timeline-item.even:after,
            .timeline-stacked .timeline-item.even:before,
            .timeline-stacked .timeline-item.right:after,
            .timeline-stacked .timeline-item.right:before,
            .timeline-stacked .timeline-item:after,
            .timeline-stacked .timeline-item:before,
            .timeline.timeline-stacked .timeline-item.even:after,
            .timeline.timeline-stacked .timeline-item.even:before,
            .timeline.timeline-stacked .timeline-item.right:after,
            .timeline.timeline-stacked .timeline-item.right:before,
            .timeline.timeline-stacked .timeline-item:after,
            .timeline.timeline-stacked .timeline-item:before {
                top: -20px;
                right: 50%;
                left: 50%;
                position: absolute;
                pointer-events: none;
                display: block;
                font-size: 30px;
                height: 30px;
                line-height: 30px;
                width: 30px;
                text-align: center;
                margin-top: 0;
                margin-left: -14px
            }

            .timeline-stacked .timeline-item.even:before,
            .timeline-stacked .timeline-item.right:before,
            .timeline-stacked .timeline-item:before,
            .timeline.timeline-stacked .timeline-item.even:before,
            .timeline.timeline-stacked .timeline-item.right:before,
            .timeline.timeline-stacked .timeline-item:before {
                font-family: 'Font Awesome 5 Free';
                font-weight: 900;
                font-style: normal;
                speak: none;
                display: inline-block;
                content: "\F0D8";
                color: #f6f6f6
            }

            .timeline-stacked .timeline-item.even:after,
            .timeline-stacked .timeline-item.right:after,
            .timeline-stacked .timeline-item:after,
            .timeline.timeline-stacked .timeline-item.even:after,
            .timeline.timeline-stacked .timeline-item.right:after,
            .timeline.timeline-stacked .timeline-item:after {
                font-family: 'Font Awesome 5 Free';
                font-weight: 900;
                font-style: normal;
                speak: none;
                display: inline-block;
                content: "\f140";
                top: -39px;
                background: #fff
            }

            .timeline-stacked .timeline-item.even.highlight:after,
            .timeline-stacked .timeline-item.even.marker-highlight:after,
            .timeline-stacked .timeline-item.even.tag-featured:after,
            .timeline-stacked .timeline-item.highlight:after,
            .timeline-stacked .timeline-item.marker-highlight:after,
            .timeline-stacked .timeline-item.right.highlight:after,
            .timeline-stacked .timeline-item.right.marker-highlight:after,
            .timeline-stacked .timeline-item.right.tag-featured:after,
            .timeline-stacked .timeline-item.tag-featured:after,
            .timeline.timeline-stacked .timeline-item.even.highlight:after,
            .timeline.timeline-stacked .timeline-item.even.marker-highlight:after,
            .timeline.timeline-stacked .timeline-item.even.tag-featured:after,
            .timeline.timeline-stacked .timeline-item.highlight:after,
            .timeline.timeline-stacked .timeline-item.marker-highlight:after,
            .timeline.timeline-stacked .timeline-item.right.highlight:after,
            .timeline.timeline-stacked .timeline-item.right.marker-highlight:after,
            .timeline.timeline-stacked .timeline-item.right.tag-featured:after,
            .timeline.timeline-stacked .timeline-item.tag-featured:after {
                color: #65b1a5
            }

            .timeline-stacked .timeline-item.even.overlap-push-large,
            .timeline-stacked .timeline-item.overlap-push-large,
            .timeline-stacked .timeline-item.right.overlap-push-large,
            .timeline.timeline-stacked .timeline-item.even.overlap-push-large,
            .timeline.timeline-stacked .timeline-item.overlap-push-large,
            .timeline.timeline-stacked .timeline-item.right.overlap-push-large {
                margin-top: 120px
            }

            .timeline-stacked .timeline-item.even.overlap-push-medium,
            .timeline-stacked .timeline-item.overlap-push-medium,
            .timeline-stacked .timeline-item.right.overlap-push-medium,
            .timeline.timeline-stacked .timeline-item.even.overlap-push-medium,
            .timeline.timeline-stacked .timeline-item.overlap-push-medium,
            .timeline.timeline-stacked .timeline-item.right.overlap-push-medium {
                margin-top: 60px
            }

            .timeline-stacked .timeline-item.even.overlap-push-small,
            .timeline-stacked .timeline-item.overlap-push-small,
            .timeline-stacked .timeline-item.right.overlap-push-small,
            .timeline.timeline-stacked .timeline-item.even.overlap-push-small,
            .timeline.timeline-stacked .timeline-item.overlap-push-small,
            .timeline.timeline-stacked .timeline-item.right.overlap-push-small {
                margin-top: 30px
            }

        .timeline-stacked.timeline-stacked-down .timeline-item:first-child,
        .timeline.timeline-stacked.timeline-stacked-down .timeline-item:first-child {
            margin-top: 40px
        }

        .timeline-stacked.timeline-stacked-down .timeline-item:last-child,
        .timeline.timeline-stacked.timeline-stacked-down .timeline-item:last-child {
            margin-bottom: 60px
        }

        .timeline-stacked.timeline-stacked-down .timeline-item:after,
        .timeline-stacked.timeline-stacked-down .timeline-item:before,
        .timeline.timeline-stacked.timeline-stacked-down .timeline-item:after,
        .timeline.timeline-stacked.timeline-stacked-down .timeline-item:before {
            bottom: -20px;
            top: auto
        }

        .timeline-stacked.timeline-stacked-down .timeline-item:before,
        .timeline.timeline-stacked.timeline-stacked-down .timeline-item:before {
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            font-style: normal;
            speak: none;
            display: inline-block;
            content: "\F0D7"
        }

        .timeline-stacked.timeline-stacked-down .timeline-item:after,
        .timeline.timeline-stacked.timeline-stacked-down .timeline-item:after {
            bottom: -40px;
            top: auto
        }

        .timeline-stacked.timeline-stacked-down .timeline-item.even.last,
        .timeline-stacked.timeline-stacked-down .timeline-item.last,
        .timeline-stacked.timeline-stacked-down .timeline-item.right.last,
        .timeline.timeline-stacked.timeline-stacked-down .timeline-item.even.last,
        .timeline.timeline-stacked.timeline-stacked-down .timeline-item.last,
        .timeline.timeline-stacked.timeline-stacked-down .timeline-item.right.last {
            margin-bottom: 40px
        }

        .timeline-stacked .timeline-breaker.timeline-breaker-bottom,
        .timeline-stacked .timeline-breaker.timeline-breaker-middle,
        .timeline.timeline-stacked .timeline-breaker.timeline-breaker-bottom,
        .timeline.timeline-stacked .timeline-breaker.timeline-breaker-middle {
            top: auto
        }
}

.timeline-left,
.timeline.timeline-left {
    background-position: left top;
    margin-left: 20px;
    padding-bottom: 0;
    text-align: left
}

    .timeline-left .timeline-marker,
    .timeline.timeline-left .timeline-marker {
        margin-left: -5px;
        margin-right: 0
    }

        .timeline-left .timeline-marker:after,
        .timeline-left .timeline-marker:before,
        .timeline.timeline-left .timeline-marker:after,
        .timeline.timeline-left .timeline-marker:before {
            margin-left: 0
        }

    .timeline-left .timeline-breaker,
    .timeline.timeline-left .timeline-breaker {
        margin-left: -20px
    }

        .timeline-left .timeline-breaker:after,
        .timeline-left .timeline-breaker:before,
        .timeline.timeline-left .timeline-breaker:after,
        .timeline.timeline-left .timeline-breaker:before {
            left: 20px
        }

    .timeline-left .timeline-item,
    .timeline-left .timeline-item.even,
    .timeline-left .timeline-item.right,
    .timeline.timeline-left .timeline-item,
    .timeline.timeline-left .timeline-item.even,
    .timeline.timeline-left .timeline-item.right {
        float: none;
        clear: both;
        width: 92%;
        margin-left: 25px;
        margin-right: 0;
        margin-top: 40px;
        left: auto;
        right: auto
    }

        .timeline-left .timeline-item.even:after,
        .timeline-left .timeline-item.even:before,
        .timeline-left .timeline-item.right:after,
        .timeline-left .timeline-item.right:before,
        .timeline-left .timeline-item:after,
        .timeline-left .timeline-item:before,
        .timeline.timeline-left .timeline-item.even:after,
        .timeline.timeline-left .timeline-item.even:before,
        .timeline.timeline-left .timeline-item.right:after,
        .timeline.timeline-left .timeline-item.right:before,
        .timeline.timeline-left .timeline-item:after,
        .timeline.timeline-left .timeline-item:before {
            right: auto;
            left: -20px;
            margin-left: 0;
            top: 20px
        }

        /*        .timeline-left .timeline-item.even:before,
        .timeline-left .timeline-item.right:before,
        .timeline-left .timeline-item:before,
        .timeline.timeline-left .timeline-item.even:before,
        .timeline.timeline-left .timeline-item.right:before,
        .timeline.timeline-left .timeline-item:before {
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            font-style: normal;
            speak: none;
            display: inline-block;
            content: "\F0D9"
        }*/

        .timeline-left .timeline-item.even:after,
        .timeline-left .timeline-item.right:after,
        .timeline-left .timeline-item:after,
        .timeline.timeline-left .timeline-item.even:after,
        .timeline.timeline-left .timeline-item.right:after,
        .timeline.timeline-left .timeline-item:after {
            left: -40px
        }

    .timeline-left .pagination,
    .timeline.timeline-left .pagination {
        background: 0 0;
        padding-left: 1em;
        padding-right: 1em
    }

    .timeline-left .timeline-breaker.timeline-breaker-bottom,
    .timeline-left .timeline-breaker.timeline-breaker-middle,
    .timeline.timeline-left .timeline-breaker.timeline-breaker-bottom,
    .timeline.timeline-left .timeline-breaker.timeline-breaker-middle {
        top: auto;
        margin-bottom: 0
    }

.timeline-right,
.timeline.timeline-right {
    background-position: right top;
    margin-right: 20px;
    text-align: right
}

    .timeline-right .timeline-marker,
    .timeline.timeline-right .timeline-marker {
        margin-left: 0;
        margin-right: -5px;
        float: right
    }

    .timeline-right .timeline-breaker,
    .timeline.timeline-right .timeline-breaker {
        margin-left: 0;
        margin-right: -20px;
        float: right
    }

        .timeline-right .timeline-breaker:after,
        .timeline-right .timeline-breaker:before,
        .timeline.timeline-right .timeline-breaker:after,
        .timeline.timeline-right .timeline-breaker:before {
            right: 12px;
            left: auto
        }

    .timeline-right .timeline-item,
    .timeline-right .timeline-item.even,
    .timeline-right .timeline-item.right,
    .timeline.timeline-right .timeline-item,
    .timeline.timeline-right .timeline-item.even,
    .timeline.timeline-right .timeline-item.right {
        float: right;
        clear: both;
        width: 92%;
        margin-left: 0;
        margin-right: 25px;
        margin-top: 40px;
        left: auto;
        right: 0
    }

        .timeline-right .timeline-item.even:after,
        .timeline-right .timeline-item.even:before,
        .timeline-right .timeline-item.right:after,
        .timeline-right .timeline-item.right:before,
        .timeline-right .timeline-item:after,
        .timeline-right .timeline-item:before,
        .timeline.timeline-right .timeline-item.even:after,
        .timeline.timeline-right .timeline-item.even:before,
        .timeline.timeline-right .timeline-item.right:after,
        .timeline.timeline-right .timeline-item.right:before,
        .timeline.timeline-right .timeline-item:after,
        .timeline.timeline-right .timeline-item:before {
            left: auto;
            right: -20px;
            margin-right: 0;
            top: 20px
        }

        .timeline-right .timeline-item.even:before,
        .timeline-right .timeline-item.right:before,
        .timeline-right .timeline-item:before,
        .timeline.timeline-right .timeline-item.even:before,
        .timeline.timeline-right .timeline-item.right:before,
        .timeline.timeline-right .timeline-item:before {
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            font-style: normal;
            speak: none;
            display: inline-block;
            content: "\F0DA"
        }

        .timeline-right .timeline-item.even:after,
        .timeline-right .timeline-item.right:after,
        .timeline-right .timeline-item:after,
        .timeline.timeline-right .timeline-item.even:after,
        .timeline.timeline-right .timeline-item.right:after,
        .timeline.timeline-right .timeline-item:after {
            right: -40px;
            left: auto
        }

    .timeline-right .pagination,
    .timeline.timeline-right .pagination {
        background: 0 0;
        padding-left: 1em;
        padding-right: 1em
    }

    .timeline-right .timeline-breaker.timeline-breaker-bottom,
    .timeline-right .timeline-breaker.timeline-breaker-middle,
    .timeline.timeline-right .timeline-breaker.timeline-breaker-bottom,
    .timeline.timeline-right .timeline-breaker.timeline-breaker-middle {
        top: auto;
        margin-bottom: 0
    }

.timeline-mini .timeline-item {
    padding: .5em !important;
    margin-top: 50px !important
}

@media (min-width:576px) {
    .timeline.timeline-left .timeline-item,
    .timeline.timeline-left .timeline-item.even,
    .timeline.timeline-left .timeline-item.right,
    .timeline.timeline-right .timeline-item,
    .timeline.timeline-right .timeline-item.even,
    .timeline.timeline-right .timeline-item.right {
        width: 96%
    }
}

/*.carousel-timeline-nav .owl-nav div {
    margin-top: -2px
}

.carousel-timeline-nav .owl-stage-outer {
    padding-bottom: 27px;
    padding-top: 15px;
    margin-bottom: 10px;
    position: relative
}

    .carousel-timeline-nav .owl-stage-outer:after {
        height: 2px;
        width: 500%;
        background: #292b2c;
        left: -200%;
        right: 0;
        top: auto;
        bottom: 12px;
        position: absolute;
        content: '';
        z-index: -1
    }

.carousel-timeline-nav.owl-nav-over .owl-stage-outer {
    margin-left: 30px;
    margin-right: 30px
}

.carousel-timeline-nav.owl-nav-over-lg .owl-stage-outer {
    margin-left: 60px;
    margin-right: 60px
}

.carousel-timeline-nav.owl-nav-over-lg .owl-nav div {
    margin-top: -20px !important
}

.carousel-timeline-nav .owl-item {
    text-align: center
}

.carousel-timeline-nav .owl-thumb {
    position: relative;
    display: block;
    opacity: .9;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

    .carousel-timeline-nav .owl-thumb.active {
        opacity: 1
    }

    .carousel-timeline-nav .owl-thumb:before {
        background: #fff;
        left: 0;
        right: 0;
        top: auto;
        position: absolute;
        content: '';
        margin-left: auto;
        margin-right: auto;
        height: 12px;
        width: 12px;
        border-radius: 12px;
        bottom: -20px;
        border: 2px solid #292b2c;
        z-index: 2;
        opacity: 1
    }

.carousel-timeline-nav .active.owl-thumb:before {
    background: #292b2c
}*/

.list-timeline {
    margin: 0;
    padding: 5px 0;
    position: relative
}

    .list-timeline:before {
        width: 1px;
        background: #ccc;
        position: absolute;
        left: 6px;
        top: 0;
        bottom: 0;
        height: 100%;
        content: ''
    }

    .list-timeline .list-timeline-item {
        margin: 0;
        padding: 0;
        padding-left: 24px !important;
        position: relative
    }

        .list-timeline .list-timeline-item:before {
            width: 12px;
            height: 12px;
            background: #fff;
            border: 2px solid #ccc;
            position: absolute;
            left: 0;
            top: 4px;
            content: '';
            border-radius: 100%;
            -webkit-transition: all .3 ease-in-out;
            transition: all .3 ease-in-out
        }

        .list-timeline .list-timeline-item[data-toggle=collapse] {
            cursor: pointer
        }

        .list-timeline .list-timeline-item.active:before,
        .list-timeline .list-timeline-item.show:before {
            background: #ccc
        }

    .list-timeline.list-timeline-light .list-timeline-item.active:before,
    .list-timeline.list-timeline-light .list-timeline-item.show:before,
    .list-timeline.list-timeline-light:before {
        background: #f8f9fa
    }

    .list-timeline .list-timeline-item.list-timeline-item-marker-middle:before {
        top: 50%;
        margin-top: -6px
    }

    .list-timeline.list-timeline-light .list-timeline-item:before {
        border-color: #f8f9fa
    }

    .list-timeline.list-timeline-grey .list-timeline-item.active:before,
    .list-timeline.list-timeline-grey .list-timeline-item.show:before,
    .list-timeline.list-timeline-grey:before {
        background: #e9ecef
    }

    .list-timeline.list-timeline-grey .list-timeline-item:before {
        border-color: #e9ecef
    }

    .list-timeline.list-timeline-grey-dark .list-timeline-item.active:before,
    .list-timeline.list-timeline-grey-dark .list-timeline-item.show:before,
    .list-timeline.list-timeline-grey-dark:before {
        background: #495057
    }

    .list-timeline.list-timeline-grey-dark .list-timeline-item:before {
        border-color: #495057
    }

    .list-timeline.list-timeline-primary .list-timeline-item.active:before,
    .list-timeline.list-timeline-primary .list-timeline-item.show:before,
    .list-timeline.list-timeline-primary:before {
        background: #55A79A
    }

    .list-timeline.list-timeline-primary .list-timeline-item:before {
        border-color: #55A79A
    }

    .list-timeline.list-timeline-primary-dark .list-timeline-item.active:before,
    .list-timeline.list-timeline-primary-dark .list-timeline-item.show:before,
    .list-timeline.list-timeline-primary-dark:before {
        background: #33635c
    }

    .list-timeline.list-timeline-primary-dark .list-timeline-item:before {
        border-color: #33635c
    }

    .list-timeline.list-timeline-primary-faded .list-timeline-item.active:before,
    .list-timeline.list-timeline-primary-faded .list-timeline-item.show:before,
    .list-timeline.list-timeline-primary-faded:before {
        background: rgba(85, 167, 154, .3)
    }

    .list-timeline.list-timeline-primary-faded .list-timeline-item:before {
        border-color: rgba(85, 167, 154, .3)
    }

    .list-timeline.list-timeline-info .list-timeline-item.active:before,
    .list-timeline.list-timeline-info .list-timeline-item.show:before,
    .list-timeline.list-timeline-info:before {
        background: #17a2b8
    }

    .list-timeline.list-timeline-info .list-timeline-item:before {
        border-color: #17a2b8
    }

    .list-timeline.list-timeline-success .list-timeline-item.active:before,
    .list-timeline.list-timeline-success .list-timeline-item.show:before,
    .list-timeline.list-timeline-success:before {
        background: #28a745
    }

    .list-timeline.list-timeline-success .list-timeline-item:before {
        border-color: #28a745
    }

    .list-timeline.list-timeline-warning .list-timeline-item.active:before,
    .list-timeline.list-timeline-warning .list-timeline-item.show:before,
    .list-timeline.list-timeline-warning:before {
        background: #ffc107
    }

    .list-timeline.list-timeline-warning .list-timeline-item:before {
        border-color: #ffc107
    }

    .list-timeline.list-timeline-danger .list-timeline-item.active:before,
    .list-timeline.list-timeline-danger .list-timeline-item.show:before,
    .list-timeline.list-timeline-danger:before {
        background: #dc3545
    }

    .list-timeline.list-timeline-danger .list-timeline-item:before {
        border-color: #dc3545
    }

    .list-timeline.list-timeline-dark .list-timeline-item.active:before,
    .list-timeline.list-timeline-dark .list-timeline-item.show:before,
    .list-timeline.list-timeline-dark:before {
        background: #343a40
    }

    .list-timeline.list-timeline-dark .list-timeline-item:before {
        border-color: #343a40
    }

    .list-timeline.list-timeline-secondary .list-timeline-item.active:before,
    .list-timeline.list-timeline-secondary .list-timeline-item.show:before,
    .list-timeline.list-timeline-secondary:before {
        background: #6c757d
    }

    .list-timeline.list-timeline-secondary .list-timeline-item:before {
        border-color: #6c757d
    }

    .list-timeline.list-timeline-black .list-timeline-item.active:before,
    .list-timeline.list-timeline-black .list-timeline-item.show:before,
    .list-timeline.list-timeline-black:before {
        background: #000
    }

    .list-timeline.list-timeline-black .list-timeline-item:before {
        border-color: #000
    }

    .list-timeline.list-timeline-white .list-timeline-item.active:before,
    .list-timeline.list-timeline-white .list-timeline-item.show:before,
    .list-timeline.list-timeline-white:before {
        background: #fff
    }

    .list-timeline.list-timeline-white .list-timeline-item:before {
        border-color: #fff
    }

    .list-timeline.list-timeline-green .list-timeline-item.active:before,
    .list-timeline.list-timeline-green .list-timeline-item.show:before,
    .list-timeline.list-timeline-green:before {
        background: #55A79A
    }

    .list-timeline.list-timeline-green .list-timeline-item:before {
        border-color: #55A79A
    }

    .list-timeline.list-timeline-red .list-timeline-item.active:before,
    .list-timeline.list-timeline-red .list-timeline-item.show:before,
    .list-timeline.list-timeline-red:before {
        background: #BE3E1D
    }

    .list-timeline.list-timeline-red .list-timeline-item:before {
        border-color: #BE3E1D
    }

    .list-timeline.list-timeline-blue .list-timeline-item.active:before,
    .list-timeline.list-timeline-blue .list-timeline-item.show:before,
    .list-timeline.list-timeline-blue:before {
        background: #00ADBB
    }

    .list-timeline.list-timeline-blue .list-timeline-item:before {
        border-color: #00ADBB
    }

    .list-timeline.list-timeline-purple .list-timeline-item.active:before,
    .list-timeline.list-timeline-purple .list-timeline-item.show:before,
    .list-timeline.list-timeline-purple:before {
        background: #b771b0
    }

    .list-timeline.list-timeline-purple .list-timeline-item:before {
        border-color: #b771b0
    }

    .list-timeline.list-timeline-pink .list-timeline-item.active:before,
    .list-timeline.list-timeline-pink .list-timeline-item.show:before,
    .list-timeline.list-timeline-pink:before {
        background: #CC164D
    }

    .list-timeline.list-timeline-pink .list-timeline-item:before {
        border-color: #CC164D
    }

    .list-timeline.list-timeline-orange .list-timeline-item.active:before,
    .list-timeline.list-timeline-orange .list-timeline-item.show:before,
    .list-timeline.list-timeline-orange:before {
        background: #e67e22
    }

    .list-timeline.list-timeline-orange .list-timeline-item:before {
        border-color: #e67e22
    }

    .list-timeline.list-timeline-lime .list-timeline-item.active:before,
    .list-timeline.list-timeline-lime .list-timeline-item.show:before,
    .list-timeline.list-timeline-lime:before {
        background: #b1dc44
    }

    .list-timeline.list-timeline-lime .list-timeline-item:before {
        border-color: #b1dc44
    }

    .list-timeline.list-timeline-blue-dark .list-timeline-item.active:before,
    .list-timeline.list-timeline-blue-dark .list-timeline-item.show:before,
    .list-timeline.list-timeline-blue-dark:before {
        background: #34495e
    }

    .list-timeline.list-timeline-blue-dark .list-timeline-item:before {
        border-color: #34495e
    }

    .list-timeline.list-timeline-red-dark .list-timeline-item.active:before,
    .list-timeline.list-timeline-red-dark .list-timeline-item.show:before,
    .list-timeline.list-timeline-red-dark:before {
        background: #a10f2b
    }

    .list-timeline.list-timeline-red-dark .list-timeline-item:before {
        border-color: #a10f2b
    }

    .list-timeline.list-timeline-brown .list-timeline-item.active:before,
    .list-timeline.list-timeline-brown .list-timeline-item.show:before,
    .list-timeline.list-timeline-brown:before {
        background: #91633c
    }

    .list-timeline.list-timeline-brown .list-timeline-item:before {
        border-color: #91633c
    }

    .list-timeline.list-timeline-cyan-dark .list-timeline-item.active:before,
    .list-timeline.list-timeline-cyan-dark .list-timeline-item.show:before,
    .list-timeline.list-timeline-cyan-dark:before {
        background: #008b8b
    }

    .list-timeline.list-timeline-cyan-dark .list-timeline-item:before {
        border-color: #008b8b
    }

    .list-timeline.list-timeline-yellow .list-timeline-item.active:before,
    .list-timeline.list-timeline-yellow .list-timeline-item.show:before,
    .list-timeline.list-timeline-yellow:before {
        background: #D4AC0D
    }

    .list-timeline.list-timeline-yellow .list-timeline-item:before {
        border-color: #D4AC0D
    }

    .list-timeline.list-timeline-slate .list-timeline-item.active:before,
    .list-timeline.list-timeline-slate .list-timeline-item.show:before,
    .list-timeline.list-timeline-slate:before {
        background: #5D6D7E
    }

    .list-timeline.list-timeline-slate .list-timeline-item:before {
        border-color: #5D6D7E
    }

    .list-timeline.list-timeline-olive .list-timeline-item.active:before,
    .list-timeline.list-timeline-olive .list-timeline-item.show:before,
    .list-timeline.list-timeline-olive:before {
        background: olive
    }

    .list-timeline.list-timeline-olive .list-timeline-item:before {
        border-color: olive
    }

    .list-timeline.list-timeline-teal .list-timeline-item.active:before,
    .list-timeline.list-timeline-teal .list-timeline-item.show:before,
    .list-timeline.list-timeline-teal:before {
        background: teal
    }

    .list-timeline.list-timeline-teal .list-timeline-item:before {
        border-color: teal
    }

    .list-timeline.list-timeline-green-bright .list-timeline-item.active:before,
    .list-timeline.list-timeline-green-bright .list-timeline-item.show:before,
    .list-timeline.list-timeline-green-bright:before {
        background: #2ECC71
    }

    .list-timeline.list-timeline-green-bright .list-timeline-item:before {
        border-color: #2ECC71
    }

/*container file-upload ocr*/
.wrapper-upload {
    margin: auto;
    max-width: 640px;
    padding-top: 60px;
    text-align: center;
}

.fa-rotate-45 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fa-rotate-135 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.container-upload {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    border: 0.5px solid rgba(130, 130, 130, 0.25);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.upload-container {
    background-color: rgb(239, 239, 239);
    border-radius: 6px;
    padding: 10px;
}

.border-container {
    border: 5px dashed rgba(198, 198, 198, 0.65);
    border-radius: 6px;
    padding: 30px;
}

    .border-container p {
        color: #130f40;
        font-weight: 600;
        font-size: 1.1em;
        letter-spacing: -1px;
        margin-top: 30px;
        margin-bottom: 0;
        opacity: 0.65;
    }

.icons {
    color: #95afc0;
    opacity: 0.55;
}

.ui-fileupload .ui-button:not(.ui-fileupload-choose), .ui-fileupload .ui-paginator-element:not(.ui-fileupload-choose) {
    background-color: red !important;
}

.ui-fileupload-buttonbar {
    margin-bottom: 10px;
}

.bg-transparent {
    background-color: transparent;
}


/* Barra scorrimento */
body:not(.rz-default-scrollbars) ::-webkit-scrollbar-thumb {
    background: #479cc8;
    border: 4px solid rgba(0, 0, 0, 0);
    background-clip: border-box;
    border-radius: 8px;
}

/*Animated Spinner Bar*/

.spinner {
    margin: 100px auto 0;
    width: 70px;
    text-align: center;
}

    .spinner > div {
        width: 18px;
        height: 18px;
        background-color: #fde7f9;
        background-image: linear-gradient(315deg, #fde7f9 0%, #aacaef 74%);
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }


    .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

/*Modal Lavorazione Filtri*/
.content_list_nav {
    position: relative;
    font-weight: 300;
    color: #3d5358;
    max-width: 780px;
    margin: 0 auto;
}

.content__list {
    position: relative;
    margin-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 5rem;
    backface-visibility: hidden;
}

.company {
    position: relative;
    width: fit-content();
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 1rem;
    margin-top: 1rem;
    padding-top: 0.75rem;
    border-radius: 6px;
    background-color: white;
    box-shadow: 0 0 0 1px #c5d0d1;
    backface-visibility: hidden;
    transform-origin: 10% 50%;
    z-index: 1;
}

.company__data {
    line-height: 1.3
}

.company__label {
    font-size: 0.8rem
}

.company__rating {
    text-align: center
}

.company__info {
    padding: 0 0.75rem;
    text-align: center;
}

.company__logo {
    width: 3rem;
    height: 3rem;
    margin: 0 auto;
}

.company__name {
    height: 2.5rem;
    margin: 0.75rem 0;
    font-size: 1.3rem;
    font-weight: 200;
    text-align: center;
}

.company__slogan {
    height: 2rem;
    text-align: center;
    font-weight: 400;
    text-transform: capitalize;
}

.company__details {
    display: flex;
    justify-content: space-between;
    margin-top: 1.5rem;
    padding: 0.5rem 0.75rem;
    background-color: rgba(197, 208, 209, 0.1);
    border-top: 1px solid #c5d0d1;
}

.company__country:hover {
    text-decoration: underline;
    cursor: pointer;
}

.nav__label {
    position: relative;
    margin-left: 1rem;
    text-transform: capitalize;
    z-index: 1;
    cursor: pointer;
}

    .nav__label::after {
        content: '\00d7';
        display: inline-block;
        color: transparent;
        width: 0.5rem;
        font-weight: 400;
        transform: scale(0);
        transition: transform 150ms ease-in-out;
    }

.nav__label--clear {
    color: #f68185;
    opacity: 0;
    transform: translate3d(-25%, 0, 0);
    pointer-events: none;
    transition: all 275ms ease-in-out;
}

.nav__label--filter ~ .nav__label--clear {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    pointer-events: auto;
}

.nav__label--filter::after,
.nav__label--active::after {
    transform: scale(1)
}

.nav__label--filter::after {
    content: '\2022';
    color: #46d2c4;
}

.nav__label--active::after {
    content: '\00d7';
    color: #f68185;
}

.dropdown-menu-select-menu-select {
    position: relative;
    height: auto;
    overflow: hidden;
    transition: height 350ms;
}

.dropdown-menu-select::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1rem;
    background-image: linear-gradient(to top, white, rgba(white, 0));
}

.dropdown-menu-select-enter,
.dropdown-menu-select-leave-to {
    opacity: 0
}

.dropdown-menu-select-leave,
.dropdown-menu-select-enter-to {
    opacity: 1
}

.dropdown-menu-select-enter-active,
.dropdown-menu-select-leave-active {
    position: absolute;
    width: 100%;
    transition: opacity 200ms ease-in-out;
}

.dropdown-menu-select-enter-active {
    transition-delay: 100ms
}

.filters {
    padding: 0 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    list-style: none;
}

.filters__item {
    margin-top: 0.5rem;
    margin-right: 0.5rem;
    padding: 0.25rem 0.5rem;
    border: 1px solid #c5d0d1;
    border-radius: 6px;
    font-size: 0.8rem;
    line-height: 1.35;
    cursor: pointer;
    transition: all 275ms;
}

.filters__item--active {
    color: white;
    border-color: #229DD9;
    background-color: #229DD9;
}

.filters__item:hover {
    border-color: #379a93
}

.filters--active {
    color: white;
    border-color: #379a93;
    background-color: #379a93;
}

.filters__rating {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem 0;
}

.filters__range {
    width: 200px;
    margin-top: 1rem;
    color: inherit;
}

.filters::-webkit-slider-thumb {
    width: 0.8rem;
    height: 0.8rem;
    margin-top: calc(-0.4rem + 2px);
    border-radius: 100%;
    background-color: currentColor;
}

.filters::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    background-image: linear-gradient(to right, white, #46d2c4);
}

.timeline_filter_step {
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 100%;
    margin: 100px auto;
    counter-reset: step;
}

    .timeline_filter_step li {
        float: left;
        text-align: center;
        width: 150px;
        position: sticky;
    }

        .timeline_filter_step li:before {
            content: counter(step);
            counter-increment: step;
            line-height: 35px;
            width: 35px;
            height: 35px;
            display: block;
            border-radius: 100%;
            border: 1px solid #CCC;
            margin: 0 auto 15px auto;
            background: #fff;
        }

        .timeline_filter_step li:after {
            content: '';
            width: 100%;
            height: 1px;
            background: #DDD;
            display: block;
            position: absolute;
            top: 17.5px;
            left: 50%;
            z-index: -1;
        }

        .timeline_filter_step li:last-child:after {
            content: none;
        }

        .timeline_filter_step li.active {
            color: var(--textBlu);
        }

        .timeline_filter_step li.no-active {
            color: #DDD;
            background-color: white;
            pointer-events: none;
        }

.no-active-label {
    color: #DDD;
}

.timeline_filter_step li:first-child:before {
    border-color: var(--borderColor);
}

.timeline_filter_step li:first-child:after {
    background: var(--buttonBlu);
}

/*Animated Spinner Bar*/
.spinner {
    margin: 100px auto 0;
    width: 70px;
    text-align: center;
}

    .spinner > div {
        width: 18px;
        height: 18px;
        background-color: #fde7f9;
        background-image: linear-gradient(315deg, #fde7f9 0%, #aacaef 74%);
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}
/*Notifications*/

.notifications {
/*    top: 60px;
    right: 0px;*/
    top: 100px;
    right: 40px;
    left: unset;
    width: 460px;
    box-shadow: 0px 5px 7px -1px #c1c1c1;
    padding-bottom: 0px;
    padding: 0px;
}

    .notifications:before {
        content: "";
        position: absolute;
        top: -20px;
        right: 12px;
        border: 10px solid var(--buttonBlu);
        border-color: transparent transparent var(--buttonBlu) transparent;
    }

.notification-box {
    padding: 10px 0px;
}

    .notification-box:hover {
        background-color: #eee
    }

.fa-stack[data-count]:after {
    position: absolute;
    right: 20%;
    top: 15%;
    content: attr(data-count);
    font-size: 30%;
    padding: .6em;
    border-radius: 999px;
    line-height: .75em;
    color: white;
    background: rgba(255,0,0,.95);
    text-align: center;
    min-width: 2em;
    font-weight: bold;
}


@media (max-width: 640px) {
    .notifications {
        top: 50px;
        left: -16px;
        width: 290px;
    }
}
.ui-tabview-nav .ui-tabview-selected a {
    color: var(--buttonBlu);
}

.colorStepMedico {
    color: var(--textStepMedico);
}

.colorStepProduttore {
    color: var(--textStepProduttore);
}

.colorStepProgettista {
    color: var(--textStepProgettista);
}

.colorStepRifinitore {
    color: var(--textStepRifinitore);
}

.colorStepTecnico {
    color: var(--textStepTecnico);
}

.colorStepSSM {
    color: var(--textStepSSM);
}

.colorStepSSL {
    color: var(--textStepSSL);
}

.colorStepSE {
    color: var(--textStepSE);
}

.colorStepSD {
    color: var(--textStepSD);
}