﻿/*html {
    zoom: 90%;
}*/

body {
    font-family: "Lato", serif;
    color: #0b0b0b;
    background-color: #f4f4f4;
    padding-bottom: 2rem;
    min-height: 0 !important;
    position: inherit !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    letter-spacing: -.05rem;
}

.urbanist {
    font-family: "Urbanist", sans-serif !important;
    letter-spacing: -.05rem;
}

button {
    border-style: solid;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu a::after {
        transform: rotate(-90deg);
        position: absolute;
        right: 6px;
        top: .8em;
    }

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-left: .1rem;
        margin-right: .1rem;
        margin-left: 20px;
    }

#navbar-desktop {
    font-size: 1.1rem;
}

    #navbar-desktop .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-left: .1rem;
        margin-right: .1rem;
    }

    #navbar-desktop .dropdown-menu {
        font-size: 1.1rem;
    }

.field-validation-error {
    color: #dc3545;
}

.field-validation-valid, .validation-summary-valid {
    display: none;
}

.search-menu-fixed {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    padding: 10px;
    background: #FFFFFF;
    z-index: 2;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
    display: none;
}

#ListaCatSimulatore ul.jqtree-tree li.jqtree_common {
    display: inline;
}

#ListaCatSimulatore ul.jqtree-tree .jqtree-element {
    display: table-cell;
    margin: 2px;
}

.filter-badge {
    display: inline-block;
    min-width: 10px;
    padding: 5px;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #888;
    border-radius: 3px;
    margin: 3px 0;
}

/*SCHEDINE*/
.schedina {
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    margin-top: 30px;
    margin-bottom: 30px;
    page-break-inside: avoid;
    page-break-after: avoid;
    page-break-before: avoid;
}

    .schedina .card {
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
        border-radius: 1rem;
        margin-bottom: 0rem;
    }

        .schedina .card > .list-group:first-child .list-group-item:first-child {
            border-top-left-radius: 1rem;
            border-top-right-radius: 1rem;
        }

        .schedina .card > .list-group:last-child .list-group-item:last-child {
            border-bottom-left-radius: 1rem;
            border-bottom-right-radius: 1rem;
        }

    .schedina > .card.bg,
    .schedina > .card.bg {
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        border: 3px solid #cbcbcb !important;
        background: rgb(249,249,249);
        background: -webkit-linear-gradient(rgba(249,249,249,1) 60%, rgba(253,233,237,1) 90%);
        background: -o-linear-gradient(rgba(249,249,249,1) 60%, rgba(253,233,237,1) 90%);
        background: linear-gradient(rgba(249,249,249,1) 60%, rgba(253,233,237,1) 90%);
    }

    .schedina.mepa > .card.bg {
        background: -webkit-linear-gradient(rgba(249,249,249,1) 60%, rgba(255,250,232,1) 90%);
        background: -o-linear-gradient(rgba(249,249,249,1) 60%, rgba(255,250,232,1) 90%);
        background: linear-gradient(rgba(249,249,249,1) 60%, rgba(255,250,232,1) 90%);
    }

    .schedina.ripub > .card.bg {
        background: -webkit-linear-gradient(rgba(249,249,249,1) 60%, rgba(255,235,255,1) 90%);
        background: -o-linear-gradient(rgba(249,249,249,1) 60%, rgba(255,235,255,1) 90%);
        background: linear-gradient(rgba(249,249,249,1) 60%, rgba(255,235,255,1) 90%);
    }

    .schedina.alien > .card.bg {
        background: -webkit-linear-gradient(rgba(249,249,249,1) 60%, rgba(255,225,208,1) 90%);
        background: -o-linear-gradient(rgba(249,249,249,1) 60%, rgba(255,225,208,1) 90%);
        background: linear-gradient(rgba(249,249,249,1) 60%, rgba(255,225,208,1) 90%);
    }

    .schedina.esito > .card.bg {
        background: -webkit-linear-gradient(rgba(249,249,249,1) 60%, rgba(229,241,232,1) 90%);
        background: -o-linear-gradient(rgba(249,249,249,1) 60%, rgba(229,241,232,1) 90%);
        background: linear-gradient(rgba(249,249,249,1) 60%, rgba(229,241,232,1) 90%);
    }

    .schedina.albof > .card.bg {
        background: -webkit-linear-gradient(rgba(249,249,249,1) 60%, rgba(231,236,255,1) 90%);
        background: -o-linear-gradient(rgba(249,249,249,1) 60%, rgba(231,236,255,1) 90%);
        background: linear-gradient(rgba(249,249,249,1) 60%, rgba(231,236,255,1) 90%);
    }

    .schedina .btn-footer {
        background-color: #FDE9ED;
    }

    .schedina.mepa .btn-footer {
        background-color: #FFFAE8;
    }

    .schedina.ripub .btn-footer {
        background-color: #FFEBFF;
    }

    .schedina.alien .btn-footer {
        background-color: #FFE1D0;
    }

    .schedina.esito .btn-footer {
        background-color: #E5F1E8;
    }

    .schedina.albof .btn-footer {
        background-color: #E7ECFF;
    }

    .schedina.preferita .card.bg {
        border: 5px solid yellow !important;
    }

    .schedina .divider {
        height: 1px;
        width: 100%;
        background-color: #cccccc;
    }

    .schedina.esito .alert-color {
        color: #155724 !important;
        background-color: #d4edda !important;
        border-color: #c3e6cb !important;
    }

    .schedina.ripub .alert-color {
        color: #5C005C !important;
        background-color: #FFECFF !important;
        border-color: #FFE4FF !important;
    }

    .schedina.mepa .alert-color {
        color: #856404 !important;
        background-color: #fff3cd !important;
        border-color: #ffeeba !important;
    }

    .schedina .text-color {
        color: #c4161c;
    }

    .schedina.mepa .text-color {
        color: #FEC700;
    }

    .schedina.esito .text-color {
        color: #008200;
    }

    .schedina.albof .text-color {
        color: #011FF6;
    }

    .schedina.ripub .text-color {
        color: #800080;
    }

    .schedina.alien .text-color {
        color: #F18E1C;
    }

    .schedina .text-color.already-downloaded {
        opacity: 0.4;
    }

