﻿body {
    font-family: nunito sans, sans-serif;
}


.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */



.navbar-toggle {
    border: 2PX solid #2583c0;
}

    .navbar-toggle .icon-bar {
        background-color: #2583c0;
    }

.navbar-header img.logo {
    position: absolute;
    left: 0;
    top: 10px;
}

#navigation-bar {
    background-color: #2583c0;
    border-color: #2583c0;
}

.navbar-inverse .navbar-nav > li > a {
    color: white;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #000000;
    background-color: white;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: absolute;
}

.navbar-fixed-top {
    height: 66px;
    z-index: 10;
    background: white;
}

.headerInfo {
    height: 78px;
    position: absolute;
    left: 175px;
    top: 73px;
    width: 150px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #004a7c;
    font-family: 'Times New Roman';
}

.headerInfo-title {
    color: #2583c0;
    font-size: 12px;
}

.clickable {
    cursor: pointer;
}

.navbar-header {
    overflow: hidden;
}

.login-form {
    max-width: 420px;
    margin: auto;
}

/*h1, h2, h3 {*/
/*color:  rgb(14, 72, 118);*/
/*text-align: center;
    font-family: "Inter", sans-serif;
}

h1 {
    font-weight: 700;
}

h2 {
    font-weight: 600;
}

h3 {
    font-weight: 500;    
}*/

h1, .h1, .display-1, h2, .h2, .display-2, h3, .h3, .display-3, h4, .h4, .display-4, h5, .h5, .display-5, h6, .h6, .display-6 {
    font-family: inter,sans-serif;
}

h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.realigned-checkbox {
    position: relative;
    top: 2px;
}

.btn.btn-primary, .label.label-primary {
    background-color: rgb(14, 72, 118);
    border-color: rgb(14, 72, 118);
}

html, body {
    font-family: "nunito_sansregular", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

#navigation-bar {
    background: white;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    border: none;
    border-top: 1px solid #eee;
    margin: 0;
    z-index: 9;
}

    #navigation-bar li, #navigation-bar li a, #navigation-bar li input {
        color: rgb(14, 72, 118);
        font-weight: bold;
        font-size: 1.25rem;
        margin: 0;
        margin-left: 0;
    }

        #navigation-bar li a, #navigation-bar li input {
            border-left: 1px solid #eee;
            border-right: 1px solid #eee;
        }

            #navigation-bar li a.no-link {
                color: rgb(19, 21, 22);
                font-weight: normal;
            }

#main-container {
    margin-top: 20px;
}

.alert.alert-success {
    color: rgb(14, 72, 118);
    border-color: #dbdfe5;
    background-color: #EEF3F9;
}

.well {
    background-color: #f9fbfd;
}
/*------------------Modale-----------*/
.modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
@media (min-width: 992px) {
    .modal-dialog {
        max-width: 800px !important;
    }
}

@media (max-width: 768px) {
    .modal-dialog {
        margin-top:150px;
    }
}

@media only screen and (min-width: 1200px) {
    .modal-xl {
        width: 1200px;
    }
}

@media only screen and (max-width: 1199px) {
    .modal-xl {
        width: 95%;
    }
}

/*-------------------------------campi input------------------------------*/
input[type="text"], input[type="date"], input[type="email"], input[type="password"] {
    padding: 10px !important;
    line-height: 50px !important;
    height: 50px !important;
}

select {
    padding: 10px !important;
    line-height: 30px !important;
    height: 50px !important;
}


.ce-banner {
    top: 0% !important;
    padding: 20px 5px;
    background-color: #20415D;
    color: white;
    font-size: 18px;
    text-align: center;
    height: auto;
    z-index: 999999;
    position: relative;
}

.ce-banner-fixed {
    top: 0% !important;
    padding: 20px 5px;
    background-color: rgba(0,0,0, 0.7);
    color: white;
    font-size: 18px;
    text-align: center;
    height: auto;
    z-index: 9999;
    position: fixed;
    width: 100%;
}

.ce-banner span {
    font-size: 14px;
}

.ce-banner a {
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    padding: 6px 14px !important;
    margin: 18px 20px 0 0;
}

.ce-accept {
    background: #4B9B00;
}

    .ce-accept:hover {
        background: #3E8100;
    }

