﻿body {
    font-family: 'Titillium Web', sans-serif;
    background-color: #ffffff;
    padding-bottom: 0;    
}

@media (min-width: 1200px) {
    .scrollable-column {
        height: 100vh;
        overflow-y: auto;
    }
}

.left-column {
    border-right: solid 1px #a90533;
}

@media (max-width: 1199.98px) {
    .left-column {
        border-right: none;
        background-color: #ffffff !important;
    }
}

.logo-container {
    text-align: center;
    padding: 30px 15px;
}

.logo-container img {
    width: 100%;
    max-width: 250px;
    height: auto;
}

.left-column-title {
    background-color: #a90533;
    color: #ffffff;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    margin-bottom: 0px;
    line-height: 1.3;
    padding-top: 3px;
    padding-bottom: 3px;
}

.left-column-text {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
}

.centro-studi {
    background-color: #a90533;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 20px 30px;
}

.right-column {
    padding-left: 30px;
    padding-right: 30px;
}

.right-column-title {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #333333;
    font-size: 30px;
    line-height: 1.2;
}

.mobile-corso-title {
    display: none;
}

.right-column-description {
    text-align: justify;
    font-size: 16px;
    margin-bottom: 20px;
}

@media (max-width: 991.98px)  {

    .logo-container img {
        width: 100%;
        max-width: 200px;
        height: auto;
    }

    .mobile-corso-title {
        display: block;
        margin-top: 0px;
        margin-bottom: 30px;
        color: #a90533;
        font-size: 26px;
        line-height: 1.2;
    }

    .right-column {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.right-column-form {
    margin-bottom: 20px;
}

.form-title {
    text-transform: uppercase;
    color: #ffffff;
    background-color: #a90533;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.3;
    padding-top: 3px;
    padding-bottom: 3px;
}

.right-column-form .form-check label {
    font-size: 16px;
}

.right-column-form .form-check label .prezzo {
    font-size: 24px;
    margin-right: 10px;
}

.form-check-label::before {
    top: 50%;
    transform: translateY(-50%);
}

.form-check-label::after {
    top: 50%;
    transform: translateY(-50%);
}

.sconto-iban {
    font-size: 14px;
    text-align: justify;
}

@media (max-width: 1199.98px) {

    .logo-container {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .right-column-title {
        font-size: 28px;
        margin-top: 20px;
    }

    .centro-studi {
        padding: 20px 15px;
        font-size: 18px;
    }

    .sconto-iban {
        font-size: 14px;
        text-align: justify;
    }

    #card-richinfo {
        max-width: 500px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

.right-column-conditions {
    text-align: justify;
    font-size: 13px;
    margin-bottom: 30px;
}

.right-column-footer {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 28px;
    padding-top: 26px;
    text-align: center;
    font-weight: bold;
    position: relative;
    font-size: 15px;
}

.footer-ragsoc {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #a90533;
    color: #ffffff;
    font-size: 18px;
    padding-left: 50px;
    padding-right: 50px;
    display: inline-block;
}

@media (max-width: 991.98px) {

    .right-column-footer {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        padding-top: 30px;
        text-align: center;
        font-weight: bold;
        position: relative;
        font-size: 15px;
    }
}

@media (max-width: 575.98px) {

    .footer-ragsoc {
        width: 75vw;
    }
}

.right-column input{
    font-weight:bold;
}

::placeholder {
    font-weight: normal;
}

.modal-adesionecorso {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,.3);
    z-index: 999;
}

.modal-adesionecorso .modalcontainer {
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 0 30px -20px rgba(0,0,0,.2);
}

.chiudimodal-adesionecorso {
    font-size: 30px;
    color: #666666;
    position: absolute;
    top: 20px;
    right: 20px;
    line-height: 17px;
}

.chiudimodal-adesionecorso:hover {
    cursor: pointer;
    color: #222222;
}

.fix-duerighe .form-check-label::before {
    top: 0;
    transform: none;
    margin-top: 11px;
}

.fix-duerighe .form-check-label::after {
    top: 0;
    transform: none;
    margin-top: 11px;
}

.piuvisibile {
    font-size: 21px;
    font-weight: bold;
    text-align: center;
}

#modalRichInfo .validation-summary-errors ul {
    display: none;
}

.input-validation-error {
    border-color: #ff0000;
}

.tabella-corso {
    border-bottom: 2px solid #dee2e6;
}

.tabella-corso thead th {
    border-top: none;
}

.tabella-corso th {
    color: #a90533;
}

.tabella-corso td, .tabella-corso th {
    padding: 10px;
}

.nome-corso {font-weight: bold;}
.programma-corso {text-transform: uppercase; color: #a90533; text-align: center;}

.programma-corso .btn:focus {
    box-shadow: none;
}

button.close:focus {
    outline: none !important;
}

@media (max-width: 767.98px) {
    .right-column-title {
        font-size: 24px;
        margin-top: 20px;
        text-align: center;
    }

    .left-column-text, .right-column-description {
        font-size: 1rem;
    }
}

@media (max-width: 1599.98px) and (min-width: 1200px) {
    #margin-button-resp {
        margin-top: 20px;
    }
}

.totale {
    font-size: 1.15rem;
}

.totale .row:last-child {
    border-top: solid 2px #cccccc;
}

.right-column .table thead th {
    border-top: none;
}

#brochure_card {
    width: 150px;
    height: 200px;
    background-image: url(/images/copertina_brochure_CA23.jpg);
    background-position: center center;
    background-size: 100%;
    box-shadow: 0 5px 20px -5px rgba(0,0,0,.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transition: all .3s;
}

#brochure_card.corsoPA2024 {
    background-image: url(/images/2024-04-11_brochure_webinar_PA_cover.png);
}

    #brochure_card:hover {
        background-size: 110%;
        transition: all .3s;
    }