@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}
* {
    font-family: "Open Sans";
    color: #666666;
    background-repeat: no-repeat;
    font-size: 15px;
}
html {
    padding: 0;
    margin: 0;
}
body {
    min-height: 100vh;
    background-image: url("../img/bg-body.jpg");
    background-size: cover;

    background-repeat: no-repeat;
    background-color: #01103b;
    position: relative;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

/* @media (min-width: 998px) {
    body {
        background-position: 0 -500px;
    }
} */

.no-wrap {
    white-space: nowrap;
}
.bold {
    font-weight: bold !important;
}
.delphititle {
    max-width: 85vw;
    font-weight: normal !important;
    color: #0f3199;
}

body.nobg {
    background-image: none;
    background-color: #fff;
}

/* .homeheader {
    background-image: url("../img/bluebar.jpg");
    background-size: 100%;
    background-position: 50% 0;
    background-repeat: no-repeat;
} */

.scroll-container {
    overflow-y: none;
    transform: translateY(-100px);
}
header {
    overflow-x: hidden;
}
/*
body:before, body:after{
    content: "";
    position: absolute;
    height: 15px;
    left: 0;
    right: 0;
}

body:before{
   top: 0;
   background: #ffffff;
   background: -moz-linear-gradient(left, #ffffff 0%, #f6921e 100%);
   background: -webkit-linear-gradient(left, #ffffff 0%,#f6921e 100%);
   background: linear-gradient(to right, #ffffff 0%,#f6921e 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6921e',GradientType=1 );
}
body:after{
    bottom: 0;
    background: #ffffff;
    background: -moz-linear-gradient(left, #f6921e 0%, #ffffff 100%);
    background: -webkit-linear-gradient(left, #f6921e 0%, #ffffff 100%);
    background: linear-gradient(to right, #f6921e 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6921e', endColorstr='#ffffff',GradientType=1 );
}
*/
a,
a:hover {
    text-decoration: none;
}
b,
strong,
span {
    color: inherit;
    font-size: inherit;
}
sup {
    font-size: 0.7rem;
}
input,
textarea,
input:focus,
textarea:focus {
    border: 1px solid #bdb6b8;
    outline: none;
    padding-left: 12px;
    padding-right: 12px;
}
textarea {
    white-space: pre-wrap;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
button {
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    outline: none;
    border: 0;
    padding: 0;
    user-select: none;
    cursor: pointer;
}
.underline,
.underline:hover {
    text-decoration: underline !important;
}
.h-100 {
    height: 100%;
}
.w-100 {
    width: 100%;
}
.bg-white {
    background-color: #fff;
}
.bg-cyano-1 {
    background-color: #016293;
}
.bg-cyano-2 {
    background-color: #008bab;
}
.bg-cyano-3 {
    /*    	background-color: #02c1d9;*/
}
.bg-green {
    background-color: #7ac843;
}
.bg-orange {
    background-color: #f6921e;
}
.text-red {
    color: #d92027;
}
.text-orange {
    color: #f6921e !important;
}
.text-white {
    color: #fff;
}
.text-light-grey {
    color: #bdb6b8;
}
.text-cyano-1 {
    color: #016293 !important;
}
.text-cyano-2 {
    color: #008bab !important;
}
.text-cyano-3 {
    color: #02c1d9 !important;
}
.text-yellow {
    color: #fbed21 !important;
}
.text-green {
    color: #7ac843 !important;
}
.weight-bold,
strong,
b {
    font-weight: 700 !important;
}
.weight-extrabold {
    font-weight: 900 !important;
}
.position-relative {
    position: relative;
}
.text-size-11 {
    font-size: 11px;
}
.text-size-13 {
    font-size: 13px;
}
.text-size-18 {
    font-size: 18px;
}
.text-size-30 {
}
.text-uppercase {
    text-transform: uppercase;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.btn,
.btn:focus {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    color: #fff;
    outline: none;
    border: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
}
.grey-border {
    border-radius: 5px;
    border: 1px solid #bdb6b8;
}
/*  ######################################################*
    *##################### ALL PAGES #####################*
    *######################################################
*/
.profile-btn {
    background-image: url("../img/user-icon.png");
    background-size: 27px;
    background-position: right center;
    padding-right: 33px;
    line-height: 35px;
    display: inline-block;
    cursor: pointer;
    z-index: 5;
    position: relative;
    color: #4588ae;
}
.profile-btn-homepage {
    position: relative;
    background-color: #fff;
    color: #4588ae;
    padding-right: 33px;
    line-height: 48px;
    display: inline-block;
    cursor: pointer;
    min-width: 300px;
    text-align: right;
    padding-top: 0;
    margin-top: 0;
    border-radius: 0 0 0 500px;
}
.profile-btn-homepage::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 20px;
    background-image: url(../img/user-icon-profilo.png);
    background-size: 24px 28px;
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 100%;
}
.three-squares {
    display: table;
}
.three-squares span {
    width: 28px;
    height: 28px;
    margin: 5px;
    float: left;
}
.footer-logo {
    max-height: 65px;
    width: auto;
}
.semicircle-container {
    background-image: url("../img/semicircle.png");
    background-size: auto 100%;
    background-position: right center;
    padding: 75px 25px 75px 0;
}
footer {
    position: relative;
}
/*  ######################################################
    ##################### LOGIN PAGE #####################
    ######################################################
*/
.overlay-login-form {
    position: relative;
}

.innerbox-loginform {
    /*
    border-radius: 40px;
    padding: 30px 15px;
*/
}
.innerbox-loginform label {
    display: block;
    font-weight: 700;
    font-size: 12px;
}
.innerbox-loginform input {
    background-color: #fff;
    display: block;
    border-radius: 13px;
    line-height: 28px;
    font-size: 12px;
    -webkit-appearance: none;
}

.forgot-password {
    font-size: 12px;
}

/*  
    ######################################################
    ##################### HOME PAGE #####################
    ######################################################
*/
.hp-btn {
    background-size: 100% auto;
    display: block;
    color: #fff;
    transition: opacity 0.3s ease-in-out;
    user-select: none;
    width: 100%;
}
.hp-btn.btn-editing {
    background-image: url("../img/bg-edit-btn.png");
    background-position: center bottom;
    font-size: 20px;
}
.hp-btn.btn-references {
    background-image: url("../img/bg-references-btn.png");
    background-position: center top;
    font-size: 15px;
}

/*  
    ######################################################
    ##################### EDIT PAGE #####################
    ######################################################
*/
.top-nav-buttons {
    width: 350px;
    display: table;
    position: relative;
}
/*
.top-nav-buttons:before{
    content: "";
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #016293;
    position: absolute;
    top: 12px;
    left: 0;
    bottom: 18px;
    width: 50vw;
}
*/

.btn-navigation {
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease-in-out;
    background-image: url("../img/btn-navigation.png");
    background-size: auto 85%;
    padding-right: 3px;
    background-position: center;
    color: #4588ae;
    font-weight: 900;
    font-size: 13px;
    display: block;
    text-align: center;
    height: 85px;
    line-height: 80px;
}
.col-btn-navigation:before {
    content: "";
    background-color: #fff;
    position: absolute;
    top: 2px;
    left: 7px;
    right: 9px;
    bottom: 5px;
    border-radius: 38px;
}
.btn-navigation.reference {
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    font-size: 14px;

    background-image: url("../img/btn-navigation.png");
}
.btn-navigation.active {
    background-image: url("../img/btn-navigation-active.png");
    color: #fff;
}
.btn-info-editing,
.btn-info-voting {
    background-image: url("../img/info-icon.png");
    background-size: contain;
    background-position: center;
    width: 40px;
    height: 40px;
    transform: translateY(-4px);
    display: block;
    position: relative;
    z-index: 5;
}
.last-update-icon {
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background-image: url("../img/loading-icon.png");
    background-position: center;
    background-size: contain;
    cursor: pointer;
}
.last-update-icon.animate {
    animation: spinner 0.7s ease-in-out forwards;
}
.text-last-update {
    line-height: 30px;
}
.text-last-update * {
    float: left;
}
.statement-group-title {
    font-size: 18px;

    background-color: #4588ae;
    border-radius: 500px;
    border-top: 4px solid #dbe6ef;
    border-bottom: 4px solid #dbe6ef;
    border-left: 14px solid #dbe6ef;
    border-right: 14px solid #dbe6ef;
}
.background-btn {
    border-radius: 25px;
    font-size: 13px;
    text-align: center;
    line-height: 32px;
    padding: 0 5px;
    /*width: 32px;*/
    font-weight: 900;
    min-width: 32px;
    color: #4588ae;
}
.statement-btns,
.logout-btn,
.confirm-exit-btn {
    min-width: 130px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    border-radius: 3px;
    line-height: 1.5;
}
.cancel-save-btns,
.save-comment,
.send-message {
    min-width: 80px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    border-radius: 3px;
    line-height: 1.5;
    color: #fff;
    padding: 0 8px;
}

.approved-btn,
.edit-btn {
    border: 1px solid #009fe3;
}
.statement-btns.edit-btn.disabled {
    background-color: #bdb6b8;
    border-color: #bdb6b8;
    pointer-events: none;
}
.approved-btn.bg-green {
    border: 1px solid #009145;
}
.kol-btn {
    border: 1px solid #016293;
}
.single-statement-text {
    border-left: 6px solid #4588ae;
}
.single-statement-text.altversion {
    border-left: 6px solid #f6921e;
}
.statement-background-parag-title {
    color: #6fb1c8 !important;
    font-weight: 700;
    margin-bottom: 0 !important;
}
.single-statament-background-content {
    display: none;
}

/*  
    ######################################################
    ####################### POPUPS #######################
    ######################################################
*/
.popup-outer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}

.popup-outer:not(#editing-popup, #voting-popup) {
    background-color: rgba(0, 0, 0, 0.3);
}
.popup-outer.black {
    background-color: rgba(0, 0, 0, 0.8);
}
.popup-outer * {
    color: #fff;
}
.bordered-radius {
    border-radius: 12px;
}
.bordered-radius-top {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.bordered-right-grey {
    border-right: 1px solid #666666;
}
.bordered-cyano-1 {
    border: 4px solid #016293;
}
.popup-inner {
    position: relative;
    background-color: #fff;
    border: 5px solid #cdce3b;
    border-radius: 12px;
    box-shadow: 2px 4px 4px rgb(0 0 0 / 30%);
}
.vertical-align {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
}
.close-btn {
    cursor: pointer;
    background-image: url("../img/close-icon.png");
    background-size: contain;
    background-position: center;
    width: 55px;
    height: 55px;
    position: absolute;
    z-index: 99;
}
#background-popup .popup-inner {
    box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.3);
}
#background-popup a {
    border-bottom: 1px solid #016293;
    color: #016293;
}
#background-popup .close-btn,
#voting-message .close-btn,
#voting-confirm .close-btn,
#logout-confirm .close-btn,
#exit-confirm .close-btn {
    top: -27px;
    right: -33px;
}
#background-popup .content {
    max-height: 600px;
    overflow-y: auto;
}
#background-popup .content p {
    margin-bottom: 15px;
    line-height: 1.3;
}
#editing-popup,
#voting-popup {
    display: none;
}
#editing-popup .close-btn,
#voting-popup .close-btn,
#thankyou .close-btn {
    top: -30px;
    right: -33px;
}
/*
#editing-popup .popup-inner:before, #voting-popup .popup-inner:before{
    content: "";
    position: absolute;
    bottom: 0;
    width: 80px;
    top: -13px;
    left: 2px;
    background-image: url("../img/popup-border-left.png");
    background-size: 80px 100%;
    background-position: top left;
}
*/
#editing-popup .popup-inner,
#voting-popup .popup-inner {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 70px;
    /*    margin-left: 40px;*/
    background-color: #fff;
    color: #666666;
}
#editing-popup .bordered-radius,
#voting-popup .bordered-radius {
    /*
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
*/
    /*    box-shadow: 2px 4px 4px rgba(0,0,0,0.3);*/
    /*	border: 5px solid #F6921E*/
}