.divider-numerogara {
    display: none;
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
    .divider-numerogara {
        display: block;
    }

    .divider-numeroschedina {
        display: none;
    }
}
/*FINE SCHEDINE*/

/*FUNZIONI PRO*/
.border-form {
    border: 1px solid #f6b6c6 !important;
    background-image: url(https://www.appalti.org/ipfaxweb/images/bg-card.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}
/*FINE FUNZIONI PRO*/

.homepage {
    font-size: 1.1rem;
}

    .homepage a .card {
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        border: none;
        border-left: solid 3px #c4161c;
    }

    .homepage a:hover .card {
        -webkit-box-shadow: 0px 10px 30px -15px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 10px 30px -15px rgba(0,0,0,0.5);
        box-shadow: 0px 10px 30px -15px rgba(0,0,0,0.5);
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .homepage .col-6 {
        margin-bottom: 20px;
    }

@media screen and (min-width: 992px) {
    .homepage .col-6 {
        min-width: 20%;
    }
}

.homepage-inverted a .card {
    background-color: transparent;
    border: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.homepage-inverted a {
    color: #888888;
}

    .homepage-inverted a:hover {
        color: #c4161c;
    }

        .homepage-inverted a:hover .card {
            background-color: #eeeeee;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -ms-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
        }

#navbar-desktop .tab-content .navbar-nav {
    width: 100%;
}

#navbar-desktop {
    background-color: #DBDBDB;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    margin-top: 50px;
}

    #navbar-desktop .nav-tabs {
        border-bottom: none;
    }

    #navbar-desktop .tab-content {
        background-color: #ffffff;
    }

    #navbar-desktop .nav-tabs .nav-link {
        border: none;
        color: #333333;
        font-weight: bold;
        font-size: 1.1rem;
        text-transform: uppercase;
    }

@media (992px <= width <= 1199.98px) {
    #navbar-desktop .nav-tabs .nav-link, #navbar-desktop, #navbar-desktop .dropdown-menu {
        font-size: .9rem;
    }
}

#navbar-desktop .nav-tabs .nav-link:hover, #navbar-desktop .nav-tabs .nav-link:focus {
    background-color: #eeeeee;
}

#navbar-desktop .nav-tabs .nav-link.active {
    color: #c4161c;
    font-weight: bold;
    background-color: #ffffff;
}

