/* Add here all your CSS customizations */

html, body, div.body {
    font-family: 'PT Sans', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'PT Sans', sans-serif;
    letter-spacing: 0;
}

h1 {
    font-size: 40px;
    font-weight: 700;
    color: #002f5d;
    margin-bottom: 15px;
}

h2 {
    margin: 0px 0px 0px 0px;
    font-size: 24px;
    font-weight: 700;
    color: #002f5d;
}

.header-nav-mobile, .header-search-mobile {
    display: none;
}

.btn-lg, .btn-group-lg > .btn {
    line-height: 2;
}

.btn:focus {
    box-shadow: none;
}

.btn.azzurro {
    border-radius: 5px;
    border: none;
    text-transform: uppercase;
    background-color: #156fb7;
    width: 100%;
}

.btn.blu {
    border-radius: 5px;
    border: none;
    text-transform: uppercase;
    background-color: #022e5f;
    width: 100%;
}

p {
    font-family: 'PT Sans', sans-serif;
    letter-spacing: 0.02em;
    font-size: 1.2em;
    line-height: 1.3em;
}

header#header {
    margin-top: -3px;
}

form#searchForm {
    margin-top: 20px;
    margin-bottom: 3px;
}

.ricerca-avanzata {
    float: right;
    color: #ffffff;
}

    .ricerca-avanzata a {
        color: #ffffff;
        text-decoration: underline;
    }

        .ricerca-avanzata a:hover {
            opacity: 0.6;
            text-decoration: none;
        }

.container {
    max-width: 1280px;
}

.header-search input {
    width: 270px !important;
    height: 40px !important;
    border-radius: 5px !important;
    border: none;
}

#header .header-search .btn-light {
    color: #0062b0;
    font-size: 20px;
}

.social-icons li {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: -1px 4px 0 0;
}

    .social-icons li a:hover {
        background-color: rgba(255,255,255,0.6) !important;
    }

#header .header-social-icons li a {
    color: #0062b0 !important;
    font-size: 18px;
}

.post-sharing .header-social-icons li a {
    color: #ffffff !important;
    background-color: #022e5f;
    font-size: 16px;
}

.post-sharing .social-icons li a:hover {
    background-color: #0162b1 !important;
}

.fab {
    margin-top: 6px !important;
}

#header.header-no-border-bottom .header-body {
    background-color: #0062b0;
}

#header .header-nav {
    padding-top: 0px;
    padding-bottom: 0px;
    min-height: 60px;
}

html #header .header-nav-bar-primary {
    background-color: #022e5f !important;
}

#header .header-nav-main nav > ul > li > a {
    font-size: 14px;
    padding: 0.5rem 1rem;
}

#header .header-nav-main nav > ul > li:first-child > a {
    padding-left: 0;
}

#header .header-nav-main nav > ul > li > a:hover {
    background-color: transparent !important;
    text-decoration: none;
}

#header .header-nav-main nav > ul > li > a.active {
    background-color: transparent !important;
    color: #ffffff !important;
}

#header .header-nav-main.header-nav-main-light nav > ul > li > a.active.dropdown-toggle:after {
    border-color: #ffffff transparent transparent transparent;
}

.dropdown-menu {
    background-color: #d1d1d1;
    font-size: 1.5em;
    font-style: italic;
    padding: 0 !important;
    border-top: none !important;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    color: #022e5f;
}

.slider-home {
    margin-bottom: 40px;
}

    .slider-home .owl-stage {
        background-color: #0062b0;
    }

    .slider-home img {
        width: 100%;
    }

.blog-posts article {
    border-bottom: none;
    margin-bottom: 30px;
}

article.post h2 {
    line-height: 1em;
    margin-bottom: 10px;
    font-weight: 700;
}

    article.post h2 a {
        font-size: 0.9em;
        color: #0062b0;
    }

        article.post h2 a:hover {
            color: #022e5f;
        }

article.post p {
    margin-bottom: 0px !important;
    font-size: 1.2em;
    line-height: 1.4em;
}

article.post .post-content p {
    margin-bottom: 20px !important;
}

    article.post .post-content p.nomargin {
        margin-bottom: 5px !important;
    }