.edit-comment-accordion,
.kol-accordion {
    display: none;
    position: relative;
}
.input-field {
    width: 100%;
    color: #666666;
    padding: 12px;
}
.input-field.error {
    border-color: #d92027;
}
.input-field::placeholder {
    color: #bdb6b8;
}
/*  ######################################################
    ##################### COMMENTS #####################
    ######################################################
*/
.users-comments-container {
    padding: 12px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 175px;
}
.error-editing {
    display: none;
}
.usersStmtsDropdown,
.usersStmtsDropdown:focus {
    border: 1px solid #016293;
    border-radius: 3px;
    padding-left: 8px;
    min-width: 200px;
    cursor: pointer;
}
.dropdown-title {
    border: 1px solid #016293;
    width: 100%;
    color: #666666;
    padding: 5px 14px;
    border-radius: 10px;
    outline: none !important;
}
.usersStmtsDropdown .choiceList {
    list-style: none;
    padding-left: 0;
    position: absolute;
    display: none;
    left: 0;
    right: 0;
    z-index: 8;
    background-color: #fff;
    border: 1px solid #016293;
    border-radius: 3px;
    top: 20px;
}
.usersStmtsDropdown .choiceList li[pkiduser="8"] {
    background-color: #f6921e;
    color: #fff;
}
.usersStmtsDropdown .choiceList li:hover {
    background-color: #016293;
    color: #fff;
}

