body{
    font-family: 'Lato', sans-serif;
   /* background-color: #f8f9fa !important;*/
    background-image: url("../images/sfondo.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-content{
    margin-top:130px!important;
}

h1{
    border-left:8px solid #C7D56E!important;
    padding-left: 15px;
}
.navbar{
    border-bottom: 4px solid #C7D56E;
}
.navbar.fixed-bottom{
    border-bottom: none;
    border-top:4px solid #C7D56E;
}
.bootstrap-autocomplete{
    cursor:pointer;
}

tr.tbh td{
    background-color: #dee2e6;
    border: 1px solid #999;
    padding:10px;
    text-align: center;
}

tr.tbr td{
    background-color: #FFFFFF;
    border: 1px solid #999;
    padding:10px;
    text-align: center;
    cursor: default;
    vertical-align: middle;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

tr.tbr td.actionable{
    cursor: pointer;
}

tr.tbr td.actionable:hover{
    background-color: #C7D56E;
}

tr.tbh td.holiday, tr.tbr td.holiday{
    background-color: #c5c8cc;
    color:#999999;
}

.calendar-card{
    margin-left: -12px;
    font-size: 0.92rem;
}

.calendar-card .day{
    font-size:1rem;
}

.calendar-card .not-available{
    color: #999999;
    background-color: #DEE2E6;

}


.home-content{
    padding: 0px;
}

.login-card{
    width: 80%;margin: 100px auto;
}

.container-fluid {
    padding-right: 0.3rem;
    padding-left: 0.3rem;
}

.customer-satisfaction{
    margin:50px 0px 20px 0px;
    padding: 20px;
    background: white;
}
.customer-satisfaction .valutation-item{
    display:inline-block;
    width:150px;
    height: 250px;
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

.customer-satisfaction .valutation-item.item-0{
    background-image: url('../images/cs0_bw.png');
}
.customer-satisfaction .valutation-item.item-0:hover, .customer-satisfaction .valutation-item.item-0.selected{
    background-image: url('../images/cs0.png');
}
.customer-satisfaction .valutation-item.item-1{
    background-image: url('../images/cs1_bw.png');
}
.customer-satisfaction .valutation-item.item-1:hover, .customer-satisfaction .valutation-item.item-1.selected{
    background-image: url('../images/cs1.png');
}
.customer-satisfaction .valutation-item.item-2{
    background-image: url('../images/cs2_bw.png');
}
.customer-satisfaction .valutation-item.item-2:hover,.customer-satisfaction .valutation-item.item-2.selected{
    background-image: url('../images/cs2.png');
}
.customer-satisfaction .valutation-item.item-3{
    background-image: url('../images/cs3_bw.png');
}
.customer-satisfaction .valutation-item.item-3:hover, .customer-satisfaction .valutation-item.item-3.selected{
    background-image: url('../images/cs3.png');
}
.customer-satisfaction .valutation-item.item-4{
    background-image: url('../images/cs4_bw.png');
}
.customer-satisfaction .valutation-item.item-4:hover, .customer-satisfaction .valutation-item.item-4.selected{
    background-image: url('../images/cs4.png');
}

.customer-satisfaction  .form-group{
    margin-top:30px;
}


@media screen and (min-width: 800px) {
    .home-content{
        padding: 100px;
    }

    .calendar-card{
        margin-left: 0px;
    }

    .calendar-card .day{
        font-size:1.3rem;
    }

    .login-card{
        width: 35%;margin: 200px auto;
    }
}