.cb-policy {
    background: #989898;
    color: #333;
}

    .cb-policy:hover {
        background: #6F6F6F;
    }



#centralised-footer {
    background: #f2f2f2;
    padding: 10px 0;
}

.ec-wrapper {
    margin-bottom: 50px;
}

.erasmus-logo {
    width: 60%;
    margin-bottom: 5px;
}

.ec-txt {
    font-size: 11px;
    line-height: 12px;
    display: inline-block;
}

#centralised-footer .cf-links {
    font-size: 12px;
    margin: 0;
}

#centralised-footer a.cws-badge {
    display: block;
}

#centralised-footer a {
    color: #108CC8;
    text-decoration: none;
}

.main-eui #centralised-footer {
    padding: 10px 0 30px;
    background: #fff;
}

@media (min-width: 87.5em) {
    .site-footer:after {
        background: #f2f2f2;
    }
}

@media (min-width: 480px) {
    .erasmus-logo {
        width: 30%;
    }
}


@media (min-width: 768px) {
    .erasmus-logo {
        width: 20%;
        float: left;
    }

    .ec-txt {
        width: 60%;
        float: left;
        margin-left: 10px;
    }
}


@media only screen and (min-width : 992px) {
    .ec-txt {
        font-size: 12px;
        line-height: 14px;
    }

    #centralised-footer a.cws-badge {
        float: left;
        margin-right: 10px;
    }
}

@media all {
    h1.pageTitle {
        display: none !important;
    }
}


.fb_hidden {
    position: absolute;
    top: -10000px;
    z-index: 10001
}

.fb_reposition {
    overflow: hidden;
    position: relative
}

.fb_invisible {
    display: none
}

.fb_reset {
    background: none;
    border: 0;
    border-spacing: 0;
    color: #000;
    cursor: auto;
    direction: ltr;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    margin: 0;
    overflow: visible;
    padding: 0;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-spacing: normal
}

    .fb_reset > div {
        overflow: hidden
    }