.accordion .close-btn {
    top: -16px;
    right: -16px;
}
/*  ######################################################
    ##################### LIVE CHAT #####################
    ######################################################
*/
.livechat-container {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
}
.livechat-container .close-btn {
    top: -15px;
    right: 6px;
}
.livechat-container .chat-label {
    position: absolute;
    left: 20px;
    top: -26px;
    padding: 0 24px;
    line-height: 1.5;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.livechat-container .messagesList {
    min-height: 100px;
    max-height: 160px;
    overflow-y: auto;
    overflow-x: hidden;
}
.livechat-container .activeUsersContainer {
    max-height: 160px;
    overflow-y: auto;
    overflow-x: hidden;
}

/*  ######################################################
    ##################### REFERENCES PAGE #####################
    ######################################################
*/
.top-nav-buttons.references {
    width: 100%;
}
.top-nav-buttons.references:before {
    background-color: #02c1d9;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 100%;
    top: 22px;
    bottom: 24px;
}
.btn-navigation.home {
    width: 85px;
}
.col-btn-navigation.home:before {
    top: 0;
    left: -3px;
    right: 0;
    bottom: 3px;
}
.references-container {
    max-height: calc(100vh - 12px);
    overflow-y: auto;
    overflow-x: hidden;
}

.single-reference-container:first-of-type {
    /*	transform: translate(0px);*/
}
.single-reference-container {
    /*    border-bottom: 1px solid #DFDFDF;*/
    /*	transform: translateY(-100px);*/
}
.single-reference-container:last-of-type {
    border-bottom: 0;
}
.ref-img-outer-box {
    /*    border-left: 8px solid #02c1d9;*/
    border: 3px solid #cdce3b;
    border-radius: 28px;
    padding: 20px;
    padding-left: 20px !important;
    padding-right: 110px !important;
}

.row .ref-set-item {
    border-bottom: 1px solid #dfdfdf;
    display: block;
    position: relative;
    left: -100px;
    top: 50px;
}
/*
.row .ref-set-item:last-of-type{
	border-bottom: 0px;
}
*/

.ref-html-item {
    border: 3px solid #cdce3b;
    border-radius: 28px;
    padding: 40px;
    padding-left: 45px !important;
    padding-right: 25px !important;
    /*    transform: translate(-90px,-100px);*/
    background-color: #fff;
    position: absolute;
    left: -90px;
    top: -100px;
    width: 100%;
}

.ref-img-inner-box {
    border: 1px solid #bdb6b8;
}
.ref-img {
    max-width: 100px;
    height: auto;
}
.pdf-btn-magnify {
    display: inline-block;
    width: 230px;
    height: 110px;
    background-image: url(../img/magnify-icon.png);
    background-size: contain;
    background-position: center;
    /*    transform: translate(-130px,-5px);*/
    z-index: 5;
    position: relative;
    left: -130px;
    top: -15px;
}
.pdf-btn-download {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url("../img/download-icon.png");
    background-color: #bdb6b8;
    border-radius: 100%;
    background-size: 22px auto;
    background-position: center;
    background-repeat: no-repeat;
}
.ref-canvas-scroll {
    height: calc(100vh - 260px);
    overflow-y: scroll;
}
.ref-canvas-container {
    margin: auto;
    border: 2px solid silver;
}
#ref-canvas {
    margin: auto;
    display: table;
    border: 0;
}
.ref-pdf-navigation {
    background-color: #cdce3b;
    margin: auto;
    display: table;
}
.ref-btn {
    color: #fff;
    line-height: 40px;
    display: block;
    font-weight: bold;
    background-size: 30px auto;
}
.ref-btn.disabled {
    opacity: 0;
    pointer-events: none;
}
.current-page {
    line-height: 40px;
}
.ref-btn.page-prev {
    padding-left: 40px;
    background-image: url("../img/left-nav.png");
    background-position: left center;
}
.ref-btn.page-next {
    padding-right: 40px;
    background-image: url("../img/right-nav.png");
    background-position: right center;
}
.ref-btn-close {
    display: block;
    background-image: url(../img/close-ref.png);
    background-size: contain;
    background-position: center;
    width: 40px;
    height: 40px;
    right: -21px;
    position: relative;
    top: -21px;
    z-index: 5;
    background-color: #fff;
}
/*  ######################################################
    ##################### PROFILE PAGE ###################
    ######################################################
*/
.label-profile {
    text-transform: uppercase;
    font-weight: bold;
    color: #016293;
}
.input-field-profile,
.input-field-profile:focus {
    border: 1px solid #016293;
    width: 100%;
    color: #666666;
    padding: 0px 14px;
    line-height: 2;
    border-radius: 10px;
}
.input-submit-profile {
    cursor: pointer;
    color: #fff;
    background-color: #016293;
    display: table !important;
    margin: auto;
    appearance: none;
    -webkit-appearance: none;
    outline: none !important;
    border: 0 !important;
    border-radius: 10px !important;
    padding: 0px 48px !important;
    line-height: 2;
}
.error-field {
    color: #d92027;
    font-size: 13px;
    display: block;
}

