@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: 1920px 1347px;
    background-position: 50% 30px;
	background-repeat: repeat-y;
	background-color: #01103b;
/*    position: relative;*/
    padding: 0;
    margin: 0;
}

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: 28px;
    display: inline-block;
    cursor: pointer;
	z-index: 5;
    position: relative;
}
.profile-btn-homepage{
	background: rgb(22,134,195);
    background: -webkit-linear-gradient(left, rgba(22,134,195,1) 35%, rgba(32,169,229,1) 100%);
    background: -o-linear-gradient(left, rgba(22,134,195,1) 35%, rgba(32,169,229,1) 100%);
    background: linear-gradient(to right, rgba(22,134,195,1) 35%, rgba(32,169,229,1) 100%);
    padding-right: 33px;
    line-height: 48px;
    display: inline-block;
    cursor: pointer;
    min-width: 300px;
    text-align: right;
    color: #FFF;
    padding-top: 0;
    margin-top: 0;
}
.profile-btn-homepage::before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -31px;
    background-image: url(../img/user-icon-profilo.png);
    background-size: 100% 100%;
    width: 137px;
    height: 60px;
}
.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 .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 .2s ease-in-out;;
    background-image: url("../img/btn-navigation.png");
    background-size: auto 109%;
    padding-right: 3px;
    background-position: center;
    color: #f6921e;
    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 .7s ease-in-out forwards;
}
.text-last-update{
    line-height: 30px;
}
.text-last-update *{
    float: left;
}
.statement-group-title{
    font-size: 18px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
	background-image: url(../img/statement-title.png);
	background-size: 100%;
    min-height: 100px;
}
.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;
}
.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 #002EAC;
}
.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 #F6921E;
	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 #002EAC;
    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 #002EAC;
    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:-5px;
}
.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: #02c1d9;
    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{
	color: #FFF;
    text-align: left;
    font-size: 5.6em;
	font-family: 'Open Sans';
	font-weight: 600;
	line-height: 1.3em;
}

.btn-voting
{
	display: block;
    background-image: url(../img/btn-voto.png);
    background-size: 100%;
    width: 100%;
    min-height: 100px;
}
.btn-referenze
{
	display: block;
	background-image: url(../img/btn-referenze.png);
	background-size: 100%;
    width: 100%;
    min-height: 100px;
}
.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-image: url(../img/login.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-color: transparent;
}
.footersepgrey
{
	background-color: #7f8aa9;
	width: 80%;
	margin-left:10%;
	text-align: center;
	height: 10px;
}

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

.statement-title{
	line-height: 10px;
    margin-top: 10px;
    padding-bottom: 5px;
}

.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*/

@media (min-width:340px){
    .container{
        max-width: 96%;
    }
	.delphititle{
		font-size:3.6em;
	}
	.btn-voting
	{
		min-height: 80px;
	}
	.btn-referenze
	{
		min-height: 80px;
	}
	.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);
	}
}
@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;
	}
/*
	#background-popup {
		max-width: 80%;
	}
*/
}
@media (min-width:992px){
    footer{
/*        position: absolute;*/
        left: 0;
        right: 0;
        bottom: -10px;
    }
    body[template="homepage"] main {
        height: calc(100vh - 84px);
    }
    body{
        min-height: 100vh;
/*        overflow-y: 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: #6FB1C8;
}
.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 #ed6332;
	border-radius: 12px;
	padding: 2%;
}
.redborder{
	padding:3%;
	border :2px solid #ed6332;
	border-radius: 12px;
}
.background-btn-container.selected{
	border: 4px solid #F6921E;
    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;
}