#navbar-desktop .nav-tabs .nav-link {
    padding: 1rem .25rem;
}

#navbar-desktop .tab-content a {
    color: #333333;
}

#navbar-desktop .tab-content .dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #eeeeee;
    -webkit-box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.5);
    box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.5);
    border: none;
    margin-top: 0;
}

#navbar-desktop .tab-content .dropdown-item:hover, #navbar-desktop .tab-content .dropdown-item:focus {
    background-color: #c4161c;
    color: #ffffff;
}

#navbar-desktop .tab-content .nav-link {
    padding-left: 5px;
}

    #navbar-desktop .tab-content .nav-link:hover {
        color: #c4161c;
    }

    #navbar-desktop .tab-content .nav-link.dropdown-toggle[aria-expanded="true"] {
        background-color: #c4161c;
        color: #ffffff;
    }

@media screen and (max-width: 1399.98px) {
    #navbar-desktop .tab-content .row .col:last-child .dropdown-menu {
        position: absolute;
        right: 102%;
        left: auto;
        top: 0;
    }
}

#navbar-desktop .tab-content .navbar-nav > .dropdown > .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    float: right;
    transform: rotate(-90deg);
    margin-top: 9px;
    border-left: 0.3em solid transparent;
}

.navbar-is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.print-header {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    margin: 0 !important;
    padding: 0 !important;
}

.print-footer {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    margin: 0 !important;
    padding: 0 !important;
}

.filtro-cliente {
    font-weight: bold;
    color: var(--bs-primary) !important;
}

.table-borderleft th:first-child {
    border-left: 10px solid var(--primary);
}

.table-borderleft td:first-child {
    border-left: 10px solid transparent;
}

.table-borderleft tr.success > td {
    background-color: #d4edda;
}

    .table-borderleft tr.success > td:first-child {
        border-left: 10px solid #4cae4c;
    }

.table-borderleft tr.warning > td:first-child {
    border-left: 10px solid #eea236;
}

.table-borderleft tr.info > td:first-child {
    border-left: 10px solid #46b8da;
}

.table-borderleft tr.danger > td:first-child {
    border-left: 10px solid #d43f3a
}

.card-body.scrollable {
    height: 390px;
    overflow-y: scroll;
}

.lampeggiante {
    opacity: 0;
    font-weight: bold;
    float: right;
    color: #ff0000;
    transition: opacity .2s;
}

mark {
    /*
        background-color: #c4161c;
        color: #ffffff;
    */
    background-color: #fcf003;
    color: #333;
    font-weight: bold;
}

