/* sandoz */
@font-face {
    font-family: 'Jost';
    src: url('fonts/Jost-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Jost';
    src: url('fonts/Jost-Italic-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}
body.omnisource {
    background-color: #fff;
    background-image: url(/images/sandoz-bg.jpg);
    font-family: "Jost", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: auto;
    position: relative;
}
.omnisource button, .omnisource input, .omnisource select, .omnisource textarea {
    font-family: "Jost", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.omnisource #cst-aside {
    background: #fff;
    border: 3px solid #94C241;
    width: 100%;
    border-radius: 0 0 25px 25px;
    border-top: 0;
    max-width: 1280px;
    margin: 0 auto 40px auto;
    height: 80px;
    top: 60px;
}
.omnisource a {
    color: #94C241;
}
.omnisource a.logo {
    padding-left: 15px;
}
.omnisource #cst-main {
    border-radius: 15px;
    border: 3px solid #94C241;
    width: calc(100% - 30px);
    max-width: 1280px;
    margin: 15px auto;
}
.omnisource a.logo img {
    height: 38px;
}
.omnisource .profile--name--box {
    text-transform: capitalize;
    text-align: right;
    width: 100%;
    padding: 5px 15px;
    display: block;
    color: #fff;
    border-right: 1px solid #94C241;
    margin-right: 5px;
    display: flex;
    flex-direction: column;
}
.omnisource .profile--name--box .profile--name {
    border: none;
    margin: 0;
    padding: 0;
}
.omnisource .profile--name--box .profile--role {
    color: #aaa;
    font-size: 15px;
    font-style: italic;
    margin-top: 5px;
}
.omnisource .profile--name {
    color: #94C241;
    border-color: #94C241;
}
.omnisource .profile--dropdown a {
    color: #94C241;
    text-decoration: none;
}
.omnisource .richiedi--prestazione {
    background-color: #94C241;
    color: #fff;
}
.omnisource .richiedi--prestazione:hover {
    background-color: #94C241;
    color: #fff;
}
.omnisource label a {
    text-decoration: underline;
}
.omnisource .fv {
    background-color: #94C241;
    color: #fff;
    border-radius: 7px;
    font-size: 15px;
    padding: 8px 14px;
    text-align: center;
    margin: 0 10px;
    border-left: 1px solid #ffffff70;
    text-decoration: none;
}
.omnisource .steps > div {
    background: #E8E9EF;
}
.omnisource .steps > div.current {
    background-color: #D5DB40;
}
.omnisource .steps > div.done {
    background-color: #94C241;
}
.omnisource h1 {
    color: #94C241;
    font-size: 2em;
    font-weight: 900;
    display: table;
    margin-bottom: 30px;
    border: 0;
}
.omnisource td label, .omnisource .form-row label, .omnisource label {
    color: #555;
    font-weight: 600;
    margin-bottom: 5px;
}
.omnisource .box--login h2, .omnisource .box--registrati h2, .omnisource .box--scelta h2 {
    color: #94C241;
}
.omnisource .form-control, .omnisource .form-controlDate {
    border: 2px solid #C5C5C5;
}
.omnisource img.form-control {
    border: 0;
}
.omnisource input[type="submit"], .omnisource #next_submit, .omnisource input[type="button"], .omnisource input#submitBtn {
    background-color: #94C241;
}
.omnisource input[type="submit"]:disabled, .omnisource #next_submit:disabled, .omnisource input[type="button"]:disabled, .omnisource input#submitBtn, .omnisource .btn--fill:disabled {
    background-color: #E8E9EF;
}
.omnisource ::selection {
    background-color: #94C241;
}
.omnisource p.powered {
    color: #94C241;
}
.sandoz-code {
    position: absolute;
    bottom: 120px;
    right: -10px;
    transform: rotate(-90deg);
    font-size: 13px;
}
.omnisource .login--slide {
    border: 3px solid #94C241;
}
.omnisource .login--slide img.logo-omnisource {
    display: block;
    margin: 0 auto 35px auto;
    width: 60%;
}
.omnisource .psw-reg {
    display: flex;
    justify-content: space-between;
}
.omnisource .psw-reg > a {
    margin-top: 10px;
    margin-bottom: 0;
    color: #94C241;
    font-weight: 400;
    font-size: 13px;
}
.omnisource .psw-reg .login-register {
    text-align: right;
}
.omnisource .psw-reg div {
    display: none;
}
.omnisource .showPassword {
    bottom: 0;
    top: 18px;
    right: 18px;
}
.omnisource .pswInReg .showPassword {
    top: 42px
}
.omnisource .select {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.omnisource .select h2 {
    flex: 1 1 100%;
    margin-bottom: 25px
}
.omnisource input[type=radio] {
    width: 32px;
    height: 32px;
    margin-right: 5px;
    vertical-align: middle;
    cursor: pointer;
}
.omnisource .select .radio {
    margin-right: 25px;
    display: flex;
    align-items: center;
}
.omnisource .patient--info {
    display: flex;
    flex-wrap: wrap;
    column-gap: 25px;
}
.omnisource .patient--info > div {
    padding: 25px;
    border-radius: 25px;
    margin-bottom: 50px;
    flex-grow: 1;
    border: 2px solid #d5db40;
    flex: 1 0 48%;
}
.omnisource table.items th {
    background: #94C241;
}
.omnisource #parent-fields {
    display: flex;
    column-gap: 10px;
    flex-wrap: wrap;
}
.omnisource .box-genitore {
    display: flex;
    column-gap: 25px;
    align-items: center;
    margin-bottom: 25px;
    margin-top: 8px;
}
.omnisource button.genitore {
    margin-top: 0;
    border-radius: 5px;
    background: #94C241;
} 
.omnisource .passwordCriteria {
    margin: 15px auto;
    font-weight: bold;
}
.omnisource .passwordCriteria ul {
    margin-top: 10px;
    padding-left: 5px;
    font-weight: normal;
}
.omnisource span.emailToSend {
    font-weight: bold;
}
.omnisource p.note {
    font-size: 13px;
    color: #555;
    font-weight: bold;
}
.omnisource .omnisource.registrazione--medico {  
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
}
.omnisource .big-logo {
    width: 90%;
    max-width: 250px;
    display: block;
    margin-bottom: 40px;
}
.omnisource h1.no-bg {
    background: none;
    padding: 0;
    font-size: 2.3em;
}
.omnisource .forgot {
    margin-bottom: 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 10px;
}
.omnisource #cst-main.container--small {
    max-width: 960px;
}
.omnisource .no-grow {
    flex-grow: 0;
    width: auto;
    flex-basis: auto;
}
.omnisource .checkbox-group {
    margin-bottom: 25px;
}
.omnisource .checkbox-group .checkbox-label {
    font-size: 14px;
    font-weight: bold;
    color: #94C241;
}
.omnisource .checkbox-group input[type="checkbox"] + label:before {
    margin-right: 10px;
}
.omnisource .break {
    flex: 1 1 100%;
}
.omnisource .fv-alert {
    background: #FFC8C8;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    column-gap: 25px;
}
.omnisource .fv-alert img {
    max-width: 60px;
}
.omnisource .fv-alert p {
    color: #94C241;
    margin: 0;
    font-size: 22px;
    line-height: 28px;
}
.omnisource .form-section {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    column-gap: 50px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 2px solid #dee5ee;
}
.omnisource .form-section .form-section-notes {
    flex: 0 0 calc(35% - 25px);
}
.omnisource .form-section .form-section-notes {
    color: #aaa;
    line-height: 19px;
    font-size: 17px;
}
.omnisource .form-section .form-section-notes p.note strong {
    font-size: 22px;
    color: #212865;
}
.omnisource .form-section .form-section-fields {
    flex: 0 0 calc(65% - 25px);
    line-height: 20px;
    display: flex;
    flex-wrap: wrap;
}
.omnisource .fv-notes {
    font-size: 18px;
    line-height: 24px;
}
.omnisource .fv-notes span {
    margin-top: 15px;
    font-size: 14px;
    color: #aaa;
    line-height: 16px;
    display: block;
}
.omnisource form#pen-form, .omnisource form#patient-form, .omnisource form#doctor-form {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
}
.omnisource .btn--fill {
    background: #94C241;
}
.omnisource a.btn--fill {
    color: #ffffff;
}
.omnisource a.btn--border, .omnisource input[type="button"].btn--border {
    color: #94C241;
    background: #fff;
    border: 2px solid #94C241
}
.omnisource form#patient-form .btn.btn-primary, .omnisource form#doctor-form .btn.btn-primary {
    margin: 15px 0 25px 0;
}

