html,body{
    height: 100%;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    padding: 0px;
    margin: 0px;
}

*{
    margin: 0px;
    padding: 0px;
}

a,a:hover,a:visited,a:focus, button{
    text-decoration: none;
    border: none;
    box-shadow: none;
    color:#ffffff;
}

.blu-border{

    border-bottom: 3px solid #003970;

}

.blu-back{

    background-color: #003970;
    color: #fff;
    font-size: 40px;
    line-height: 65px;

}

.green-back{

    background-color: #95c221;
    color: #fff;
    font-size: 24px;
    line-height: 45px;

}


.celeste-back{

    background-color: #dcecfb;
    color: #003970 !important;
    font-size: 24px;
    line-height: 45px;

}

.red-back{

    background-color: #c64724;
    color: #fff;
    font-size: 12px;
    display: block;
    padding: 8px;
    text-align: center;
    font-weight: bold;

}

.eventoChiuso{

    background-color: #003970;
    color: #fff;
    font-size: 12px;
    display: block;
    padding: 8px;
    text-align: center;
    font-weight: bold;

}

.blu-title,.bluTxt,.bluTxt:hover,.bluTxt:focus,.bluTxt:visited{
    color: #003970;
}



header{
    display: block;
    height:60px;
    background-color: #95c221;
    color:#ffffff;
    text-align: center;
    position: fixed;
    width: 100%;
    top:0px;
    left: 0px;
    z-index: 999;
}

.img-top{
    height:120px;
    width: 100%;
    display: table;
    text-align: center;
    color: #003970;
    margin-bottom: 10px;
    background-position: center;
    background-size: cover;
}

.img-top-home{

    background-image: url("/images/lista-eventi.jpg");
}

.img-top span{

    display: table-cell;
    vertical-align: middle;
}

.display-block{

    display: block;

}

.blu-button-full{

    background-color: #003970;
    text-align: center;
    color: #ffffff;
    height: 40px;
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 999;

}

.blu-button-middle{
    background-color: #003970;
    text-align: center;
    color: #ffffff;
    height: 40px;
    padding: 10px 0px;
    display: inline-block;
    width: 50%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 999;

}

.blu-button-middle.left-bt{

    width: calc(50% - 2px);

}

.blu-button-middle.right-bt{
    left: auto;
    right: 0px;

}

.blu-button-full,.blu-button-full:hover,.blu-button-full:visited,.blu-button-full:focus{

    color: #ffffff;
}

.content-button{

    width: 100%;
    padding-top: 60px;
}

.back{

    float: left;
    margin-left: 15px;
    font-size: 20px;
    margin-top:18px;
}



/* HOME */
.logo-top{

    position: absolute;
    left: 50%;
    margin-left: -125px;
    height: 67px;

}

.left-list{

    height: 65px;
    width: 65px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;

}

.left-list-small{
    height: 30px;
    width: 30px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
}

.right-list{

    height: 65px;
    width: calc(100% - 85px);
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #003970;

}

.left-list img{
    width: 100%;
}

.titolo-list {
    color: #95c221;
    font-size: 12px;
    overflow: hidden;
    width: calc(100% - 35px);
    line-height: 13px;
    display: block;
}

.data-list{

    color: #aeaeae;
    font-size: 8px;
}

.list-eventi{

    width: 100%;
    height: auto;
    display: block;
    padding: 0px;
    margin: 0px;
    list-style: none;

}

.list-eventi li{

    display: block;
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin-top: 10px;
    position: relative;

}

.editButton{

    background-color: #003970;
    color: #ffffff;
    height: 30px;
    width: 30px;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    line-height: 30px;
    top:0px;
    right:10px;


}

.closeButton{

    background-color: #c64724;
    color: #ffffff;
    height: 30px;
    width: 30px;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    line-height: 30px;
    bottom:2px;
    right:10px;


}


.padlr{
    padding: 0px 20px ;
    padding-bottom: 50px;
}

.padr0{
    padding-right: 0px !important;
}

/* CREA MODIFICA */
.inputCeleste{

    border: none;
    box-shadow: none;
    background-color: #dcecfb;
    color: #003970;
    height: 70px;
    display: inline-block;
    width: 100%;
    padding: 10px;

}

.nonMessaggi{
    border: none;
    box-shadow: none;
    background-color: #dcecfb;
    color: #003970;
    display: inline-block;
    width: 100%;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;

}

.nonMessaggi .blu-back{
    padding: 5px;
    font-size: 14px;
}

.inputCelesteMd{

    width: calc(100% - 45px);
    height: 30px;

}


::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #ffffff !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #ffffff !important;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #ffffff !important;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #ffffff !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color:    #ffffff !important;
}

.inputCeleste textarea{

    height: 100px;

}

.partecipante{
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 24px;
    color : #95c221;

}

.lista-partecipanti{

    padding-bottom: 50px;

}