/*
################### VOTING ############
*/
.box-voting {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}
.input-radio {
    opacity: 0;
    position: absolute;
}
.label-radio:before {
    content: "";
    position: absolute;
    top: 0;
    margin: auto;
    left: 0px;
    right: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #dfdfdf;
    border-radius: 100%;
    background-color: #dfdfdf;
}

.input-radio:checked + .label-radio:before {
    background-color: #016293;
    border: 1px solid #016293;
}
.label-radio {
    color: #bdb6b8;
    text-align: center;
    position: relative;
    font-size: 14px;
    padding-top: 30px;
    cursor: pointer;
    display: block;
    user-select: none;
}
.voting-btn,
.logout-btn,
.confirm-exit-btn {
    line-height: 2;
    font-size: 15px;
    display: block;
}
.voting-btn.disabled {
    background-color: #666666;
    pointer-events: none;
}
.box-voting[stmdisabled="1"] {
    opacity: 0.4;
    pointer-events: none;
}

/*Alessandro nuove classi 2021/07/09*/
.delphititle {
    text-align: left;
    font-size: 5em;
    font-family: "Open Sans";
    line-height: 1.3em;
}

.homepage-btn {
    display: block;
    width: 100%;
    color: #002eac;
    background-color: #cdce3b;
    border-radius: 8px;
    text-align: center;
    font-weight: bold;
    padding: 6px 30px;
    font-size: 26px;
    margin: 10px 0;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
}
.input-login {
    border-radius: 5px;
    height: 45px;
    padding-left: 50px;
}

