.ui-dialog-titlebar {
    background: white;
}

.popup-widget-toptrans-left {
    width: 25%;
    display: -webkit-flex;
    display: flex;
    flex-flow: column;
    height: 100%;
    float: left;
    overflow: hidden;
}

.ttt_checkout_show_selected tr td {
    font-size: 12px;
    padding: 5px;
}

.ttt_checkout_show_selected tr td {
    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: #22134a;
    font-weight: 200;
}

.popup-widget-toptrans-branch-list {
    margin-top: 10px;
    float: left;
    width: 100%;
    -webkit-flex: auto;
    flex: auto;
    overflow: hidden;
    overflow-y: scroll;
}

.popup-widget-toptrans-branch-list-item {
    background-color: #ffffff;
    padding: 10px 0 10px 5px;
    border: none;
    color: black;
    text-transform: none;
    text-align: start;
    text-decoration: none;
    font-size: 13px;
    width: 100%;
    display: flex;
    border-bottom: 1px solid #eeeeee;
    cursor: pointer;

}

.popup-widget-toptrans-branch-list-item-left {
    flex: 1;
}

.popup-widget-toptrans-branch-list-item-right {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 20%;
}

.popup-widget-toptrans-branch-list-item-right p {
    text-align: center;
    font-size: 11px !important;
}

.popup-widget-toptrans-branch-list-item-right img {
    display: block;
    margin: 0 auto;
}

.active-filter:after {
    border-color: #000000;
    text-decoration: none;
}

.active-filter {
    border: 2px #fe7824 !important;
    text-decoration: none;
}

.widget-action-btn:hover {
    background: #f3f3f3;
    border-color: #22134a;
    text-decoration: none;
    color: #22134a;
}

.widget-action-btn:after {
    text-decoration: none;
}

.widget-action-btn:active {
    text-decoration: none;
}

.widget-action-btn:visited {
    text-decoration: none;
}

.widget-action-btn:focus {
    text-decoration: none;
}

.widget-action-btn {
    background-color: #ffffff;
    border: 1px solid #22134a;
    border-radius: 2px;
    color: black;
    text-transform: none;
    text-decoration: none;
    display: inline-block;
    padding: 8px 8px;
    font-size: 10px !important;
    width: 33%;
    cursor: pointer;
}

.btn:hover {
    background-color: #f8f8f8;
    text-decoration: none;
}


.popup-widget-toptrans-branch-list-item.selected-item,
.popup-widget-toptrans-branch-list-item:hover {
    background: #eaeaea;
    text-decoration: none;
}

.popup-widget-toptrans {
    display: none;
    padding: 20px 20px 20px 20px;
    overflow: hidden !important;
}

.autocomplete-items {
    position: relative;
    margin-top: 50px;
    color: black;
    font-size: 12px;
}

.autocomplete-items div {

    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
    background-color: #e9e9e9;
}

.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.popup-widget-toptrans-actions {
    width: 100%;
    height: auto;
    display: inline-flex;
    justify-content: space-around;
}


.popup-widget-toptrans-branch-list-item-name {
    color: #22134a;
    font-size: 13px;
    font-weight: 550;
}

.popup-widget-toptrans-branch-list-item-address {
    margin-top: 5px;
    color: #000000;
    font-size: 12px;
    font-weight: 300;
}

#hiddenmap {
    display: none;
    width: 100%;
    height: 100vh;
}

#hiddenmap > div {
    width: 100% !important;
}

#hiddenmap img,
.smap img {
    max-width: none !important;
}

.popup-widget-toptrans-right {
    display: -webkit-flex;
    display: flex;
    flex-flow: column;
    overflow: hidden;
    height: 100%;
    width: 75%;
    padding: 10px;
}

.popup-widget-toptrans-branch-select {
    width: 100%;
    display: none;
    left: 0;
}

.popup-widget-toptrans-branch-select-double {
    width: 100%;
    left: 0;
}

.popup-widget-toptrans-branch-select-narrow {
    display: none;
    margin-top: 5px;
    width: 100%;
    height: 80px;
}


.popup-widget-toptrans-branch-submit {
    background: #22134a;
    color: #ffffff;
    cursor: pointer;
    width: 100%;
}