/* Base for label styling
input[type="checkbox"]:not(:checked),
input[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
    margin-left: -100000px;
}
input[type="checkbox"]:not(:checked) + label,
input[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
    font-weight: normal;
}

/* checkbox aspect
input[type="checkbox"]:not(:checked) + label:before,
input[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0; top: 0;
    width: 1.25em; height: 1.25em;
    background: #ffffff !important;
    border-radius: 4px;
    background-color: #003970 !important;
    font-weight: normal;
}
/* checked mark aspect
input[type="checkbox"]:checked + label:after, input[type="checkbox"][readonly]:checked, input[type="checkbox"][readonly]:not(:checked), input[type="checkbox"][readonly] {
    content: '✔';
    position: absolute;
    top: 0.5em;
    left: .5em;
    font-size: 0.7em;
    line-height: 0.8;
    color: #ffffff !important;
    font-weight: normal;
}

input[type="checkbox"][readonly]:checked, input[type="checkbox"][readonly]:not(:checked), input[type="checkbox"][readonly] {
    pointer-events: none;
}*/

/* LISTA MESSAGGI */

.blocco_messaggio,.blocco_votazione{position: relative; padding-bottom: 44px;}

.messaggi{

    border: none;
    box-shadow: none;
    background-color: #dcecfb;
    color: #003970;
    display: inline-block;
    width: 100%;
    padding: 10px;
    text-align: left;
    padding-right: 88px;

}

.testoVotazione{

    border: none;
    box-shadow: none;
    background-color: #95c221;
    color: #ffffff;
    display: inline-block;
    width: 100%;
    padding: 10px;
    text-align: left;
    position: relative;
    padding-bottom: 30px;

}

.votazioneLeft{

    position: absolute;
    top:15px;
    left: 15px;
    font-size: 36px;
}

.votazioneRight{

    display: block;
    padding-left: 70px;
    text-align: left;

}


.bottom_messaggio,.bottom_votazione{
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 80px;
    text-align: right;
    width: 100%;

}

.bottom_messaggio .blu-back,.bottom_messaggio .allegatiButton,.bottom_messaggio .messaggiButton,
.bottom_votazione .blu-back,.bottom_votazione .green-back,.bottom_votazione .celeste-back,.bottom_votazione .votoButton,.bottom_votazione .red-back
{
    padding: 6px;
    font-size: 14px;
    color: #ffffff;
    line-height: normal;
    display: inline-block;
}

.bottom_messaggio .messaggiButton,.bottom_messaggio .allegatiButton,.bottom_votazione .votoButton,.bottom_votazione .red-back{

    font-size: 16px;
    padding: 8px;
}

.like{
    margin-right: 15px;
}

.bottom_messaggio .allegatiButton{

    background-color: #95c221;
    margin-right: 5px;
    padding: 7px;
}

.bottom_messaggio .messaggiButton,.bottom_votazione .messaggiButton{

    background-color: #003970;
    margin-right: 5px;
    padding: 7px;
}

/* MEssaggi */

.topSplitIcon{

    display: block;
    padding-right: 60px;
    position: relative;
    min-height: 65px;
    margin-bottom: 10px;

}

.iconSplit{

    position: absolute;
    right: 0px;
    top: 0px;
    text-align: center;
    font-size: 8px;
    width: 50px;

}
.iconSplit img{
    width: 50px;
}

.allega{
    font-size: 14px;
    padding: 10px;
}

.allega i{
    margin-right: 15px;
}

.votazione{
    font-size: 14px;
    padding: 10px;
}

.votazione i{
    margin-right: 15px;
}

.greenTxt,a.greenTxt, a.greenTxt:focus,a.greenTxt:visited,a.greenTxt:hover{
    color: #95c221 !important;
}

.whiteTxt,a.whiteTxt, a.whiteTxt:focus,a.whiteTxt:visited,a.whiteTxt:hover{
    color: #ffffff !important;
}


.celesteTxt,a.celesteTxt, a.celesteTxt:focus,a.celesteTxt:visited,a.celesteTxt:hover{
    color: #dcecfb !important;
}

.votoButton{
    font-size: 14px;
    padding: 10px;
}



.barcontainer {
    position: relative;
    border: none;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
    height: 200px;
}

.bar {
    position: absolute;
    display: inline-block;
    bottom: 0;
    background: #95c221;
    width: 30%;
    text-align: center;
    color: white;
}

.barlabel {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: white;
    margin-bottom: -85px;
    color: #003970;
}

.bar:nth-child(2) {
    left: 35%;
    background-color: #003970;
}

.bar:nth-child(3) {
    left: 70%;
    background-color: #dcecfb;
}

/* VOTAZIONE */
.topVotazione{
    padding-bottom: 10px;
    margin-top: 15px;
    border-bottom: 1px solid #003970;
    text-align: center;
}

.bottomVotazione{
    position: relative;
    border-top: 1px solid #003970;
    margin-top: 100px;
    padding-bottom: 50px;
}

.bottomVotazione span{
    font-size: 30px;
    width: 30%;
    text-align: center;
    position: absolute;
    padding-top: 15px;
}

.bottomVotazione span.fa-frown-o{
    left: 35%;
}

.bottomVotazione span.fa-meh-o{
    left: 70%;
}

.voteNum{
    font-size: 22px;
    font-weight: bold;
}

.votoButton.fa-pencil, .votoButton.fa-bar-chart{
    padding: 7px;
}

input,textarea,select{
    border-radius: 0px;
}