@media print {
    html {
        font-size: 80%;
    }

    body {
        margin: 0 !important;
        padding: 0 !important;
    }

    @page {
        size: portrait;
    }


    .table-overflow {
    }

    .print-footer, .print-footer-space {
        width: 100%;
        height: 50px;
        display: block;
    }

    .print-header, .print-header-space {
        width: 100%;
        height: 50px;
        display: block;
    }

    .fluid-container, .container, .container-lg {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .schedina {
        display: inline-block;
    }

    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12
    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left;
    }

    .col-sm-12, .col-xs-12, .col-md-12, .col-lg-12, .col-xl-12 {
        width: 100%;
    }

    .col-sm-11, .col-xs-11, .col-md-11, .col-lg-11, .col-xl-11 {
        width: 91.66666667%;
    }

    .col-sm-10, .col-xs-10, .col-md-10, .col-lg-10, .col-xl-10 {
        width: 83.33333333%;
    }

    .col-sm-9, .col-xs-9, .col-md-9, .col-lg-9, .col-xl-9 {
        width: 75%;
    }

    .col-sm-8, .col-xs-8, .col-md-8, .col-lg-8, .col-xl-8 {
        width: 66.66666667%;
    }

    .col-sm-7, .col-xs-7, .col-md-7, .col-lg-7, .col-xl-7 {
        width: 58.33333333%;
    }

    .col-sm-6, .col-xs-6, .col-md-6, .col-lg-6, .col-xl-6 {
        width: 50%;
    }

    .col-sm-5, .col-xs-5, .col-md-5, .col-lg-5, .col-xl-5 {
        width: 41.66666667%;
    }

    .col-sm-4, .col-xs-4, .col-md-4, .col-lg-4, .col-xl-4 {
        width: 33.33333333%;
    }

    .col-sm-3, .col-xs-3, .col-md-3, .col-lg-3, .col-xl-3 {
        width: 25%;
    }

    .col-sm-2, .col-xs-2, .col-md-2, .col-lg-2, .col-xl-2 {
        width: 16.66666667%;
    }

    .col-sm-1, .col-xs-1, .col-md-1, .col-lg-1, .col-xl-1 {
        width: 8.33333333%;
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .col-xs-auto, .col-md-auto, .col-lg-auto, .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xs, .col-md, .col-lg, .col-xl {
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .order-xs-1, .order-md-1, .order-lg-1, .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xs-2, .order-md-2, .order-lg-2, .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xs-3, .order-md-3, .order-lg-3, .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xs-4, .order-md-4, .order-lg-4, .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xs-5, .order-md-5, .order-lg-5, .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xs-6, .order-md-6, .order-lg-6, .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xs-7, .order-md-7, .order-lg-7, .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xs-8, .order-md-8, .order-lg-8, .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xs-9, .order-md-9, .order-lg-9, .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xs-10, .order-md-10, .order-lg-10, .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xs-11, .order-md-11, .order-lg-11, .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xs-12, .order-md-12, .order-lg-12, .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .text-xs-end, .text-md-end, .text-lg-end, .text-xl-end {
        text-align: right !important;
    }

    .text-xs-start, .text-md-start, .text-lg-start, .text-xl-start {
        text-align: left !important;
    }

    .text-xs-center, .text-md-center, .text-lg-center, .text-xl-center {
        text-align: center !important;
    }

    .align-items-xs-start, .align-items-md-start, .align-items-lg-start, .align-items-xl-start {
        align-items: flex-start !important;
    }

    .align-items-xs-end, .align-items-md-end, .align-items-lg-end, .align-items-xl-end {
        align-items: flex-end !important;
    }

    .align-items-xs-center, .align-items-md-center, .align-items-lg-center, .align-items-xl-center {
        align-items: center !important;
    }
}

.rag-soc-dropdown {
    max-width: 250px;
}

    .rag-soc-dropdown.dropdown-toggle::after {
        display: none;
    }

#navbar-mobile a {
    color: #fff;
    text-decoration: none;
    display: block;
}

#navbar-mobile .dropdownmenu-item {
    padding: 0.5rem;
}

#navbar-mobile .menu-item {
    padding: 0.5rem;
}

#navbar-mobile .dropdownmenu-item a:after {
    float: right;
    content: "\f0d7";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

#navbar-mobile .submenu {
    padding-left: 1.5rem;
    background: #EEE;
    /*border-top: 1px solid #AAA;*/
    border-left: 1px solid #CCC;
}

    #navbar-mobile .submenu a {
        /*margin-left: 1.5rem;*/
        color: #333;
    }

.upload-drag-drop {
    background-color: #F9F9F9;
    border: #CCC 4px dashed;
    line-height: 250px;
    padding: 12px;
    font-size: 24px;
    text-align: center;
}

    .upload-drag-drop:after {
        content: 'Trascina qui i file';
    }

    .upload-drag-drop.drop-hover {
        border-color: #333;
    }

.upload-file-list {
    margin-top: 5px;
    padding: 0;
}

    .upload-file-list .upload-file {
        list-style-type: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 375px;
        margin-bottom: 16px;
        position: relative;
    }

        .upload-file-list .upload-file p {
            margin: 0 0 0 12px;
            font-size: .889rem;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }


@media print {
    .list-group .list-group-item {
        border-top: 1px solid rgba(0, 0, 0, 0.125);
        border-bottom: 1px solid rgba(0, 0, 0, 0.125);
        border-left: 2px solid #666;
        border-right: 2px solid #666;
    }

        .list-group .list-group-item:first-child {
            border-top: 2px solid #666;
            border-bottom: 1px solid rgba(0, 0, 0, 0.125);
            border-left: 2px solid #666;
            border-right: 2px solid #666;
        }

        .list-group .list-group-item:last-child {
            border-top: 1px solid rgba(0, 0, 0, 0.125);
            border-bottom: 2px solid #666;
            border-left: 2px solid #666;
            border-right: 2px solid #666;
        }

    .list-group-item-danger {
        font-size: 1.1rem;
    }
}

