:root {
    --accent-color-1: rgba(0, 51, 153, 1);
    --accent-color-1-75: rgba(0, 51, 153, 0.75);
    --accent-color-1-50: rgba(0, 51, 153, 0.50);
    --accent-color-1-25: rgba(0, 51, 153, 0.25);
    --accent-color-2: rgba(0, 153, 204, 1);
    --accent-color-2-75: rgba(0, 153, 204, 0.75);
    --accent-color-2-50: rgba(0, 153, 204, 0.50);
    --accent-color-2-25: rgba(0, 153, 204, 0.25);
    --accent-color-3: rgba(0, 102, 51, 1);
    --accent-color-3-75: rgba(0, 102, 51, 0.75);
    --accent-color-3-50: rgba(0, 102, 51, 0.50);
    --accent-color-3-25: rgba(0, 102, 51, 0.25);
    --text-primary: black;
    --text-error: #d62827;
    --text-error-light: #ff9e9d;
    --color-lta-blue: #1B3353;
    --color-lta-green: #627f34;
    --color-lta-light-blue: #094987; /*#0099cc;*/
}

.myBtnSpan {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    padding: 10px 0;
    font-weight: 200;
    text-transform: none;
    background: #6c6c6c;
    color: #ffffff;
    width: 200px;
}

/* Stato base: chiuso */
#MYcollapseExample {
    overflow: hidden;
    height: 0;
    transition: height 0.35s ease;
}

    /* Aperto: prende il 100% dell'altezza del contenitore padre */
    #MYcollapseExample.open {
        height: 100%;
    }

.navbar .brand {
    padding: 18px 0px 0 20px;
    color: white;
}

#spanSaldo {
    display: none;
}

img[alt="Logo"] {
    max-width: 312px !important;
}

.s-home {
    overflow: auto;
    margin-bottom: 220px;
}

.s-home-slider {
    bottom: 90px;
}

/* Div con classe s-home-group-content in posizione dispari */
.s-home-group.group-green:nth-child(odd) .s-home-group-content {
    grid-template-columns: repeat(2, 140px) !important;
}

.s-home .s-tile[disabled] {
    opacity: 0.5;
    background-color: var(--color-lta-light-blue);
}

#lblExplicitConsentText {
    text-align: justify !important;
}

#services .sev_list .brick2 {
    height: 180px;
}

@media (max-width: 767px) {
    #services .sev_list .brick2 {
        height: 150px;
    }
}

.navbar .btn-navbar {
    margin-right: 0px;
    background-image: linear-gradient(to bottom, var(--accent-color-1), var(--accent-color-1-75));
}

.section {
    padding: 15px 0 0 0;
}

    .section .hero {
        text-align: center;
        line-height: 25px;
        border-bottom: 1px solid #DDD;
        padding-bottom: 15px;
        margin-bottom: 10px;
    }

#services .sev_list .brick2:hover {
    background: #06357d; /*header hover*/
    color: #ffffff;
    cursor: pointer;
}

span.select2.select2-container {
    border: 1px solid var(--color-lta-blue) !important;
}

.comment_form select {
    height: 50px;
    background: #fff; /*select*/
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid var(--color-lta-blue);
}

#header [class*='brick'] {
    background: var(--accent-color-1-75);
}

/* non eliminare */
#header .transparent {
    background: none;
}

.brow.first-brow .brick1.thumb {
    background: white !important;
}

#header .odd {
    background: var(--accent-color-2-75);
}

#services .sev_list .brick2:hover {
    background: #06357d; /*color1*/
}

.comment_form button {
    background: var(--accent-color-1);
}

    .comment_form button:hover {
        background: var(--accent-color-2);
    }

.btnSpan {
    background: var(--accent-color-1) !important; /**/
}

    .btnSpan:hover {
        background: var(--accent-color-2) !important; /*color1*/
    }

#services .sev_list i {
    color: #009ee0; /**/
}

div.ui-widget-header,
div.ui-datepicker-header {
    background: #009ee0; /**/
    border-color: #009ee0; /**/
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background: #009ee0; /**/
    border-color: #009ee0; /**/
}

div.ui-datepicker-header > a.ui-datepicker-next-hover {
    background: #06357d; /*color1*/
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border-color: #009ee0; /**/
}


div.bg {
    /*background-image: url(../img/background.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -500;*/
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
    div.bg {
        left: 50%;
        margin-left: -512px; /* 50% */
    }
}

#header {
    background: none !important;
}

.navbar .navbar-inner {
    background: none;
    background-color: var(--color-lta-blue);
}

.navbar .nav > li > a:hover {
    color: white;
}

.navbar .nav > li > a {
    color: white;
}

.s-home-slider .slider-page {
    background-color: var(--accent-color-1-75);
}

    .s-home-slider .slider-page.active {
        background-color: var(--accent-color-1);
    }

body {
    background: white;
}

.comment_form input, .comment_form textarea {
    background: #fff;
    border: 1px solid var(--color-lta-blue);
}

    .comment_form input:focus, .comment_form textarea:focus {
        outline: none !important;
        border: 1px solid var(--color-lta-blue);
    }

#header [class*='brick'].backbk {
    background-color: var(--accent-color-3-75);
}

/*message begin*/
.btn-primary {
    color: #fff;
    background-color: #06357d; /*color2*/
    border-color: #072f6d; /*color1*/
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
        color: #ffffff;
        background-color: #0744a2;
    }

.modal .modal-footer {
    background: rgba(6, 53, 125, 0.22) !important; /*color3*/
}
/*message end*/

.s-header {
    background: unset;
}

    .s-header .s-header-logo #div_imgLogoBox {
        width: 312px;
    }

#div_imgLogoBox {
    background-image: url(../img/logobox.png);
    background-repeat: no-repeat;
    background-position-y: center;
    background-size: contain;
}

div.object {
    background-image: url(../img/logoLoader.png);
    background-repeat: no-repeat;
    background-position-y: center;
    background-size: contain;
    background-color: unset;
}

.ph01 {
    background-image: url(../img/ph01.jpg);
    background-size: 100% 100%;
}

.ph02 {
    background-image: url(../img/ph02.jpg);
    background-size: 100% 100%;
}

.ph03 {
    background-image: url(../img/ph03.jpg);
    background-size: 100% 100%;
}

.div_imglogo {
    background-image: url(../img/logo.png);
    background-size: 100% 100%;
    width: 312px;
    height: 52px;
}

#div_innerLogo {
    background-image: url(../img/logo_inner.png);
    background-size: 100% 100%;
    width: 180px;
    height: 38px;
}

#loading {
    background-color: white;
}

.url1 {
    color: #2d3fa8 !important;
}

a.bc-lta-blue {
    background-color: var(--color-lta-blue);
}

a.bc-lta-green {
    background-color: var(--color-lta-blue);
}

a.bc-lta-light-blue {
    background-color: var(--color-lta-light-blue);
}

div#contact div.container a {
    color: var(--color-lta-blue);
}

div.footer div.container a {
    color: #ffffff;
}

li:has(#notificationsBtn) {
    display: none;
}