
.nb-places>div>div{
    padding: 5px;
    margin: 10px;
}
.nb-box{
    padding: 5px;
    margin: 10px;
    border: 1px dotted grey;
}
.checked{
    cursor: hand;
}
#sticky .form-control{
    height: 35px;
}
.error{
    color: red;
    display: none;
}
.dotted-background{
    border : 1px dashed grey;
}
.step-container{
    padding: 15px;
}
.dotted-background>header{
    background: #f3f4f5;
    border-bottom: 1px dashed grey;
    padding-top: 10px;
}
.dotted-background>.stepper{
    margin-top: -25px;
}
.step3 .more-peoples{
    padding-right: 20px;
}