#main-content {
    margin-top: 50px;
}

.menu-hover {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    background-color: #DBDBDB;
    z-index: 1029;
}

    .menu-hover.natale2021 {
        background-color: #eeeeee;
    }

.tab-title {
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.1rem;
    display: block;
    color: #333333;
    text-decoration: none;
}

@media (991.98px <= width <= 1199.98px) {
    .tab-title {
        font-size: .9rem;
    }
}

.tab-title:hover {
    text-decoration: none;
}

.menu-hover-tab:hover {
    background-color: #ffffff;
}

    .menu-hover-tab:hover .tab-title {
        color: #c4161c;
    }

.menu-hover-tab .tab-title:hover {
    cursor: pointer;
}

@media screen and (max-width: 991.98px) {
    .menu-hover {
        display: none;
    }

    #main-content {
        margin-top: 51px;
    }
}

.menu-hover-tab-content {
    display: none;
}

.menu-hover-tab:hover > .menu-hover-tab-content {
    display: block;
}

.menu-hover-tab-content {
    position: fixed;
    top: 101px;
    left: 0;
    right: 0;
    background-color: #ffffff;
    box-shadow: 0 10px 20px -10px rgba(0,0,0,.2);
    padding-bottom: 1.5rem;
    font-size: 1.1rem;
}

.natale2021 .menu-hover-tab-content {
    top: 181px;
}

.menu-hover-tab-content .tab-pane {
    text-align: left !important;
    color: #333333;
}

.menu-hover-tab-content a {
    color: #333333;
}

    .menu-hover-tab-content a:hover {
        color: #c4161c;
    }

.menu-hover-tab-content .navbar-nav {
    width: 100%;
}

.menu-hover-tab-content .dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0;
    font-size: 1.1rem;
    background-color: #eeeeee;
    -webkit-box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.5);
    box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.5);
    border: none;
    margin-top: 0;
}

.menu-hover-tab-content .dropdown-item:hover, .menu-hover-tab-content .dropdown-item:focus {
    background-color: #c4161c;
    color: #ffffff;
}

.menu-hover-tab-content .nav-link:hover {
    color: #c4161c;
}

@media screen and (max-width: 1399.98px) {
    .menu-hover-tab-content .row .col:last-child .dropdown-menu {
        position: absolute;
        right: 102%;
        left: auto;
        top: 0;
    }
}

.menu-hover-tab-content .navbar-nav > .dropdown > .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    float: right;
    transform: rotate(-90deg);
    margin-top: 9px;
    border-left: 0.3em solid transparent;
}

.menu-hover-tab-content .dropdown-submenu .dropdown-menu {
    margin-left: 0;
}

.banner-natale-2021 {
    width: 100%;
    height: 80px;
    background-image: url('/images/2021-12-14_banner_natale_allungato.jpg');
    background-position: center center;
    background-size: cover;
}

@media screen and (min-width: 992px) {
    /*#benvenuto_title {
        margin-top: calc(3rem + 100px) !important;
    }*/
}

.banner-natale-2021-mobile {
    width: 100%;
    height: 50px;
    background-image: url('/images/2021-12-14_banner_natale_allungato.jpg');
    background-position: center center;
    background-size: cover;
}

.table-responsive-fixed-header {
    height: 80vh;
    overflow-y: scroll;
}

    .table-responsive-fixed-header table.dataTable {
        margin-top: 0 !important;
    }

    .table-responsive-fixed-header thead tr:nth-child(1) th {
        background: #c4161c;
        position: sticky;
        top: 0;
        z-index: 10;
    }

.btn-light {
    color: #212529;
    background-color: #eeeeee;
    border-color: #eeeeee;
}

.text-blurred, .text-blurred .text-danger {
    user-select: none;
    color: transparent !important;
    text-shadow: 0 0 10px rgb(0 0 0 / 100%);
}

.loader {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(125, 125, 125, .25);
    color: #c4161c;
}

    .loader .spinner-border {
        width: 8rem;
        height: 8rem;
    }

.table.tabella-pf th, .table.tabella-pf td {
    padding: .5rem;
}