.post-content h1 {
    color: #0163ae;
    font-size: 2.8em;
}

.post-content h3 {
    color: #0163ae;
    font-size: 1.6em;
    text-transform: none;
    margin-bottom: 10px;
    font-weight: 700;
}

.category-qa {
    font-style: italic;
    margin-bottom: 10px;
}

    .category-qa span {
        color: #0163ae;
    }

.post-image {
    margin-bottom: 10px;
}

    .post-image img {
        width: 100%;
    }

.label-category a {
    background-color: #022e5f;
    padding: 5px 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    font-style: italic;
    font-weight: 700;
    color: #ffffff;
    /*max-width: 100px;
    display: block;*/
    display: inline-block;
    text-align: center;
    letter-spacing: 1px;
}

    .label-category a:hover {
        background-color: #0062b0;
        color: #ffffff;
        text-decoration: none;
    }

.author {
    font-style: italic;
    font-weight: bold;
}

article.post .post-content p.article-date {
    font-style: italic;
    font-weight: 700;
    margin-bottom: 10px !important;
}

.box-right-home {
    background-color: #022e5f;
    color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 40px;
}

    .box-right-home.others-posts {
        background-color: #f0f0f0;
    }

        .box-right-home.others-posts .content-box {
            padding: 20px 20px 0px;
        }

            .box-right-home.others-posts .content-box ul {
                list-style-type: none;
                padding-left: 0px;
            }

                .box-right-home.others-posts .content-box ul li {
                    margin-bottom: 20px;
                }

            .box-right-home.others-posts .content-box h3 {
                text-transform: none;
                font-weight: 700;
                font-size: 1.6em;
                margin-bottom: 10px;
            }

                .box-right-home.others-posts .content-box h3 a {
                    color: #002f5d;
                }

                    .box-right-home.others-posts .content-box h3 a:hover {
                        color: #0162b1;
                        text-decoration: none;
                    }

            .box-right-home.others-posts .content-box p {
                color: #666666;
                font-style: normal;
                margin-bottom: 5px;
            }

            .box-right-home.others-posts .content-box .author {
                color: #666666;
            }

    .box-right-home.azzurro {
        background-color: #0062b0;
        color: #ffffff;
        border-radius: 5px;
        overflow: hidden;
        margin-bottom: 40px;
    }

.header-box {
    padding: 10px 20px;
    background-color: #0062b0;
    border-radius: 5px 5px 0 0;
}

.box-right-home .header-box h2 {
    color: #ffffff;
    margin: 0;
    font-style: italic;
    font-size: 24px;
}

    .box-right-home .header-box h2 a {
        color: #ffffff;
    }

img.ico-titolo {
    width: 40px;
}

.box-right-home .content-box .contenuto {
    padding: 20px 20px 0px;
}

.box-right-home .content-box .col-5 {
    padding: 0 !important;
}

.box-right-home .content-box .col-dx {
    padding: 20px 20px 0px;
}

    .box-right-home .content-box .col-dx p {
        color: #ffffff;
        font-style: italic;
        font-size: 16px;
        margin-bottom: 34px !important;
    }

    .box-right-home .content-box .col-dx .btn.azzurro {
        padding: 0.5rem;
    }

.content-box p {
    color: #ffffff;
    font-style: italic;
    font-size: 16px;
}

.box-right-home .content-box .col-sx.rubrica {
    background-image: url(../img/bg-rubrica.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    height: 100%;
}

.box-right-home .row {
    padding-bottom: 0;
}

.form-control {
    border: none;
    border-radius: 5px;
    font-size: 16px !important;
    font-style: italic;
}

.options-newsletter {
    font-style: italic;
    font-size: 16px;
}

p.consulta-pdf a {
    display: block;
    color: #ffffff;
    background-image: url(../img/freccetta-dx.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 15px;
}

.box-video {
    height: 220px;
}

#header {
    position: sticky;
    top: -120px;
}

/* Impedisce al plugin Porto di sovrascrivere con position:fixed e top:-120px sull'header-body */
html.sticky-header-active #header .header-body {
    position: relative !important;
    top: 0 !important;
}

