﻿body {
}

.date-select input[type='button'], .date-select a {
    width: 100%
}

button {
    width: 100%;
}


.btn-white-custom {
    background-color: #fdfdfd !important;
    color: black !important;
}

.btn-selected {
    background-color: #ffff00 !important;
}

.no-select {
    user-select: none;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
}

.modal-block {
    position: relative;
    background: #FFF;
    border-radius: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}

/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
    /* overlay animate in */
    .mfp-fade.mfp-bg.mfp-ready {
        opacity: 0.8;
    }
    /* overlay animate out */
    .mfp-fade.mfp-bg.mfp-removing {
        opacity: 0;
    }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-active a {
    color: black !important;
    background-color: #e0e0e0 !important;
}

.pignose-calendar .pignose-calendar-unit a {
    color: black !important;
}

.table-riassunto {
    font-size: 15px
}

    .table-riassunto td:nth-child(1) {
        font-weight: bold;
    }

    .table-riassunto tr:nth-child(1) td {
        border-top: 0px solid;
    }

.center-container {
    width: 100%;
    height: 300px;
}

.center-content {
    text-align: center;
    position: relative;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.no-orari {
    text-align: center;
    border: 1px #dadada solid;
    margin: 5px 100px 20px 100px;
    border-radius: 6px;
    padding: 5px 0 5px 0px;
    font-weight: 500;
    background-color: #f1eeee;
}

.extra-info-orario {
    text-align: center;
    font-size: 12px;
    margin-bottom: 14px;
    color: #9c9c9c;
}

#riassunto-box {
    margin-top: 35px;
}

@media (max-width: 992px) {
    .extra-info-orario {
        margin-left: 0px;
    }

    .date-select input[type='button'], .date-select a {
        margin-left: 0px;
        margin-right: 0px;
        width: 100%
    }
}

.language-selector {
    position: absolute;
    color: #5a5a5a !important;
    top: 110px;
    right: 30px;
}

#selectlanguage .btn {
    width: 100%;
}

/*SPINNER BEGIN*/

.spinner {
    margin: 35px auto 0;
    width: 70px;
    text-align: center;
}

    .spinner > div {
        width: 18px;
        height: 18px;
        background-color: #333;
        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);
    }
}

/*SPINNER END*/

.money-icon {
    color: red;
}

.confirm-check-icon {
    color: #5fba7d;
}

.totale-costo {
    font-weight: bold;
}

.language-selector i {
    color: #bf1111;
}

.info-subtext {
    font-size: 1.1em;
    text-align: center;
}

.wizard-card .tab-content {
    min-height: 430px !important;
}

.container-admin {
    padding: 0px 10px;
}

.w-100-important {
    width: 100% !important;
}

.form-admin {
    margin-top: 20px;
}

    .form-admin label {
        color: #333333;
        margin-top: 8px;
    }

    .form-admin input[type=text] :focus {
        border: 1px black solid;
    }



.btn-login {
    width: 200px;
}

.login-form-submit {
    margin-top: 75px;
}

    .login-form-submit .text-danger {
        font-weight: 400;
    }

.ml-2 {
    margin-left: 20px;
}

.mt-0 {
    margin-top: 0px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.md-2 {
    margin-top: 20px;
}

.checkbox-box {
    display: inline;
}

.checkbox-label {
    display: inline;
}

.privacybox {
    background-color: white;
    padding: 10px;
    margin: 35px;
}

.has-error .checkbox-label {
    color: red !important;
}

.evento-calendar {
    background: repeating-linear-gradient( 0deg, #f44336, #f4a136 20px, #ffc71e 30px, #f2e861 40px );
}

.event-description {
    text-align: center;
    padding-top: 80px;
}

    .event-description h3 {
        color: black;
        font-family: 'Helvetica Neue', sans-serif;
        font-size: 4.0em;
        text-transform: uppercase;
    }


.select-modifica {
    width: 100%;
    border: 0.5px solid #727272;
    padding: 2px 10px;
}

.prelabel {
    font-size: 1.2em;
    font-weight: bold;
    width: 100px;
    margin-left: 1px;
}

.vti__input::placeholder {
    color: red;
}