<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#vyhledane_pobocky-sk{
  overflow-y:scroll;
  height:240px;
}
.table-balikovna tr td{
  font-size:12px;
  padding: 5px;
}

.table-balikovna tr td a.vybrat-button-sk{
  padding: 3px 6px;
  color: white !important;
  text-align: center;
  border: none;
  text-decoration: none;
  font-size: 12px;
  font-family: inherit;
  cursor: pointer;
  overflow: visible;
  width: auto;
  line-height: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  background: #428bca;
  font-weight: 200;
}

.popup-balikovna-cz {
    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-balikovna-cz{
        width:80%;
    }
    .balikovna-cz-body-left{
        width:50%;
        float:left;
    }
    .balikovna-cz-body-right{
        float:right;
        width:50%;
        padding: 0 20px 20px 20px;
    }
    .data-pobocky-left{
        float:left;
        width:50%;
        padding:10px;
    }
    .data-pobocky-right{
        float:left;
        width:50%;
        padding:10px;
        border-left:solid 1px #eeeeee;
    }
}
@media only screen and (max-width: 599px){
    .popup-balikovna-cz{
        width:80%;
    }
    .balikovna-cz-body-left{
        width:100%;
        float:left;
    }
    .balikovna-cz-body-right{
        float:right;
        width:100%;
        padding: 0 20px 20px 20px;
    }
    .data-pobocky-left{
        float:left;
        width:100%;
        padding:10px;
    }
    .data-pobocky-right{
        float:left;
        width:100%;
        padding:10px;
    }
    .branch-list{
        border:none;
        margin-bottom:20px;
    }
}

.popup-balikovna-cz a.close {
    line-height: 1;
    font-size: 1.5em;
    position: absolute;
    top: 10px;
    right: 15px;
    text-decoration: none;
    color: #aab2bd;
    font-weight: 700;
}
.popup-balikovna-cz-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-balikovna-cz header{
    padding: 12px 20px;
    border-bottom: 1px solid #e1e3e4;
}
.popup-balikovna-cz header h3{
    margin: 0; 
    padding:0;
}
.popup-balikovna-cz .popup-balikovna-cz-body{
    padding: 20px 20px 20px 20px; 
}


.advanced-autocomplete-wrap{
    width:100%;
    float:left;
    margin-bottom:16px;
}

#advanced-autocomplete{
    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{
    float:left;
    width:100%;
    overflow: hidden;
    overflow-y: scroll;
    border-left: solid 1px #eeeeee;
}

.branch-list-item{
    width:100%;
    padding:5px 20px;
    border-bottom:1px solid #eeeeee;
    cursor:pointer;
}
.branch-list-item.selected-item,
.branch-list-item:hover{
    background:#f0f0f0;
}

.data-pobocky{
    float:left;
    width:100%;
    padding:10px;
    border-bottom:solid 1px #eeeeee;
}
.data-pobocky-right p{
    padding:0;
}
.balikovna-cz-body-right footer{
    float:left;
    width:100%;
}
.balikovna-cz-body-right footer .popup-balikovna-cz-submit{
    float: right;
    padding: 11px;
    margin-top: 20px;
    background: #333333;
    color: #ffffff;
    border: none;
    cursor: pointer;
}
.balikovna-cz-body-right footer .popup-balikovna-cz-submit:hover{
    opacity:0.7;
}
#m{
    width: 100%;
    height: 380px;
}
#m&gt;div{
    width: 100%!important;
    height: 380px!important;
}
#m img,
.smap img{
    max-width:none!important;
}</pre></body></html>