/* Impedisce l'espansione dell'header-body (sfondo blu) quando il menu mobile si apre */
@media (max-width: 991px) {
    html.sticky-header-active #header .header-body {
        height: auto !important;
    }
}

/* Logo nel nav-bar: visibile solo su mobile quando sticky è attivo */
.header-nav-bar-logo {
    display: none;
}

@media (max-width: 780px) {
    html.sticky-header-active .header-nav-bar-logo {
        display: flex;
        align-items: center;
        padding-right: 10px;
    }
}

s #header .header-nav-main.header-nav-main-light nav > ul > li.dropdown.open > a:before, #header .header-nav-main.header-nav-main-light nav > ul > li.dropdown:hover > a:before {
    border-bottom-color: #022e5f;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    margin-top: -2px;
}

    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:first-child {
        background-image: url(../img/menu-first-bkg.png);
        background-position: top left;
        background-repeat: no-repeat;
        padding-top: 12px !important;
    }

#header .header-nav-main nav > ul > li.dropdown a.dropdown-toggle {
    background-color: #022e5f !important;
}

    #header .header-nav-main nav > ul > li.dropdown a.dropdown-toggle:hover {
        color: #0088cc;
    }

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
    background-color: transparent !important;
    text-decoration: underline;
}

/* ---------- INIZIO SLIDER ---------- */

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.slide-display {
    background-color: #0062b0;
}

.slider-home .owl-theme .owl-dots {
    text-align: left !important;
    width: 50%;
    margin-left: 50%;
    padding-left: 35px;
    margin-top: -35px;
    z-index: 99999;
    position: absolute;
}

.slider-home .columntext {
    padding-bottom: 30px !important;
}

    .slider-home .columntext .slide-title {
        padding: 25px 80px 25px 40px;
        font-family: 'PT Sans', sans-serif;
        font-weight: 700;
        font-size: 2.1em;
        line-height: 1.3em;
        color: #fff;
        margin: 0;
    }

        .slider-home .columntext .slide-title a {
            color: #fff;
        }

            .slider-home .columntext .slide-title a:hover {
                text-decoration: none;
                opacity: 0.8;
                -webkit-transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -ms-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
            }

    .slider-home .columntext .label-category {
        margin-left: 40px;
    }

.owl-theme .owl-dots .owl-dot span {
    background: #ffffff !important;
}

.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #022e5f !important;
}

.owl-stage-outer {
    border-radius: 5px;
}

.slider-home .label-category a:hover {
    background-color: #fff;
    color: #022e5f;
}

.slider-home .owl-carousel .owl-nav button[class*="owl-"] {
    background: rgba(255,255,255,0.8);
    color: #000;
}

.owl-carousel .owl-nav button.owl-next {
    border-radius: 5px 0 0 5px !important;
}

.owl-carousel .owl-nav button.owl-prev {
    border-radius: 0 5px 5px 0 !important;
}

    .owl-carousel .owl-nav button.owl-next:before,
    .owl-carousel .owl-nav button.owl-prev:before {
        font-size: 25px;
    }

