#vyhledane_pobocky-sk{
  overflow-y:scroll;
  height:240px;
}
.table-napostusk tr td{
  font-size:12px;
  padding: 5px;
}

.table-napostusk 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-napostu-sk {
    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-napostu-sk{
        width:80%;
    }
    .napostu-cz-body-left{
        width:50%;
        float:left;
    }
    .napostu-cz-body-right{
        float:right;
        width:50%;
        padding: 0 20px 20px 20px;
    }
    .data-pobockysk-left{
        float:left;
        width:50%;
        padding:10px;
    }
    .data-pobockysk-right{
        float:left;
        width:50%;
        padding:10px;
        border-left:solid 1px #eeeeee;
    }
}
@media only screen and (max-width: 599px){
    .popup-napostu-sk{
        width:80%;
    }
    .napostu-cz-body-left{
        width:100%;
        float:left;
    }
    .napostu-cz-body-right{
        float:right;
        width:100%;
        padding: 0 20px 20px 20px;
    }
    .data-pobockysk-left{
        float:left;
        width:100%;
        padding:10px;
    }
    .data-pobockysk-right{
        float:left;
        width:100%;
        padding:10px;
    }
    .branch-list{
        border:none;
        margin-bottom:20px;
    }
}

.popup-napostu-sk a.close {
    line-height: 1;
    font-size: 1.5em;
    position: absolute;
    top: 10px;
    right: 15px;
    text-decoration: none;
    color: #aab2bd;
    font-weight: 700;
}
.popup-napostu-sk-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-napostu-sk header{
    padding: 12px 20px;
    border-bottom: 1px solid #e1e3e4;
}
.popup-napostu-sk header h3{
    margin: 0; 
    padding:0;
}
.popup-napostu-sk .popup-napostu-sk-body{ 
    padding: 20px 20px 20px 20px; 
}


.popup-napostu-sk-body .advanced-autocomplete-wrap{
    width:100%;
    float:left;
    margin-bottom:16px;
}

.popup-napostu-sk-body #advanced-autocomplete{
    padding:11px;
    border: 1px solid #eeeeee;
    position:relative;
}

.popup-napostu-sk-body .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;
}
.popup-napostu-sk-body .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;
}
.popup-napostu-sk-body .autocomplete-suggestion b { 
    font-weight: normal; 
    color: #1f8dd6; 
}
.popup-napostu-sk-body .autocomplete-suggestion.selected { 
    background: #f0f0f0; 
}

.branch-list{
    float:left;
    width:100%;
    overflow: hidden;
    overflow-y: scroll;
    border-left: solid 1px #eeeeee;
}

.branch-list-itemsk{
    width:100%;
    padding:5px 20px;
    border-bottom:1px solid #eeeeee;
    cursor:pointer;
}
.branch-list-itemsk.selected-itemsk,
.branch-list-itemsk:hover{
    background:#f0f0f0;
}

.data-pobockysk{
    float:left;
    width:100%;
    padding:10px;
    border-bottom:solid 1px #eeeeee;
}
.data-pobockysk-right p{
    padding:0;
}
.napostu-cz-body-right footer{
    float:left;
    width:100%;
}
.napostu-cz-body-right footer .popup-napostusk-sk-submit{
    float: right;
    padding: 11px;
    margin-top: 20px;
    background: #333333;
    color: #ffffff;
    border: none;
    cursor: pointer;
}
.napostu-cz-body-right footer .popup-napostusk-sk-submit:hover{
    opacity:0.7;
}
#m{
    width: 100%;
    height: 380px;
}
#m>div{
    width: 100%!important;
    height: 380px!important;
}
#m img,
.smap img{
    max-width:none!important;
}

/**
* Widget
 */
.tnsk-point-popup {
    display: none;
    position: fixed;
    z-index: 99999;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.tnsk-point-popup-content {
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: #fefefe;
    padding: 0;
    border: 1px solid #888;
    width: 95%;
    height: 95%;
    margin: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.tnsk-point-popup-buttons {
    float: right;
}

.tnsk-point-popup-btn:hover,
.tnsk-point-popup-btn:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.tnsk-point-popup-header {
    padding: 2px 16px;
    color: white;
}

.tnsk-point-popup-header h4 {
    color: #1d2327 !important;
    font-size: 1.3em !important;
    margin: 1em 0 !important;
    font-weight: 600 !important;
    padding-left: 0 !important;
}

.tnsk-point-popup-body {
    display: flex;
    flex-grow: 1;
    padding: 10px;
}

.tnsk-point-popup-footer {
    float: right;
    padding: 16px 16px;
    color: white;
}

.tnsk-widget-iframe {
    height: 100%;
    width: 100%;
    border: none;
    overflow: hidden;
}