@keyframes fb_transform {
    from {
        opacity: 0;
        transform: scale(.95)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.fb_animate {
    animation: fb_transform .3s forwards
}

.fb_dialog {
    background: rgba(82, 82, 82, .7);
    position: absolute;
    top: -10000px;
    z-index: 10001
}

.fb_dialog_advanced {
    border-radius: 8px;
    padding: 10px
}

.fb_dialog_content {
    background: #fff;
    color: #373737
}

.fb_dialog_close_icon {
    background: url(https://static.xx.fbcdn.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 15px;
    position: absolute;
    right: 18px;
    top: 17px;
    width: 15px
}

.fb_dialog_mobile .fb_dialog_close_icon {
    left: 5px;
    right: auto;
    top: 5px
}

.fb_dialog_padding {
    background-color: transparent;
    position: absolute;
    width: 1px;
    z-index: -1
}

.fb_dialog_close_icon:hover {
    background: url(https://static.xx.fbcdn.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -15px transparent
}

.fb_dialog_close_icon:active {
    background: url(https://static.xx.fbcdn.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -30px transparent
}

.fb_dialog_iframe {
    line-height: 0
}

.fb_dialog_content .dialog_title {
    background: #6d84b4;
    border: 1px solid #365899;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin: 0
}

    .fb_dialog_content .dialog_title > span {
        background: url(https://static.xx.fbcdn.net/rsrc.php/v3/yd/r/Cou7n-nqK52.gif) no-repeat 5px 50%;
        float: left;
        padding: 5px 0 7px 26px
    }

body.fb_hidden {
    height: 100%;
    left: 0;
    margin: 0;
    overflow: visible;
    position: absolute;
    top: -10000px;
    transform: none;
    width: 100%
}

.fb_dialog.fb_dialog_mobile.loading {
    background: url(https://static.xx.fbcdn.net/rsrc.php/v3/ya/r/3rhSv5V8j3o.gif) white no-repeat 50% 50%;
    min-height: 100%;
    min-width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 10001
}

    .fb_dialog.fb_dialog_mobile.loading.centered {
        background: none;
        height: auto;
        min-height: initial;
        min-width: initial;
        width: auto
    }

        .fb_dialog.fb_dialog_mobile.loading.centered #fb_dialog_loader_spinner {
            width: 100%
        }

        .fb_dialog.fb_dialog_mobile.loading.centered .fb_dialog_content {
            background: none
        }

.loading.centered #fb_dialog_loader_close {
    clear: both;
    color: #fff;
    display: block;
    font-size: 18px;
    padding-top: 20px
}

#fb-root #fb_dialog_ipad_overlay {
    background: rgba(0, 0, 0, .4);
    bottom: 0;
    left: 0;
    min-height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10000
}

    #fb-root #fb_dialog_ipad_overlay.hidden {
        display: none
    }

.fb_dialog.fb_dialog_mobile.loading iframe {
    visibility: hidden
}

.fb_dialog_mobile .fb_dialog_iframe {
    position: sticky;
    top: 0
}

.fb_dialog_content .dialog_header {
    background: linear-gradient(from(#738aba), to(#2c4987));
    border-bottom: 1px solid;
    border-color: #043b87;
    box-shadow: white 0 1px 1px -1px inset;
    color: #fff;
    font: bold 14px Helvetica, sans-serif;
    text-overflow: ellipsis;
    text-shadow: rgba(0, 30, 84, .296875) 0 -1px 0;
    vertical-align: middle;
    white-space: nowrap
}

    .fb_dialog_content .dialog_header table {
        height: 43px;
        width: 100%
    }

    .fb_dialog_content .dialog_header td.header_left {
        font-size: 12px;
        padding-left: 5px;
        vertical-align: middle;
        width: 60px
    }

    .fb_dialog_content .dialog_header td.header_right {
        font-size: 12px;
        padding-right: 5px;
        vertical-align: middle;
        width: 60px
    }

.fb_dialog_content .touchable_button {
    background: linear-gradient(from(#4267B2), to(#2a4887));
    background-clip: padding-box;
    border: 1px solid #29487d;
    border-radius: 3px;
    display: inline-block;
    line-height: 18px;
    margin-top: 3px;
    max-width: 85px;
    padding: 4px 12px;
    position: relative
}

.fb_dialog_content .dialog_header .touchable_button input {
    background: none;
    border: none;
    color: #fff;
    font: bold 12px Helvetica, sans-serif;
    margin: 2px -12px;
    padding: 2px 6px 3px 6px;
    text-shadow: rgba(0, 30, 84, .296875) 0 -1px 0
}

.fb_dialog_content .dialog_header .header_center {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    text-align: center;
    vertical-align: middle
}

.fb_dialog_content .dialog_content {
    background: url(https://static.xx.fbcdn.net/rsrc.php/v3/y9/r/jKEcVPZFk-2.gif) no-repeat 50% 50%;
    border: 1px solid #4a4a4a;
    border-bottom: 0;
    border-top: 0;
    height: 150px
}

.fb_dialog_content .dialog_footer {
    background: #f5f6f7;
    border: 1px solid #4a4a4a;
    border-top-color: #ccc;
    height: 40px
}

#fb_dialog_loader_close {
    float: left
}

.fb_dialog.fb_dialog_mobile .fb_dialog_close_icon {
    visibility: hidden
}

#fb_dialog_loader_spinner {
    animation: rotateSpinner 1.2s linear infinite;
    background-color: transparent;
    background-image: url(https://static.xx.fbcdn.net/rsrc.php/v3/yD/r/t-wz8gw1xG1.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 24px;
    width: 24px
}

@keyframes rotateSpinner {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.fb_iframe_widget {
    display: inline-block;
    position: relative
}

    .fb_iframe_widget span {
        display: inline-block;
        position: relative;
        text-align: justify
    }

    .fb_iframe_widget iframe {
        position: absolute
    }

.fb_iframe_widget_fluid_desktop, .fb_iframe_widget_fluid_desktop span, .fb_iframe_widget_fluid_desktop iframe {
    max-width: 100%
}

    .fb_iframe_widget_fluid_desktop iframe {
        min-width: 220px;
        position: relative
    }

.fb_iframe_widget_lift {
    z-index: 1
}

.fb_iframe_widget_fluid {
    display: inline
}

    .fb_iframe_widget_fluid span {
        width: 100%
    }

.fb_mpn_mobile_landing_page_slide_out {
    animation-duration: 200ms;
    animation-name: fb_mpn_landing_page_slide_out;
    transition-timing-function: ease-in
}

.fb_mpn_mobile_landing_page_slide_out_from_left {
    animation-duration: 200ms;
    animation-name: fb_mpn_landing_page_slide_out_from_left;
    transition-timing-function: ease-in
}

.fb_mpn_mobile_landing_page_slide_up {
    animation-duration: 500ms;
    animation-name: fb_mpn_landing_page_slide_up;
    transition-timing-function: ease-in
}

.fb_mpn_mobile_bounce_in {
    animation-duration: 300ms;
    animation-name: fb_mpn_bounce_in;
    transition-timing-function: ease-in
}

.fb_mpn_mobile_bounce_out {
    animation-duration: 300ms;
    animation-name: fb_mpn_bounce_out;
    transition-timing-function: ease-in
}

.fb_mpn_mobile_bounce_out_v2 {
    animation-duration: 300ms;
    animation-name: fb_mpn_fade_out;
    transition-timing-function: ease-in
}

.fb_customer_chat_bounce_in_v2 {
    animation-duration: 300ms;
    animation-name: fb_bounce_in_v2;
    transition-timing-function: ease-in
}

.fb_customer_chat_bounce_in_from_left {
    animation-duration: 300ms;
    animation-name: fb_bounce_in_from_left;
    transition-timing-function: ease-in
}

.fb_customer_chat_bounce_out_v2 {
    animation-duration: 300ms;
    animation-name: fb_bounce_out_v2;
    transition-timing-function: ease-in
}

.fb_customer_chat_bounce_out_from_left {
    animation-duration: 300ms;
    animation-name: fb_bounce_out_from_left;
    transition-timing-function: ease-in
}

.fb_invisible_flow {
    display: inherit;
    height: 0;
    overflow-x: hidden;
    width: 0
}

@keyframes fb_mpn_landing_page_slide_out {
    0% {
        margin: 0 12px;
        width: 100% - 24px
    }

    60% {
        border-radius: 18px
    }

    100% {
        border-radius: 50%;
        margin: 0 24px;
        width: 60px
    }
}

@keyframes fb_mpn_landing_page_slide_out_from_left {
    0% {
        left: 12px;
        width: 100% - 24px
    }

    60% {
        border-radius: 18px
    }

    100% {
        border-radius: 50%;
        left: 12px;
        width: 60px
    }
}

@keyframes fb_mpn_landing_page_slide_up {
    0% {
        bottom: 0;
        opacity: 0
    }

    100% {
        bottom: 24px;
        opacity: 1
    }
}

@keyframes fb_mpn_bounce_in {
    0% {
        opacity: .5;
        top: 100%
    }

    100% {
        opacity: 1;
        top: 0
    }
}

@keyframes fb_mpn_fade_out {
    0% {
        bottom: 30px;
        opacity: 1
    }

    100% {
        bottom: 0;
        opacity: 0
    }
}

@keyframes fb_mpn_bounce_out {
    0% {
        opacity: 1;
        top: 0
    }

    100% {
        opacity: .5;
        top: 100%
    }
}

@keyframes fb_bounce_in_v2 {
    0% {
        opacity: 0;
        transform: scale(0, 0);
        transform-origin: bottom right
    }

    50% {
        transform: scale(1.03, 1.03);
        transform-origin: bottom right
    }

    100% {
        opacity: 1;
        transform: scale(1, 1);
        transform-origin: bottom right
    }
}

@keyframes fb_bounce_in_from_left {
    0% {
        opacity: 0;
        transform: scale(0, 0);
        transform-origin: bottom left
    }

    50% {
        transform: scale(1.03, 1.03);
        transform-origin: bottom left
    }

    100% {
        opacity: 1;
        transform: scale(1, 1);
        transform-origin: bottom left
    }
}

@keyframes fb_bounce_out_v2 {
    0% {
        opacity: 1;
        transform: scale(1, 1);
        transform-origin: bottom right
    }

    100% {
        opacity: 0;
        transform: scale(0, 0);
        transform-origin: bottom right
    }
}

@keyframes fb_bounce_out_from_left {
    0% {
        opacity: 1;
        transform: scale(1, 1);
        transform-origin: bottom left
    }

    100% {
        opacity: 0;
        transform: scale(0, 0);
        transform-origin: bottom left
    }
}

@keyframes slideInFromBottom {
    0% {
        opacity: .1;
        transform: translateY(100%)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slideInFromBottomDelay {
    0% {
        opacity: 0;
        transform: translateY(100%)
    }

    97% {
        opacity: 0;
        transform: translateY(100%)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}


.same-height {
    -webkit-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
}

.online-onpremise-warning {
    display: block;
    padding-top: 15px;
    padding-bottom: 10px;
}

.span-error-field {
    border: 1px solid rgb(222, 21, 21);
    border-radius: 5px;
}

hr {
    border-top-color: #ddd;
}

/* --------- Stepper --------------- */
.progressStatusStepperWrapper {
    display: flex;
    /*    margin: 30px 0px 0px 10px;*/
}

.progressStatusFlexWrapper {
    display: flex;
    margin-bottom: 2px;
    flex-direction: column;
}

.progressStatusStepperSection {
    display: flex;
    padding: 0 3px;
    align-items: center;
}

.progressStatusStepperLine {
    width: 100px;
    height: 2px;
}

.stepperWrapper {
    display: flex;
    margin: 30px 0px 0px 10px;
}

.flexWrapper {
    display: flex;
    margin-bottom: 2px;
    flex-direction: column;
}

.stepperSection {
    display: flex;
    padding: 0 3px;
    align-items: center;
}

.stepperLine {
    width: 100px;
    height: 2px;
}



.stepperLineCompleted {
    background-color: #004676
}

.stepperLineRejected {
    background-color: red
}

.stepperLineInactive {
    background-color: #DCDCDC
}

.stepperText {
    color: black;
}

    .stepperText.active {
        font-weight: bold
    }

.stepperCircle.completed {
    background-color: #004676
}

.stepperCircle.inactive {
    background-color: #DCDCDC
}

.stepperCircle.rejected {
    background-color: red
}

.flexBar {
    justify-content: space-between;
}

.viewMyRegistrations {
    display: none;
}

@media(max-width:576px) {
    .stepperWrapper {
        flex-direction: column;
    }

    .flexWrapper {
        flex-direction: row;
    }

    .stepperSection {
        flex-direction: column;
    }

    .stepperLine {
        height: 30px;
        width: 2px;
    }

    .flexBar {
        justify-content: center;
    }

    .viewMyRegistrations {
        display: block;
    }
}
/* ------------- campi form ----------------- */
input, select, textarea {
    max-width: unset !important;
}

    input[type="text"], input[type="date"], input[type="email"], input[type="password"] {
        padding: 10px !important;
        line-height: 50px !important;
        height: 50px !important;
    }

select {
    padding: 10px !important;
    line-height: 30px !important;
    height: 50px !important;
}

.input-group-addon {
    width: unset !important;
}

    .input-group-addon button {
        margin-top: 8px;
    }

@media (max-width: 600px) {
    button .btn, input.btn, a.btn {
        width: 100% !important;
        display: block;
        margin: 2px 0;
    }

    .tooltipStyletext {
        width: 250px !important;
        position: absolute;
        right: 0;
    }
}

#debit-note-cart td {
    border: 0 !important;
    position: relative;
}

#debit-note td {
    border: 0 !important;
    position: relative;
}

#infopaymentorder td {
    border: 0 !important;
    position: relative;
}

#tablePaymentInfo td {
    border: 0 !important;
    position: relative;
}

#debit-note-cart-summary td {
    border: 0 !important;
    position: relative;
}

.tooltipStyle {
    position: absolute !important;
    top: 3px;
    right: 20px;
}

@media(min-width:576px) {
    .productInfoCss {
        margin-left: 40px
    }
}

.creditCardIFrameCss {
    height: 1500px;
}

@media(max-width:768px) {
    .creditCardIFrameCss {
        height: 1000px;
    }
}

/*@media(max-width:576px) {
    #dvRegistration {
        text-align: center;
    }
}*/