.popup-widget-toptrans-branch-submit-double {
    background: #22134a;
    color: #ffffff;
    cursor: pointer;
    width: 49%;
}

.popup-widget-toptrans-branch-back {
    background: #e8e8e8;
    color: #000000;
    cursor: pointer;
    width: 49%;
}


.popup-widget-toptrans-search-button:hover {
    color: black;
}

.popup-widget-toptrans-search::after {
    content: "";
    clear: both;
}

.popup-widget-toptrans-search {
    height: 40px;
    width: 100%;
    margin-bottom: 8px;
}

.popup-widget-toptrans-search-input {
    padding: 10px;
    font-size: 14px!important;
    border: none !important;
    float: left;
    height: 100%;
    background: #efefef !important;
    width: 90% !important;
    outline: none !important;
}

.popup-widget-toptrans-search-input:focus {
    border: none !important;
    background: #efefef !important;
    outline: none !important;
}

.popup-widget-toptrans-search-button {
    float: right;
    width: 10%;
    padding: 10px;
    height: 100%;
    background: #efefef;
    color: black;
    font-size: 16px;
    border-style: none;
    cursor: text;
}

::-webkit-scrollbar {
    width: 10px;
    appearance: none;
}

/* Track */
::-webkit-scrollbar-track {
    background: #fafafa;
}

/* Handle */
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #555;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.popup-widget-pickup-hours, .popup-widget-pickup-name {
    font-weight: bolder;
}

.svatky {
    font-weight: bolder;
    color: #fe7824;
}

.data-pobocky-right p, .data-pobocky-left p {
    margin-bottom: 5px;
}

.popup-widget-toptrans-branch-select-double {
    display: none;
}

.btn-mat{
    font-size: 14px!important;
    letter-spacing: 1px;
    font-weight: 500;
    height: 36px;
    padding: 10px 16px;
    border: 1px;
    border-radius: 4px;
}

@media only screen and (min-width: 981px) {

    .popup-widget-toptrans-right {
        display: -webkit-flex;
        display: flex!important;
        flex-flow: column;
        overflow: hidden;
        height: 100%;
        width: 75%;
        padding: 10px;
    }

    .popup-widget-toptrans-left {
        width: 25%!important;
        display: -webkit-flex;
        display: flex!important;
        flex-flow: column;
        height: 100%;
        float: left;
        overflow: hidden;
    }

    #m{
        display: block!important;
    }

    .data-pobocky {
        -webkit-flex: auto;
        flex: auto!important;
        display: none;
    }

    .data-pobocky-left {
        float: left;
        width: 50%;
        padding: 10px;
        font-size: 15px;
    }

    .data-pobocky-right {
        float: left;
        width: 50%;
        padding: 10px;
        border-left: solid 1px #eeeeee;
        font-size: 15px;
    }

    .popup-widget-toptrans-branch-select{
        display: none;
    }

    .popup-widget-toptrans-branch-select-narrow{
        display: none!important;
    }

    .popup-widget-toptrans-branch-select-double{
        display: none!important;
    }

}


@media only screen and (max-width: 980px) {


    .popup-widget-toptrans-left {
        width: 100%;
        padding: 0;
    }

    .popup-widget-toptrans-right {
        display: none;
        width: 100%;
        padding: 0;
    }

    #m{
        width: 100%;
        height: 40vh;
    }

    .data-pobocky {
        -webkit-flex: auto;
        flex: auto!important;
        display: none;
    }

    .popup-widget-toptrans-branch-select-narrow{
        width: 100%;
        display: none;
    }

    .popup-widget-toptrans-branch-select-double {
        display: inline-block;
    }

    .popup-widget-toptrans-branch-submit-double{
        width: 49%;
    }

    .popup-widget-toptrans-branch-submit-back{
        width: 49%;
    }

    .popup-widget-toptrans-branch-select{
        display: none!important;
    }

    .data-pobocky-left {
        font-size: 14px;
        padding: 15px 0 10px 0;
    }

    .data-pobocky-right {

        font-size: 14px;
        padding: 10px 0;
    }


}

.toret-ttt-label-img{
    height: 25px;
    display: inline;
}

.toret-ttt-label-img-select{
    height: 30px;
}