#agenda-widget .owl-nav {
    position: absolute;
    left: -50px;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    height: 100%;
    z-index: -1;
}

    #agenda-widget .owl-nav button {
        padding: 10px !important;
        outline: none !important;
        height: calc(100% - 30px);
        background: rgba(255,255,255,.6);
    }

        #agenda-widget .owl-nav button:hover {
            background: rgba(0,0,0,.1);
        }

        #agenda-widget .owl-nav button:active, #agenda-widget .owl-nav button:focus {
            outline: none !important;
        }

#agenda-widget .owl-next span, #agenda-widget .owl-prev span {
    font-size: 2rem;
}

#agenda-widget .owl-stage-outer {
    padding-top: 15px;
    padding-bottom: 15px;
}

#agenda-widget .owl-item {
    padding: 2rem;
    background-color: #ffffff;
    height: 175px;
    box-shadow: 0 20px 10px -20px rgb(0,0,0,.3);
}

    #agenda-widget .owl-item > div {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        height: 100%;
    }

#agenda-widget .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    display: none;
}

    #agenda-widget .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
        display: inline;
    }

        #agenda-widget .owl-dots .owl-dot span {
            width: 10px;
            height: 10px;
            margin: 5px 7px;
            background: #D6D6D6;
            display: block;
            -webkit-backface-visibility: visible;
            transition: opacity 200ms ease;
            border-radius: 30px;
        }

        #agenda-widget .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
            background: #869791;
        }

.agenda-widget-titolo {
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 7px;
}

    .agenda-widget-titolo a {
        color: #222222;
    }

.agenda-widget-descrizione {
    font-size: .9rem;
}

.agenda-widget-info {
    color: #c4161c;
    font-size: .9rem;
    border-top: solid 1px #cccccc;
    margin-top: auto;
    padding-top: 7px;
}

.numero-gare-piattaforma .card-body {
    text-align: center;
}

.gare-piattaforma {
    font-size: 2em;
    color: #c4161c;
    line-height: 1.2;
}

.nome-piattaforma {
    font-weight: bold;
    font-size: 1.1rem;
}

.zona-piattaforma {
    color: #777777;
    font-size: .95rem;
}

[data-toggle="collapse"] .icon-open {
    display: inline-block;
}

[data-toggle="collapse"].collapsed .icon-open {
    display: none;
}

[data-toggle="collapse"] .icon-close {
    display: none;
}

[data-toggle="collapse"].collapsed .icon-close {
    display: inline-block;
}

tr[data-href] {
    cursor: pointer;
}

.text-strike {
    text-decoration: line-through;
}

.skiptranslate {
    display: none;
}

.btn-ca23, .btn-ca23:focus {
    background-color: #007bff;
    color: #ffffff;
}

    .btn-ca23:hover, .btn-ca23:active {
        background-color: #0069d9;
        color: #ffffff;
    }

#menusimulatore .flex-column {
    border: none !important;
    border-right: solid 1px #f5f5f5 !important;
    padding: 2rem 3rem 1rem;
}

    #menusimulatore .flex-column:hover {
        background-color: aliceblue;
    }

#menusimulatore h5 {
    font-weight: bold;
}

.hero-title {
    background-image: url(/images/Simulatore/bg-sim3.jpg);
    background-repeat: no-repeat;
    background-position: bottom right -50px;
    background-size: 65%;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.hero-title-shader {
    background: rgb(169,5,51);
    background: linear-gradient(90deg, rgba(169,5,51,1) 40%, rgba(255,255,255,0) 80%);
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.hero-title h1 {
    font-size: 6vw;
    text-shadow: 3px 3px 5px rgba(0,0,0,.1);
}


.hero-title h2 {
    font-size: 1.5vw;
}

#menusimulatore .flex-column {
    color: #0b0b0b;
}

#menusimulatore .flex-column {
    color: #0b0b0b;
}

    #menusimulatore .flex-column button {
        outline: none !important;
        box-shadow: none !important;
        color: #c4161c;
        text-transform: uppercase;
    }

        #menusimulatore .flex-column button .fab {
            font-size: 1.2rem !important;
        }

@media (max-width: 1199.98px) {
    .hero-title h2 {
        font-size: 2vw;
    }

    #menusimulatore .flex-column {
        padding: 1rem;
    }
}

