.elementCenter {
    justify-content: center;
}

.elementEnd {
    justify-content: flex-end;
}





.contact-heading h2 {
    border-bottom: 2px solid #947054;
    display: inline-block;
    padding: 5px 0;
    text-transform: uppercase;
}

.marginBottom {
    margin-bottom: 50px !important;
}

.marginBottomHr {
    margin-bottom: 0 !important;
}





.marginRight {
    margin-right: 1%;
}

.marginBottonTitle {
    margin-bottom: 3% !important;
}

.marginBottomSubTittle {
    margin-bottom: 0 !important;
}

.marginTopTitle {
    margin-top: 3% !important;
}




.modalWidth {
    max-width: 80% !important;
}

.modalWidthSmall {
    max-width: 50% !important;
}

.modalSpinner {
    max-width: 30% !important;
}



.rowCustom {
    height: 40px;
}

.customTitle {
    margin-bottom: 0 !important;
    text-align: start !important;
}

.marginTopButton {
    margin-top: 2% !important;
}

.marginTopForm {
    margin-top: 7.5% !important;
}

.marginBottomButton {
    margin-bottom: 2%;
}

.justify-content {
    justify-content: center;
}



.alignText {
    text-align: center;
    margin-bottom: 2%;
}

.tabWidth {
    width: 100%;
}

/*.modal-lg {
    position: fixed !important;
    top: 3% !important;
    right: 3% !important;
    left: 3% !important;
    width: auto !important;
    margin: 0 !important;
    padding: 15px !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
}*/

.borderContainer {
    border: 1px solid black;
}


.tileService {
    background-color: lightgray;
    text-align: center;
}

.colorRowTitle {
    background-color: lightgray;
}

.borderCard {
    border: 1px solid black;
    border-radius: 6px;
    padding: 3%;
    margin-bottom: 5%;
}

.height {
    height: 122px;
}

.containerScroll {
    height: 150px;
    overflow-y: scroll;
}

.btnHover:hover {
    background-color: #947054 !important;
    box-shadow: none !important;
}

.btnHover:focus {
    background-color: #947054 !important;
    box-shadow: none !important;
}

.textarea {
    resize: none;
    width: 100%;
}

.outline {
    outline: none !important;
}

.displayInlineBlock {
    display: inline-block !important;
}

.containerFlex {
    display: flex;
}

.spinner {
    width: 80% !important;
}



.heightTextArea {
    height: 50% !important;
}



.commercialBar {
    height: 100% !important;
}

.footer {
    overflow-y: hidden;
}


.spinnerLoading {
    -webkit-animation: rotator 1.4s linear infinite;
    animation: rotator 1.4s linear infinite;
}

@-webkit-keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

.path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
    animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

@-webkit-keyframes colors {
    0% {
        stroke: #4285F4;
    }

    25% {
        stroke: #DE3E35;
    }

    50% {
        stroke: #F7C223;
    }

    75% {
        stroke: #1B9A59;
    }

    100% {
        stroke: #4285F4;
    }
}

@keyframes colors {
    0% {
        stroke: #4285F4;
    }

    25% {
        stroke: #DE3E35;
    }

    50% {
        stroke: #F7C223;
    }

    75% {
        stroke: #1B9A59;
    }

    100% {
        stroke: #4285F4;
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }

    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }

    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}

.labelBold {
    font-weight: bold;
}

.li {
    list-style: circle !important;
}

.ulService {
    margin-left: 8%;
}

.borderBottom {
    border-bottom: 1px solid black;
    width: 98%;
}

.widthPaymente {
    width: 50%;
}

.marginAuto {
    margin: 0 auto;
}

.backgroundParking {
    background-color: aliceblue;
}



/*GRAFICA NUOVA*/

.backgroundBody {
    background-color: #f1f1f1;
}

.textCenter {
    text-align: center;
}

.textLeft {
    text-align: left;
}

