.btnDisabled, .btnDisabled:hover{background: #e9edf0;border: 1px solid #c2ccd4; color: Black;}

.help {
    position: relative;
    display: inline;
    vertical-align: middle;
    line-height: 1.2em;
    font-size: 12px;
}

.help strong {
    display: inline-block;
    padding-right: 1px;
    font-weight: 400;
    color: white;
    vertical-align: middle;
    margin: 0 4px;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    width: 15px;
    line-height: 15px;
    background: #515f6b;
    color: white;
    text-align: center;
    cursor: pointer;
}

.help .popup {
    position: absolute;
    cursor: pointer;
    background: #e9edf0;
    top: auto;
    bottom: 5px;
    left: 50%;
    margin-left: 0px;
    line-height: 1.4em;
    text-align: left;
    display: none;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 2px solid #0072ad;
}

.help strong:hover {
    background: #018c48;
    color: white;
}

.help .popup:after {
    content: " ";
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -11px;
    display: block;

    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;

    border-top: 11px solid #0072ad;
}

.textPulsate{
    animation: color-pulsate 2s 2;
}
@keyframes color-pulsate {
    0%{
        color:black;
    }
    25%{
        color:red;
    }
    50%{
        color:black;
    }
    75%{
        color:red;
    }
    100%{
        color:black;
    }
}

.orange {
    color: orange;
}

.autocomplete li a strong.higilight {
    display: inline;
}

.windowPopup {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
}

.window {
    background-color: white;
    padding: 25px;
    text-align: center;
    position: relative;
    max-height: 100%;
    overflow: auto;
    max-width: 700px;
    z-index: 5;
    border-radius: 10px;
}

.window .close {
    position: absolute;
    right: 10px;
    top: 12px;
    cursor: pointer;
    font-size: 28px;
}

.overlayNewsl {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, .40);
}

.validationWarning strong {
    color: orange;
}

.validationWarning input {
    border-color: orange;
}
/*vyber pobocky popup*/

.onMap {
    display: flex;
}

.onMap h2 {
    font-size: 1.4em;
    font-weight: 700;
}

.onMapL .searchInContent {
    margin: 10px 0;
}

.onMap img {
    height: auto;
    max-width: 100%;
}

.onMapL {
    padding-right: 25px;
    width: 62%;
    min-height: 280px;
    padding-bottom: 5px;
}

.onMapR .placeDet h2 {
    font-size: 1.2em;
    font-weight: 700;
}

.onMapR {
    padding-left: 25px;
    border-left: 1px solid #b2b2b2;
    width: 38%;
    display: flex;
    flex-flow: column nowrap;
}

.onMapR .btn {
    width: 100%;
    text-align: center;
    max-width: 310px;
}

.windowMap {
    position: relative;
    height: 360px;
}

.mapLegend >div img {
    display: block;
    padding-right: 5px;
    width: 20px;
    height: auto;
}

.mapLegend >div {
    display: flex;
    font-size: .9em;
    align-items: center;
    padding: 0px 15px 10px 0px;
}

.mapLegend {
    display: flex;
    flex-flow: row wrap;
    margin-top: 20px;
}

.placeDetIn {
    max-height: 440px;
    overflow: auto;
    padding-right: 5px;
}

.placeDet {
    flex-grow: 10;
}

.placeDetBtn {
    display: block;
}

.postOpeningHours .day {
    min-width: 2.5em;
    display: inline-block;
}

.postOpeningHours {
    font-size: .9em;
    line-height: 1.4em;
}


.shipmentBox {
    width: 100%;
    border-top: 1px solid #e7e7e7;
    padding: 5px;
}

.shipmentBox:first-child {
    border-top: none;
}

.shipmentBox:hover {
    cursor: pointer;
    background-color: #f6f6f6;
}

.shipmentBox.active {
    background-color: #f6f6f6;
}
.pplWindow .searchInContent button:hover {
    background-color: transparent;
    color: #4b4b49;
    cursor: default;
}

.balikovnaWindow .searchInContent button:hover {
    background-color: transparent;
    color: #4b4b49;
    cursor: default;
}