@media (max-width: 991.98px) {
    .hero-title h1 {
        font-size: 8vw;
    }

    .hero-title h2 {
        font-size: 2.5vw;
    }
}

@media (max-width: 767.98px) {
    .hero-title h1 {
        font-size: 9vw;
    }

    .hero-title h2 {
        font-size: 2.5vw;
    }

    .hero-title-shader {
        background: rgb(169,5,51);
        background: linear-gradient(90deg, rgba(169,5,51,1) 50%, rgba(255,255,255,0) 90%);
    }

    #menusimulatore .flex-column {
        border-bottom: solid 1px #f5f5f5 !important;
    }

    #menusimulatore .col-md-3:last-child .card {
        border-bottom: none !important;
    }
}

@media (max-width: 575.98px) {
    .hero-title-shader {
        background: rgb(169,5,51);
    }

    .hero-title h1 {
        font-size: 11vw;
    }

    .hero-title h2 {
        font-size: 3.5vw;
    }

    #menusimulatore .flex-column {
        border-right: none !important;
    }

    #menusimulatore .card-img-top {
        width: 50%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
}

.jqtree-selected .jqtree-element > .jqtree-title::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f26e";
}

.jqtree-folder:not(.jqtree-selected):has(.jqtree-selected) > .jqtree-element > .jqtree-title::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\F269";
}

::placeholder {
    color: #b2b2b2 !important;
    font-weight: 400;
}

::-ms-input-placeholder {
    color: #b2b2b2 !important;
    font-weight: 400;
}

select.has-placeholder:has(option[value=""]:checked) {
    color: #b2b2b2;
    font-weight: 400;
}

    select.has-placeholder:has(option[value=""]:checked) > option {
        color: initial;
    }

select.has-placeholder > option:first-child {
    color: #b2b2b2 !important;
}

.no-filtro-cliente .filtro-cliente {
    color: #1C4257 !important;
    font-weight: normal;
}

.badge-novita {
    position: relative;
    display: block;
}

    .badge-novita::after {
        position: absolute;
        top: 0;
        right: 0;
        background-color: #c4161c;
        color: #ffffff;
        font-weight: bold;
        font-size: 14px;
        content: "NOVITÀ";
        -webkit-border-top-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-topright: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-top-right-radius: 4px;
        border-bottom-left-radius: 4px;
        padding: 3px 8px;
    }

[aria-expanded=false] .icon-expanded {
    display: none;
}

[aria-expanded=true] .icon-collapsed {
    display: none;
}

.accordion-button:not([data-bs-toggle=collapse])::after {
    display: none;
}


.select2-container .select2-selection, .select2-dropdown {
    border-color: var(--bs-border-color) !important;
    border-width: var(--bs-border-width) !important;
}

.select2-selection__arrow {
    height: auto !important;
    padding: 1.1rem 0rem;
}

.select2-container .select2-selection {
    height: auto !important;
    padding: 0.12rem 0rem;
}

.input-group .select2-container {
    flex: 1 1 auto;
    width: 1% !important;
}

    .input-group .select2-container .select2-selection {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-group .select2-container:first-child .select2-selection {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .input-group .select2-container:last-child .select2-selection {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }

.bi-cards a.card {
    transition: all .3s;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
}

@media screen and (max-width: 520px) {
    .bi-cards a.card {
        background-position: center right -69px;
    }
}

.bi-cards a.card:hover {
    box-shadow: 0 0 0 10px aliceblue;
    transform: scale(1.01);
    transition: all .3s;
}

#target-Risultati .bi-cards a.card:hover {
    box-shadow: 10px 10px 0 rgba(196, 22, 28, .15);
    transition: all .3s;
}

.form-control:focus {
    border-color: #acc9e1;
    box-shadow: 0 0 0 .25rem rgba(160, 200, 255, .25);
}

* {
    border-radius: 0 !important;
}

.btn {
    text-transform: uppercase;
    font-size: .75rem;
    letter-spacing: 1px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.btn-link {
    text-decoration: none;
    color: #333333;
}

.btn-link .bi {
    color: var(--bs-primary);
    font-size: 1rem;
}

.btn-link:hover {
    text-decoration: underline;
}

.input-group .btn {
    padding: 0.375rem .75rem;
}

.iframe-container iframe {
    border-radius: 20px !important;
}