.backgroundImage {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.btnBookingPark {
    border: 1px solid gray;
    background-color: white;
}

.btnCustomHeader {
    display: initial;
    vertical-align: baseline;
    padding: 8%;
    border-radius: 8px;
}

.fontWeight {
    font-weight: 300 !important;
}

.marginTop {
    margin-top: 2% !important;
}

.marginTopPro {
    margin-top: 4%;
}

.padding {
    padding: 0;
}

.paddingRight {
    padding-right: 0;
}

.outline {
    outline: none !important;
}

.required:after {
    content: "*";
    color: red;
}

.errorMessage {
    color: red;
}

.hr {
    border: 0.5px solid black;
    margin: 0;
}


.inputCenter {
    width: 50%;
    margin: 0 auto;
}

input[type="checkbox"][readonly] {
    pointer-events: none;
}

select[readonly] {
    pointer-events: none;
}







.marginBottom {
    margin-bottom: 2%;
}

.right {
    right: 3%;
}



.hiddenVisibility {
    visibility: hidden !important;
}



.marginLeft {
    margin-left: 1%;
}

.inputCustomTable {
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%;
    box-shadow: none !important;
    outline: none !important;
}

.iconColor {
    color: #cece16;
}

.buttonTooltips {
    background-color: transparent;
    border: 0;
}

.cardFlight {
    height: 450px;
}

.widthTd {
    width: 5%;
    text-align: center;
}

.displayInline {
    display: inline-flex;
}

.marginLeftPro {
    margin-left: 5%;
}


.promoBox {
    display: inline-block;
    position: relative;
    margin: 5px;
    padding: 10px;
    width: 300px;
    border: 2px solid #ddd;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
    background: -moz-linear-gradient(-45deg, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6));
    background: -webkit-linear-gradient(-45deg, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
    background: -o-linear-gradient(-45deg, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
    background: -ms-linear-gradient(-45deg, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
    background: linear-gradient(135deg, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=1 );
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}

    .promoBox aside {
        position: absolute;
        width: 230px;
        right: 0;
        margin: 0 -65px 0 0;
        -webkit-transform: rotate(35deg);
        -khtml-transform: rotate(35deg);
        -moz-transform: rotate(35deg);
        -ms-transform: rotate(35deg);
        transform: rotate(35deg);
        -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
        text-align: center;
        text-transform: uppercase;
        font-size: 10px;
        color: #fff;
        background: #4f85bb;
        background: -moz-linear-gradient(-45deg, #4f85bb 0%, #4f85bb 100%);
        background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#4f85bb), color-stop(100%,#4f85bb));
        background: -webkit-linear-gradient(-45deg, #4f85bb 0%,#4f85bb 100%);
        background: -o-linear-gradient(-45deg, #4f85bb 0%,#4f85bb 100%);
        background: -ms-linear-gradient(-45deg, #4f85bb 0%,#4f85bb 100%);
        background: linear-gradient(135deg, #4f85bb 0%,#4f85bb 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f85bb', endColorstr='#4f85bb',GradientType=1 );
    }

        .promoBox aside p {
            padding: 10px 80px 10px 80px;
            margin: 0;
        }

    .promoBox h4 {
        font-size: 25px;
        margin: 0;
        padding: 0 35% 10px 0;
        line-height: 25px;
        border-bottom: 1px solid #ddd;
    }

    .promoBox p {
        font-size: 12px;
    }

    .promoBox.info-box {
        background: #e0f3fa;
        background: -moz-linear-gradient(-45deg, #e0f3fa 0%, #d8f0fc 50%, #b8e2f6 51%, #b6dffd 100%);
        background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#e0f3fa), color-stop(50%,#d8f0fc), color-stop(51%,#b8e2f6), color-stop(100%,#b6dffd));
        background: -webkit-linear-gradient(-45deg, #e0f3fa 0%,#d8f0fc 50%,#b8e2f6 51%,#b6dffd 100%);
        background: -o-linear-gradient(-45deg, #e0f3fa 0%,#d8f0fc 50%,#b8e2f6 51%,#b6dffd 100%);
        background: -ms-linear-gradient(-45deg, #e0f3fa 0%,#d8f0fc 50%,#b8e2f6 51%,#b6dffd 100%);
        background: linear-gradient(135deg, #e0f3fa 0%,#d8f0fc 50%,#b8e2f6 51%,#b6dffd 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0f3fa', endColorstr='#b6dffd',GradientType=1 );
        border-color: #b6e1f6;
    }

        .promoBox.info-box h4 {
            color: #225b9c;
            border-color: #8dc2dd;
        }

    .promoBox.info-ribbon aside {
        background: #1e5799;
        background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8));
        background: -webkit-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
        background: -o-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
        background: -ms-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
        background: linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );
    }

.btnCardCust {
    cursor: default;
    width: 35%;
    margin-top: 1%;
}

@media (min-width: 560px) {
    .persCust dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-left: 5%;
    }

    .persCust dd {
        margin-left: 30%;
        text-align: left;
    }

    .cardCustCorporate dt, .cardCustCorporate dd {
        text-align: left;
        float: left;
        width: 50%;
    }

    .cardCustCorporate {
        width: 100%;
        overflow: hidden;
        margin-left: 15%;
    }

    .cardCust {
        width: 100%;
        overflow: hidden;
        margin-left: 15%;
    }

        .cardCust dt {
            /*margin-left: 20%;
    float: left;
    width: 70%;
    clear: left;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
            text-align: left;
            float: left;
            width: 50%;
        }

        .cardCust dd {
            /*margin-left: 30%;
        text-align:left;
        justify-content:center;*/
            text-align: left;
            float: left;
            width: 50%;
        }
}

.table > tbody > tr > .tdCust, .table > tfoot > tr > .tdCust {
    vertical-align: middle;
}

.tableCust > tr > th{
    line-height:2.63 !important;
}

@media screen and (max-width: 767px) {
    #unitPriceResp {
        display: none;
    }
    .boxcard :nth-child(1) {
        order: 1;
    }   
        
    .boxcard :nth-child(2) {
        order: 2;
    }

    .boxcard :nth-child(3) {
        order: 3;
    }

    .boxcard :nth-child(4) {
        order: 1;
    }

    .boxcard :nth-child(5) {
        order: 2;
    }
    .boxcard :nth-child(6) {
        order: 3;
    }
    .discountPropCust {
        padding-left: 3px !important;
        padding-right: unset !important;
    }
}

@media screen and (max-width: 600px) {
    table #cart tbody .tdCust .form-control {
        width: 20%;
        display: inline !important;
    }


    table#cart .tableCust {
        display: none;
    }

    table#cart tbody .tdCust {
        display: block;
        /*padding: .6rem;*/
        /*min-width: 320px;*/
    }

    table#cart tbody tr .tdCust:first-child {
        background: #008def;
        color: #fff;
    }

    table#cart tbody .tdCust:before {
        content: attr(data-th);
        font-weight: bold;
        display: inline-block;
        width: 8rem;
    }



    table#cart tfoot .tdCust {
        display: block;
    }
}

@media (max-width: 600px) {

    .tdProductName {
        text-align: center;
    }

    #rowTotale {
        display: none !important;
    }

    table#cart tbody .tdCust:before {
        display: inline;
    }

    td.tdCust.textCenter.borderTop {
        border: 0 !important;
    }

    tr.tdCust.tdProductName {
        border-top: 1px solid black !important;
    }

    td.tdCust.tdProductName > ul {
        background: transparent !important;
    }

    .tdHr {
        border-top: 1px solid transparent !important;
    }

    .tdCustUl {
        background: transparent !important;
        color: black !important;
    }
}

.wrapBannerFix {
    position: unset !important;
}


.borderTop {
    border-top: 1px solid black !important;
}

.borderTopWhite {
    border-top: 1px solid transparent !important;
}

.barcode {
    position: absolute;
    bottom: 10px;
    padding: 0;
}

.backgroundBlack {
    background-color: #000000 !important;
}

.backgroundBlu {
    background-color: #32a6de !important;
}

.backgroundGray {
    background-color: #747477 !important;
}

.colorTextWhite {
    color: white;
}

.colorTextBlack {
    color: black;
}

.padding {
    padding: 0;
}

.visibility {
    visibility: hidden;
}

.displayHidden{
    display: none;
}