.submit-update, .submit-registrati {
    margin-top: 25px;
}
.omnisource .parents {
    display: flex;
    flex-wrap: wrap;
    column-gap: 50px;
    margin-bottom: 25px;
}
.omnisource .parent {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.omnisource .parent:nth-child(2) {
    border-left: 1px solid #C5C5C5;
    padding-left: 50px;
}
.omnisource .parent h4 {
    margin-bottom: 5px;
}
.omnisource .profile-docs a {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    text-decoration: underline;
}
.omnisource .profile-selection {
    display: flex;
    justify-content: space-around;
    margin: 50px 0 15px 0;
}
.omnisource .profile-selection .profile-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 15px;
    padding: 25px 30px;
    border-radius: 15px;
    border: 2px solid #D5DB40;
    transition: transform .3s ease-out;
}
.omnisource .profile-selection .profile-option:hover {
    transform: translate(0, -7px);
}
.omnisource .profile-selection .profile-option img {
    height: 56px;
    width: auto;
}
.omnisource .profile-selection .profile-option span {
    color: #94C241;
    font-weight: bold;
}
.omnisource .selectPresence p.note {
    color: #888;
    font-weight: normal;
}
.omnisource .select .small-margin {
    margin-bottom: 5px;
}
.omnisource #toggle-parent[data-state="removing"] {
    background-color: #CC5F68;
}
p#submitInfo {
    flex: 0 0 100%;
}
@media (max-width: 800px) {
    .omnisource .profile-selection {
        flex-direction: column;
        row-gap: 25px;
    }
    .steps {
        column-gap: 5px;
    }
    .steps > div {
        padding: 10px;
        font-size: 13px;
        border-radius: 5px;
    }
    .width-25 {
        flex: 1 1 100%;
    }
    .omnisource .patient--info > div {
        padding: 0 0 35px 0;
        border: 0;
        border-radius: 0;
        border-bottom: 2px solid #d5db40;
    }
    .omnisource .patient--info {

    }
    .omnisource #cst-aside {
        border-radius: 25px;
        border: 3px solid #94C241;
    }
}
