.popup-ulozenka {
    display: none;
    position: absolute;
    z-index: 1000;
    background: #fff;
    border-bottom: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 600px){
    .popup-ulozenka{
        width:80%;
    }
    .ulozenka-body-left{
        width:50%;
        float:left;
        box-sizing: border-box;
    }
    .ulozenka-body-right{
        float:right;
        width:50%;
        padding: 0 20px 20px 20px;
        box-sizing: border-box;
    }
    .data-pobocky-full{
        float:left;
        width:100%;
        padding:10px;
    }
}
@media only screen and (max-width: 599px){
    .ulozenka-parcelshop{
        width:80%;
    }
    .ulozenka-body-left{
        width:100%;
        float:left;
        box-sizing: border-box;
    }
    .ulozenka-body-right{
        float:right;
        width:100%;
        padding: 0 20px 20px 20px;
        box-sizing: border-box;
    }
    .data-pobocky-full{
        float:left;
        width:100%;
        padding:10px;
    }
    .branch-list{
        border:none;
        margin-bottom:20px;
    }
}

.popup-ulozenka a.close {
    line-height: 1;
    font-size: 1.5em;
    position: absolute;
    top: 10px;
    right: 15px;
    text-decoration: none;
    color: #aab2bd;
    font-weight: 700;
}
.popup-ulozenka-overlay{
    position:absolute;
    display:none;
    left:0;
    top:0;
    background: rgba( 255, 255, 255, 0.5 );
    width:100%;
    height:100%;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    text-align:center;
}

.popup-ulozenka header{
    padding: 12px 20px;
    border-bottom: 1px solid #e1e3e4;
}
.popup-ulozenka header h3{
    margin: 0; 
    padding:0;
}
.popup-ulozenka .popup-ulozenka-body{ 
    padding: 20px 20px 20px 20px; 
}


.advanced-autocomplete-wrap{
    width:100%;
    float:left;
    margin-bottom:16px;
}

#advanced-autocomplete-ulozenka{
    padding:11px;
    border: 1px solid #eeeeee;
    position:relative;
}

.autocomplete-suggestions {
    text-align: left; 
    cursor: default; 
    border: 1px solid #eeeeee; 
    border-top: 0; 
    background: #fff; 
    box-shadow: -1px 1px 3px rgba(0,0,0,.1);
    /* core styles should not be changed */
    position: absolute; 
    display: none; 
    z-index: 100002; 
    max-height: 254px; 
    overflow: hidden; 
    overflow-y: auto; 
    box-sizing: border-box;
}
.autocomplete-suggestion { 
    position: relative; 
    padding: 5px 20px; 
    line-height: 23px; 
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    font-size: 1.02em; 
    color: #333; 
    border: solid 1px #eeeeee;
}
.autocomplete-suggestion b { 
    font-weight: normal; 
    color: #1f8dd6; 
}
.autocomplete-suggestion.selected { 
    background: #f0f0f0; 
}

.branch-list-ulozenka{
    float:left;
    width:100%;
    overflow: hidden;
    overflow-y: scroll;
    border-left: solid 1px #eeeeee;
    border-top: solid 1px #eeeeee;
    border-bottom: solid 1px #eeeeee;
    max-height:400px;
    margin-bottom:40px;
}

.branch-list-item-ulozenka{
    width:100%;
    padding:5px 20px;
    border-bottom:1px solid #eeeeee;
    cursor:pointer;
}
.branch-list-item-ulozenka.selected-item,
.branch-list-item-ulozenka:hover{
    background:#f0f0f0;
}

.data-pobocky{
    float:left;
    width:100%;
    padding:10px;
    border-bottom:solid 1px #eeeeee;
}
.ulozenka-body-right footer{
    float:left;
    width:100%;
}
.ulozenka-body-right footer .ulozenka-parcelshop-submit{
    float: right;
    padding: 11px;
    margin-top: 20px;
    background: #333333;
    color: #ffffff;
    border: none;
    cursor: pointer;
}
.ulozenka-body-right footer .popup-ulozenka-submit:hover{
    opacity:0.7;
}
#ulozenka{
    width: 100%;
    height: 380px;
}
#ulozenka>div{
    width: 100%!important;
    height: 380px!important;
}
#ulozenka,
.smap img{
    max-width:none!important;
}

.popup-ulozenka-submit{
    float:right;
    margin-top:20px;
    
}