.titolo-pagina {
    margin: 0px 0px 50px 0px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus, .pagination .page-item.active .page-link {
    background-color: #0160b0 !important;
    border-color: #0160b0;
}

.pagination > li > a {
    color: #0160b0;
}

ul li.page-item a.page-link .page-link {
    margin: 0 5px;
    border-radius: 4px;
    border-color: #afafaf;
}

ul li.page-item a.page-link {
    margin: 0 5px;
    border-radius: 4px;
    border-color: #afafaf;
}

.post-foto {
    margin: 0px 30px 30px 0px;
}

.video {
    margin: 0px 30px 30px 0px;
}

.embed-responsive-16by9 {
    width: 440px;
}

.post-tag {
    margin-top: 50px;
}

    .post-tag ul {
        list-style: none;
        padding: 0;
    }

        .post-tag ul li {
            padding: 10px 20px;
            margin-right: 5px;
            margin-bottom: 10px;
            border: 1px solid #0063b1;
            border-radius: 4px;
            font-size: 1.2em;
            font-style: italic;
            font-weight: 700;
            color: #0063b1;
            display: inline-block;
        }

/*.post-tag a:hover {
	border: 1px solid #0063b1;
	background-color: #0063b1;
	color: #ffffff;
	text-decoration: none;
}*/

article.archivio-video .video-title {
    color: #0062b0;
}

article.archivio-storico {
    margin-bottom: 50px;
}

    article.archivio-storico .post-image {
        margin-right: 20px;
    }

    article.archivio-storico h2 {
        font-size: 1.8em !important;
        color: #0062b0;
    }

    article.archivio-storico .btn-primary {
        background-color: #0162b1;
        border: none;
        border-radius: 4px;
        margin-top: 25px;
        font-size: 16px;
    }

        article.archivio-storico .btn-primary:hover {
            background-color: #022e5f;
        }

.filtro {
    background-color: #f0f0f0;
    border-radius: 5px;
    padding: 30px 30px 20px;
    margin-bottom: 20px;
}

    .filtro.filtro-blu {
        background-color: #0162b1;
        border-radius: 5px;
        padding: 30px 30px 20px;
        margin-bottom: 60px;
    }

    .filtro.filtro-qa {
        margin-bottom: 60px;
    }

    .filtro.filtro-blu .form-control {
        border: none;
    }

    .filtro.filtro-blu p {
        color: #fff;
        margin-bottom: 10px;
    }

    .filtro select.form-control {
        margin-bottom: 10px !important;
        border: 1px solid #cccccc;
        width: 100%;
        font-style: normal;
        color: #0162b1;
    }

    .filtro input.form-control {
        margin-bottom: 10px !important;
        border: 1px solid #cccccc;
        width: 100%;
        font-style: normal;
        color: #0162b1;
    }

    .filtro textarea.form-control {
        margin-bottom: 20px !important;
        border: 1px solid #cccccc;
        width: 100%;
        font-style: normal;
        color: #0162b1;
    }

select.form-control:not([size]):not([multiple]) {
    height: calc(2.2rem + 2px) !important;
}

input.form-control:not([size]):not([multiple]) {
    height: calc(2.2rem + 2px) !important;
}

.filtro label.filter-checkbox {
    margin-right: 30px;
}

.filtro label {
    font-size: 16px;
    color: #022e5f;
}

.filtro input[type=checkbox] {
    margin-right: 5px;
}

.filtro .btn-primary {
    padding: 9px 20px;
    border-radius: 4px;
    border: none;
    width: 100%;
    margin-bottom: 10px !important;
    background-color: #0162b1;
}

.filtro.filtro-blu .btn-primary.button-qa {
    padding: 9px 20px;
    border-radius: 4px;
    border: none;
    width: 100px;
    margin-bottom: 10px !important;
    background-color: #022e5f;
}

.filtro .btn-primary.button-qa {
    width: 100px;
}

.filtro.filtro-blu .btn-primary.button-qa:hover {
    padding: 9px 20px;
    border-radius: 4px;
    border: none;
    width: 100px;
    margin-bottom: 10px !important;
    background-color: #ffffff;
    color: #022e5f;
}

/* ---------- INIZIO FOOTER ---------- */

#footer {
    background: transparent;
    border-top: none;
    margin-top: 0;
}

    #footer.short {
        padding-top: 0;
    }

    #footer .container {
        border-top: 1px solid #cccccc;
        padding-top: 20px;
    }

    #footer a {
        color: #0062b0;
        font-weight: 700;
    }

        #footer a:hover {
            color: #999999;
            text-decoration: none;
        }

p.comitato {
    text-align: right;
}

/* ---------- FINE FOOTER ---------- */

