/*@font-face {
    font-family: 'Barlow-Regular';
    src: url(/Content/Font/Barlow/Barlow-Regular.woff2) format('woff2');
}

@font-face {
    font-family: 'Barlow-Bold';
    src: url(/Content/Font/Barlow/Barlow-Bold.woff2) format('woff2');
}
    */
body {
    font-family: Barlow !important;
    background-color:#f1f2f9;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.footerDiv {
    background-color: #f5f9f4;
}
.footerImg{
    border-style: none;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

.nav-link {
    color: #000;
    font-size:18px;
    font-weight:500;
}

    .nav-link:hover {
        color: #f07e19 !important;
    }
    .nav-link:active {
        color: #f07e19 !important;
    }

header {
    
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

/*.first-class{
    background-color:#b200ff !important;
}*/

.nav-link{
    font-weight:600 !important;
    color:#FFF !important;
}

.card-img-top{
    max-height:200px;
}

.btn-xs {
    padding: 8px !important;
    font-size: 14px !important;
    line-height: 1.428 !important;
}

/*.bottoneSpid a {
   color:white;
}
.bottoneSpid a svg{
    width:105px;
    height:48px;
}*/

.icon {
    width: 32px;
    height: 32px;
    vertical-align: middle;
}

.icon-white {
    fill: #fff;
}

.calendarietto {
    /*width: 100%;
    height: 350px;*/
    /*padding: 40px;*/    
}

.imgCard{
    max-height:200px;
}

.fotoLuogo, .fotoPostazione {
    max-height: 200px;
}

.cardPrimoPiano{
    min-height:347px;
}

.infoCarnet{
    /*min-height:200px;*/
    margin-top:80px;
}

/*.navMenu {
    margin-left: 8.5rem !important;
}*/

a i:hover{
    cursor:pointer !important;
}

.textIntro{
    background-color:#8bcbd5;
    color:#FFF;
}

/*.ui-datepicker {       
    margin-left: 50% !important;
    margin-right: 50% !important;
}*/

.HeaderStep{
    padding:0px;
}

.bgHeaderStep {
    background-color:#a9a3d5;
}

.form-label {
    font-weight: bold;
}

.required::before {
    content: "*";
    color: red;
}

.title-divider {
    text-align: center;
    display: block;
    font-size: 1.5em;
    margin: 1em 0;
    padding: 0;
    position: relative
}

    .title-divider:before {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        z-index: 1;
        top: 50%;
        position: absolute;
        border-top: 2px solid #adb5bd
    }

    .title-divider span {
        background-color: #fff;
        padding: 0 1rem;
        position: relative;
        z-index: 5
    }

    .title-divider.title-divider-primary:before {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        z-index: 1;
        top: 50%;
        position: absolute;
        border-top: 2px solid #fedb00
    }

    .title-divider.title-divider-secondary:before {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        z-index: 1;
        top: 50%;
        position: absolute;
        border-top: 2px solid #000
    }

    .title-divider.title-divider-success:before {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        z-index: 1;
        top: 50%;
        position: absolute;
        border-top: 2px solid #28a745
    }

    .title-divider.title-divider-info:before {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        z-index: 1;
        top: 50%;
        position: absolute;
        border-top: 2px solid #17a2b8
    }

    .title-divider.title-divider-warning:before {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        z-index: 1;
        top: 50%;
        position: absolute;
        border-top: 2px solid #ffc107
    }

    .title-divider.title-divider-danger:before {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        z-index: 1;
        top: 50%;
        position: absolute;
        border-top: 2px solid #f75676
    }

    .title-divider.title-divider-light:before {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        z-index: 1;
        top: 50%;
        position: absolute;
        border-top: 2px solid #f7f8f7
    }

    .title-divider.title-divider-dark:before {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        z-index: 1;
        top: 50%;
        position: absolute;
        border-top: 2px solid #343a40
    }

    .title-divider.title-divider-parma:before {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        z-index: 1;
        top: 50%;
        position: absolute;
        border-top: 2px solid #122e60
    }

    .title-divider.title-divider-tertiary:before {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        z-index: 1;
        top: 50%;
        position: absolute;
        border-top: 2px solid #fedb00
    }

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
    hr.divider {
        max-width: 3.25rem;
        border-width: 0.2rem;
        border-color: #fedb00;
    }

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

    .input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
        position: relative;
        flex: 1 1 0%;
        min-width: 0;
        margin-bottom: 0
    }

        .input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .form-control {
            margin-left: -1px
        }

        .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
            z-index: 3
        }

        .input-group > .custom-file .custom-file-input:focus {
            z-index: 4
        }

        .input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .input-group > .custom-file {
        display: flex;
        align-items: center
    }

        .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label:after {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .input-group > .custom-file:not(:first-child) .custom-file-label {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

.input-group-append, .input-group-prepend {
    display: flex
}

    .input-group-append .btn, .input-group-prepend .btn {
        position: relative;
        z-index: 2
    }

        .input-group-append .btn:focus, .input-group-prepend .btn:focus {
            z-index: 3
        }

        .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
            margin-left: -1px
        }

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

    .input-group-text input[type=checkbox], .input-group-text input[type=radio] {
        margin-top: 0
    }

.input-group-lg > .custom-select, .input-group-lg > .form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg > .custom-select, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg > .custom-select, .input-group-sm > .custom-select {
    padding-right: 1.75rem
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.zero-gutter-x {
    --bs-gutter-x: 0;
}
