.card {
    background-color: white;
    -webkit-box-shadow: 0px 0px 10px #cacaca;
    -moz-box-shadow: 0px 0px 10px #cacaca;
    box-shadow: 0px 0px 10px #cacaca;
    padding-bottom: 10px;
}
.label {
    line-height: 30px;
}
#settings_map {
    margin: 0 0 20px 40px;
}
.checkVilles {
    width:20px;
    height:20px;
}
.mt-step-number {
    cursor: pointer;
}
div.page-logo h3 {
    color:white;
    margin:10px 0 0 10px;
    width:550px;
    display: inline-block;
}
.page-content {
    background-color: #f3f3f3;
}
.ui-autocomplete {
    position: absolute;
    z-index: 1000;
    cursor: default;
    padding: 0;
    margin-top: 2px;
    list-style: none;
    background-color: #ffffff ;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
    max-height: 500px;
}
.ui-autocomplete > li {
    padding: 3px 20px;
}
.ui-autocomplete > li.ui-state-focus {
    background-color: #DDD;
}
.ui-helper-hidden-accessible {
    display: none;
}