@media (max-width: 991px) {

    html .scroll-to-top.hidden-mobile {
        display: block !important;
    }

    #header .header-nav-main nav {
        background-color: #022e5f;
    }

        #header .header-nav-main nav > ul li {
            border-bottom: 1px solid #4e6d8f;
            line-height: 34px;
            padding-left: 15px;
            padding-right: 15px;
        }

        #header .header-nav-main nav > ul > li > a {
            color: #ffffff;
        }

            #header .header-nav-main nav > ul > li > a:hover {
                color: #0088cc;
            }

        #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
            color: #ffffff;
            font-style: italic;
            font-size: 15px;
        }

        #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:first-child {
            background: none;
        }

    #header .header-nav-main nav {
        padding: 0;
    }

        #header .header-nav-main nav > ul li a .fa-caret-down {
            right: 10px;
        }

        #header .header-nav-main nav > ul li.dropdown.opened > .dropdown-menu {
            margin-left: 0px;
        }

    #header .header-btn-collapse-nav {
        border-radius: 4px;
    }

    p.comitato {
        text-align: left;
    }

    .embed-responsive-16by9 {
        width: 100%;
    }

    .filtro .form-control {
        width: 200px;
    }
    
    .slider-home .owl-theme .owl-dots {
        text-align: center !important;
        width: 100%;
        left: 0;
        margin-left: 0;
        padding-left: 0;
    }
}

@media (max-width: 780px) {

    html.sticky-header-active .header-nav-mobile, html.sticky-header-active .header-search-mobile {
        display: none;
    }

    .header-nav-mobile, .header-search-mobile {
        display: block;
    }

    #header .header-nav-top, #header .header-search {
        display: none !important;
    }

    .header-search-mobile input {
        border: none;
        border-radius: 5px;
        padding: 5px;
        margin-left: 5px;
        width: 150px;
    }

    .header-search-mobile .btn-light {
        border: none;
        background: transparent;
        padding: 0;
        margin-left: 5px;
        color: #ffffff;
        font-size: 20px;
    }

        .header-search-mobile .btn-light:hover {
            border: none;
            background: transparent;
            padding: 0;
            margin-left: 5px;
            color: #cccccc;
            font-size: 20px;
        }

    #header .header-social-icons {
        margin-left: 0;
    }

    .slider-home .columntext h1 {
        min-height: 200px;
    }

    .post-foto {
        width: 100%;
    }

    #header .header-nav-main nav > ul > li:first-child > a {
        padding-left: 1rem;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .box-right-home .content-box .col-dx {
        padding: 20px 10px 0px 0px;
    }
}

/* da verficare */
.error input, .error select, .error textarea, input.error, select.error, textarea.error {
    background-color: #e75656;
    border-color: #e75656;
}

.error span {
    color: #ff8e8e;
}

label.error {
    color: white;
    padding: 0;
    margin: 0;
    font-style: italic;
    font-size: 16px;
}

#errorRow {
    background-color: #e75656;
}

    #errorRow .contenuto, #successRow .contenuto {
        padding: 20px;
    }

#successRow {
    background-color: #56c546;
}
/* =box-faq */
.box-faq {
    padding-top: 20px;
}
.box-faq .list-faq .item-title {
    font-size: 18px;
    font-weight: 400;
}
.box-faq .list-faq .item-answer {
    font-size: 15px;
    margin-top: 10px;
    padding-top: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-width: 1px 0 0;
}
.box-faq .list-faq .item-answer p {
    font-size: 15px;
    font-style: normal;
}
.link-print + * {
clear: both;
}
.has-link-print { /*.titolo-pagina*/
    float: left;
}
.link-print {
    background: url("../img/icon_print.png") no-repeat center center;
    display: block;
    float: right;
    width: 40px; height: 40px;
}
.link-print span {
    display: block;
    overflow: hidden;
    text-indent: -9999em;
}

