#esl_yandex_map.fade{
	opacity: 1;
}
#esl-modal-yandex-map-wrap {
width:100%;
}
#esl-address-result {
    padding: 10px;
    border: 1px solid #ccc;
}
.esl-order-block {
padding: 0 15px;
}
.modal-dialog {
    margin: 150px auto 0;
}
.esl-delivery-container .esl-block {
    display: inline-block;
    width: 250px;
    border: 1px solid #ccc;
    padding: 5px;
    margin: 0 1em 0 0;
}
.esl-price, .esl-time {
	display: block;
    margin: 5px 5px 5px 15px;
}
.els-terminals {
	font-size: 1.2em;
    text-decoration: underline;
}
#esl-address-result {
    padding: 10px;
    border: 1px solid #ccc;
}
#esl-address-result a {
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px dotted;
    margin-bottom: 5px;
    text-decoration: none;
}
#esl-order-block-loading {
    
}
/*
.esl-address-fields div[class*="esl-address-field-"] {
    padding: 0 3px;
}*/
.map__addresses{
    padding-left: 0px;
    overflow: auto;
    max-height: 356px;
    margin-bottom: 10px;
}
.esl_yandex_map h4 {
    margin: 15px 0;
}
#esl_yandex_map_container {
    width: 570px;
    height: 400px;
    border: 1px solid #ccc;
    padding: 5px;
}
.map__address__active{
    color: #007bff;
}
.map__address__list__li {
    border-bottom: 1px solid #eee;
    font-size: 0.9em;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    cursor: pointer;
    line-height: 1.1em;
}
.map__address__list__li .text-danger {
    font-size: 0.8em;
}
.map__address__list__li .important-text{
    color: #dc3545;
    font-weight: bold;
}
.esl-comment {
    right: 0;
    position: absolute;
    top: 0;
    margin: 3px;
}
.hidden {
    display:none !important;
}
.btn-w-100{
    width: 100%;
}
.btn:disabled{
    cursor: not-allowed;
}