#citySelector{
	position: absolute;
    width: 100%;
    list-style-type: none;
    padding-left: 5px;
    background-color: #ffffff;
    z-index: 99999;
    max-height: 183px;
    overflow-y: scroll;
    border: 1px solid #c5c5c5;
    border-top: 0;
}

#citySelector li{
	padding: 3px 1em 3px .4em;
    margin-bottom: 0;
	line-height: 1;
	cursor: pointer;
}

#citySelector li:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: 400;
    color: #fff;
}

.loader-city{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display:none;
}

.loader-city .loading-mask{
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    background: rgba(255,255,255,0.5);
    width: 100%;
    height: 100%;
}
.loader-city .loading-mask .loader>img{
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
}

.proposition-ville{
	max-height: 170px;
    overflow: scroll;
    width: 100%;
    border: 1px solid #c5c5c5;
    list-style-type: none;
    padding-top: 0;
    padding-left: 0;
    overflow-x: hidden;
    background-color: #ffffff;
    color: black;
    position: absolute;
    z-index: 2;
    }
    
    .proposition-ville li{
        margin-bottom: 0;
		cursor: pointer;
		line-height: 16px;
		font-size: 16px;
		display: list-item;
		padding: 3px 1em 3px .4em;
    }

    .proposition-ville li:hover{
        background-color: #024596;
        color: #ffffff;
    }

    .customer-address-form #telephone-error{
        position: absolute;
    }