.single-post .link-print { 
    margin-top: -10px;
}
.single-post .divider {
    clear: both;
}
.single-post .author,
.single-post .article-date {
    float: left;
    clear: left;
}
.blog-posts .post-content .data-qa,
.blog-posts .post-content .category-qa {
    float: left;
}
.blog-posts .post-content .category-qa + h3 {
    clear: left;
}
.blog-posts .post-content .data-qa {
    margin-right: 15px;
}
.blog-posts .post-content .category-qa {
    font-style: normal;
}
a.anchor-link {
    color: #022E5F;
}
#cassaforense-cookies {
    background-color: #404040;
    color: #fff;
    font-family: "PT Sans", Roboto, "Helvetica Neue", sans-serif;
    font-size: 15px;
    line-height: 1.5;
    width: 100%;
    overflow: hidden;
    clear: both;
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid #fff;
    position: fixed;
    bottom: 0%;
    left: 0%;
    z-index: 9999;
    /* =colors */
  }
  
  #cassaforense-cookies .btn {
    background-color: #022e5f;
    color: #fff;
    text-align: center;
    font-weight: 700;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: top;
    cursor: pointer;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    padding: 5px 6.66667px;
    margin: 0 0 10px;
    margin-top: 0px;
    border: 0;
    border-radius: 5px;
  }
  
  #cassaforense-cookies h2,
  #cassaforense-cookies ul, #cassaforense-cookies ol,
  #cassaforense-cookies p, #cassaforense-cookies li, #cassaforense-cookies a {
    color: #bebebe;
    font-family: "PT Sans", Roboto, "Helvetica Neue", sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.33333;
    font-weight: 400;
    margin: 0;
    padding: 0;
  }
  
  #cassaforense-cookies h2 {
    font-weight: 700;
  }
  
  #cassaforense-cookies p {
    padding-right: 10px;
  }
  
  #cassaforense-cookies a,
  #cassaforense-cookies .btn-close {
    color: #fff;
    text-decoration: none;
    min-width: 0;
  }
  
  #cassaforense-cookies a:visited, #cassaforense-cookies a:hover, #cassaforense-cookies a:focus,
  #cassaforense-cookies .btn-close:visited,
  #cassaforense-cookies .btn-close:hover,
  #cassaforense-cookies .btn-close:focus {
    color: #fff;
  }
  
  #cassaforense-cookies a {
    text-decoration: underline;
  }
  
  #cassaforense-cookies .cassaforense-cookies-inner {
    position: relative;
    z-index: 1;
    max-width: 1240px;
    max-width: 90%;
    padding: 20px;
    margin: 0 auto;
  }
  
  #cassaforense-cookies .cassaforense-cookies-inner p {
    padding: 0;
  }
  
  #cassaforense-cookies .cassaforense-cookies-inner p a {
    white-space: nowrap;
  }
  
  #cassaforense-cookies .btn-close {
    background: #fff;
    color: #3187de;
    margin-top: 20px;
  }
  
  #cassaforense-cookies .btn-close:hover, #cassaforense-cookies .btn-close:focus, #cassaforense-cookies .btn-close:active {
    color: #3187de;
    text-decoration: underline;
  }
  
  @media (min-width: 76.9em) {
    #cassaforense-cookies .cassaforense-cookies-inner {
      text-align: right;
    }
    #cassaforense-cookies .cassaforense-cookies-inner p {
      padding: 0 110px 0 10px;
    }
    #cassaforense-cookies .btn-close {
      position: absolute;
      z-index: 1;
      top: 25px;
      right: 10px;
      margin-top: 0;
    }
  }

.jk-slider-field input {
    display: none;
}

.jk-slider-field {
}

.jk-slider-wrapper {
    position: relative;
    width: 320px;
    height: 40px;
    border: 1px solid gray;
    border-radius: 20px;
    background-color: white;
    border-color: #a2a2a2;
    box-shadow: inset 0 0 3px gray;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 32px;
    color: #0062b0;
}

    .jk-slider-wrapper:before {
        content: "";
        position: absolute;
        left: 8px;
        line-height: 40px;
        font-size: 13px;
        z-index: 1;
        color: white;
    }

    .jk-slider-wrapper:after {
        content: "Trascina verso destra per abilitare conferma";
        position: absolute;
        right: 15px;
        line-height: 40px;
        font-size: 13px;
        z-index: 1;
    }

.jk-slider {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    height: 38px;
    width: 38px;
    border: 1px solid #111;
    border-radius: 20px;
    cursor: grab;
    background: white;
    border-color: white;
    box-shadow: 0 0 5px gray;
}


.jk-slider-wrapper.human {
    background-color: #1bd441;
    border-color: #1bd441;
    box-shadow: none;
}