﻿/*--------------------------------------------------------------
# Structure 
--------------------------------------------------------------*/
/**
/**
    /* Imput row */
.label-filter-structure {
   font-size: 0.8rem !important;
}
.StructureList-list-price {
    padding: 10px 14px 10px 14px;
    text-align: center;
    border-right: 1px solid #edf0f7;
}

.StructureList-list-price-last {
    padding: 10px 14px 10px 14px;
    text-align: center;
 }

.StructureSelect {
    background-color: #f5f9fe !important;
    text-align: center;
}

.StructureSelectPackage {
    background-color: #fbffd5 !important;
    text-align: center;
}
.StructureList-list-price label {
    color: #52547a !important;
}

.StructurePriceList {
    padding: 0;
    text-align:center;
}

    .StructurePriceList ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .StructurePriceList li {
        position: relative;
        align-items: center;
        padding: 0px 38px;
        border-left: 1px solid #f5f9fe !important;
    }
    .StructurePriceList a, .StructurePriceList a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 25px 3px;
        font-size: 14px;
        font-weight: 600;
        color: rgba(255, 255, 255, 0.7);
        white-space: nowrap;
        transition: 0.3s;
        position: relative;
    }

        .StructurePriceList a i, .StructurePriceList a:focus i {
            font-size: 12px;
            line-height: 0;
            margin-left: 5px;
        }

    .StructurePriceList > ul > li > a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: -2px;
        left: 0;
        background-color: #91CB82;
        visibility: hidden;
        width: 0px;
        transition: all 0.3s ease-in-out 0s;
    }

    .StructurePriceList a:hover:before, .StructurePriceList li:hover > a:before, .StructurePriceList .active:before {
        visibility: visible;
        width: 100%;
    }

    .StructurePriceList a:hover, .StructurePriceList .active, .StructurePriceList .active:focus, .StructurePriceList li:hover > a {
        color: #fff;
    }

.Structure-btn-seleziona {
    padding-bottom:40px;
}

.priceDetail {
    color: #0d1b48 !important;
    text-align:right;
    padding-right:25px;
}

