body{
  background:#efefef;
}

.container{
  background:#ffffff;
  margin-top:30px;
}

.popover{
  max-width:600px !important;
}

#testata{
  background: #005b7f;
  height:170px;
  padding:40px;
}

.selezionato{
  background: #A1D490;
}

.riga{
  border-bottom: 1px solid #cccccc;
}

/* validatore */
.parsley-errors-list{
  list-style-type: none;
  color:red;
}

.bs-callout-warning{
  color:red;
}


@media(max-width:468px) {
    #logo{
        width:300px;
    }
    #testata{
        height:150px;
    }
}