.input-login.user + span::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../img/iconuser.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 50px;
    height: 45px;
    left: 0px;
    top: 0;
}

.input-login.password + span::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../img/iconpassword.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 50px;
    height: 45px;
    left: 0px;
    top: 0;
}
.btn-login {
    display: block;
    width: 100%;
    min-height: 60px;
    background-color: #cdce3b;
    color: #0f3199;
    border-radius: 10px;
    font-size: 24px;
    font-weight: bold;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}
.footersepgrey {
    background: linear-gradient(90deg, #4588ae 0%, #c4d5e7 100%);
    width: 80%;
    margin-left: 10%;
    text-align: center;
    height: 6px;
}

.input-login:focus {
    padding-left: 50px;
}

.statement-title {
    margin: 0 !important;
    padding: 0;
    padding-top: 11px !important;
    padding-bottom: 11px !important;
}

.voting-btn.save {
    display: block;
    position: relative;
    background-image: url(../img/salva.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 120px;
    height: 45px;
}
.voting-btn.confirm-send {
    display: block;
    position: relative;
    background-image: url(../img/invia.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 120px;
    height: 45px;
}

.voting-btn.confirm-send.disabilitato {
    opacity: 0.5;
    cursor: default;
}

/*Fine nuove classi Alessandro*/

/*  delphi ofta */

.text-light-blue {
    color: #6f83c2;
}

.ofta-login input:not(.btn) {
    border: 0;
    background-color: #f5f5d8;
}

.logo-contributo {
    max-height: 100px;
}

.btns-home {
    position: relative;
    top: 50px;
}
footer {
    position: absolute;
    width: 100vw;
    bottom: 0;
}

/* --- */

@media (min-width: 340px) {
    .container {
        max-width: 96%;
    }
    .delphititle {
        font-size: 3.6em;
    }

    .delphititle {
        font-size: 2.6em;
        font-weight: bold;
        line-height: 1.2em;
        margin-bottom: 0em !important;
        margin-top: 1.2em !important;
        margin-left: 34px;
        margin-right: 34px;
    }
    .statement-title {
        line-height: 10px;
        margin-top: 1px;
        padding-bottom: 5px;
    }
    .scroll-container {
        transform: translateY(0);
    }
    .btn-info-editing,
    .btn-info-voting {
        transform: translateY(27px);
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 90%;
    }
    .delphititle {
        font-size: 3.6em;
    }

    .delphititle {
        font-size: 3.6em;
        font-weight: bold;
        line-height: 1.2em;
        margin-bottom: 0em !important;
        margin-top: 1.2em !important;
        margin-left: 34px;
    }
    .btn-info-editing,
    .btn-info-voting {
        transform: translateY(0);
    }

    .ofta-login {
        position: relative;
        top: 150px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 90%;
    }
    .delphititle {
        font-size: 3.8em;
        font-weight: bold;
        line-height: 1.2em;
        margin-bottom: 0em !important;
        margin-top: 1.2em !important;
        margin-left: 34px;
        max-width: 500px;
    }
    /*
	#background-popup {
		max-width: 80%;
	}
*/
}
@media (min-width: 992px) {
    footer {
        position: relative;
        margin-top: 30px;
    }
    body[template="homepage"] main {
        height: calc(100vh - 84px);
    }
    body[template="voting"] {
        padding-left: 20px;
    }
    body {
        min-height: 100vh;
        overflow-x: hidden;
    }
    .container {
        max-width: 90%;
    }
    .text-size-30 {
        font-size: 22px;
    }
    .semicircle-container {
        padding: 100px 30px;
    }
    /*  ######################################################
        ##################### LOGIN PAGE #####################
        ######################################################
    */
    .innerbox-loginform {
        padding: 50px 15px 35px;
    }
    /*
    .overlay-login-form:after{
        position: absolute;
        top: 80px;
        left: 0;
        right: 0;
        height: 140px;
        background-image: url("../img/bg-btn-login.png");
        background-size: contain;
        background-position: top center;
        background-repeat: no-repeat;
    }
*/
    .loginform {
        top: 0px;
    }

    /*  ######################################################
        ##################### HOME PAGE #####################
        ######################################################
    */
    .hp-btn {
        text-align: right;
    }
    .hp-btn b {
        width: 50%;
        display: inline-block;
        text-align: center;
    }
    .hp-btn.btn-editing {
        font-size: 20px;
    }
    .hp-btn.btn-references {
        font-size: 15px;
    }
    .delphititle {
        font-size: 3.8em;
        font-weight: bold;
        line-height: 1.2em;
        margin-bottom: 0em !important;
        margin-top: 1.2em !important;
        margin-left: 34px;
    }
    .statement-title {
        line-height: 0px;
        margin-top: 5px;
        padding-bottom: 5px;
    }
    .statement-group {
        transform: translateY(-100px);
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 90%;
    }
    .offset-xl-55 {
        margin-left: 55%;
    }
    .col-xl-55 {
        flex: 0 0 55%;
        max-width: 55%;
    }
    .mb-xl-6 {
        margin-bottom: 4rem !important;
    }
    .text-size-30 {
        font-size: 30px;
    }
    .text-size-60 {
        font-size: 60px;
    }
    .text-size-80 {
        font-size: 80px;
    }

    /*  ######################################################
        ##################### LOGIN PAGE #####################
        ######################################################
    */
    .loginform {
        top: 30px;
    }

    /*  ######################################################
        ##################### HOME PAGE #####################
        ######################################################
    */
    .hp-btn:hover {
        opacity: 0.75;
    }
    .hp-btn b {
        line-height: 98px;
    }
    .hp-btn.btn-editing {
        height: 124px;
        font-size: 20px;
    }
    .hp-btn.btn-references {
        font-size: 15px;
        height: 141px;
        padding-top: 22px;
        margin-bottom: -22px;
    }
    /*  
        ######################################################
        ##################### EDIT PAGE #####################
        ######################################################
    */
    .btn-navigation:hover {
        background-image: url("../img/btn-navigation-active.png");
        color: #fff;
    }
    .delphititle {
        font-size: 4em;
        font-weight: bold;
        line-height: 1.2em;
        margin-bottom: 0em !important;
        margin-top: 1.2em !important;
        margin-left: 34px;
    }
    .statement-title {
        line-height: 0px;
        margin-top: 8px;
        padding-bottom: 5px;
    }
    .statement-group {
        transform: translateY(-100px);
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1400px;
    }
    .text-size-30 {
        font-size: 30px;
    }
    .semicircle-container {
        padding: 80px 30px;
    }
    .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .mb-xl-6 {
        margin-bottom: 5rem !important;
    }
    .pb-xxl-6 {
        padding-bottom: 5rem !important;
    }
    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    /*  ######################################################
        ##################### LOGIN PAGE #####################
        ######################################################
    */
    .loginform {
        top: 110px;
    }
    .innerbox-loginform {
        padding: 100px 15px 35px;
    }
    .overlay-login-form:after {
        content: "";
        height: 150px;
    }
    .pr-xxl-5 {
        padding-right: 3rem !important;
    }

    /*  ######################################################
        ##################### HOME PAGE #####################
        ######################################################
    */
    .hp-btn b {
        line-height: 110px;
    }
    .hp-btn.btn-editing {
        height: 140px;
        font-size: 22px;
    }
    .hp-btn.btn-references {
        font-size: 17px;
        height: 160px;
        padding-top: 25px;
        margin-bottom: -25px;
    }
    .delphititle {
        font-size: 5em;
        font-weight: bold;
        line-height: 1.2em;
        margin-bottom: 0em !important;
        margin-top: 1.2em !important;
        margin-left: 34px;
    }
    .statement-title {
        line-height: 0px;
        margin-top: 10px;
        padding-bottom: 5px;
    }
    .statement-group {
        transform: translateY(-100px);
    }
}
@media (min-width: 1650px) {
    .container {
        max-width: 1650px;
    }
    body[template="editing"] .container,
    body[template="voting"] .container {
        max-width: 1400px;
    }
    /*  ######################################################
        ##################### LOGIN PAGE #####################
        ######################################################
    */
    .loginform {
        top: 160px;
    }
    .overlay-login-form:after {
        height: 190px;
    }
    /*  ######################################################
        ##################### HOME PAGE #####################
        ######################################################
    */
    .hp-btn.btn-editing {
        height: 167px;
    }
    .hp-btn.btn-references {
        height: 198px;
        padding-top: 30px;
        margin-bottom: -31px;
    }
    .hp-btn b {
        line-height: 131px;
    }
    .delphititle {
        font-size: 5.3em;
        font-weight: bold;
        line-height: 1.2em;
        margin-bottom: 0em !important;
        margin-top: 1.2em !important;
        margin-left: 34px;
    }
    .homepage-btn {
        width: 80%;
    }
    .statement-title {
        line-height: 7px;
        margin-top: 10px;
        padding-bottom: 5px;
    }
    .statement-group {
        transform: translateY(-100px);
    }
    .btn-info-editing,
    .btn-info-voting {
        transform: translateY(0);
    }
}

.bg-azzurro {
    background-color: #cece3b56;
}

.text-azzurro {
    color: #6fb1c8;
}
.stmt-title {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
}

.statement-group .affermazione-item:first {
    background-color: red;
}
.single-statement-title {
    margin-top: 0;
    margin-bottom: 0;
}

#voting-popup {
    max-width: 50%;
}
#voting-popup .content {
    border: 2px solid #cdce3b;
    border-radius: 12px;
    padding: 2%;
}
.redborder {
    padding: 3%;
    border: 2px solid #cdce3b;
    border-radius: 12px;
}
.background-btn-container.selected {
    border: 4px solid #cdce3b;
    border-radius: 25px;
    padding: 10%;
}
.col-btn-navigation {
    position: relative;
    z-index: 5;
}
.redborder .content ul li,
.redborder .content ul li div,
.message {
    color: #666666;
}

/* VOTING OFTA  */
.affermazione-item .text-azzurro {
    color: #cdce3b;
}
.input-radio:checked + .label-radio:before {
    background-color: #cdce3b;
    border: 1px solid #cdce3b;
}

.eng {
    border-left: 6px solid #00a2dd;
    padding-left: 8px;
    color: #00a2dd;
    font-style: italic;
}
