.bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
}

ul.typo3-messages{
    list-style: none;
    padding-left: 0;
}

.card-body .categories,.popup.categories {
    padding: 0.5rem 0.0rem;

}
.categories img{
    padding:0.25rem;
    border: solid 1px rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    background-color: #fff;
    margin-right: 0.25rem;
}

.categories img:hover{
   background-color: rgba(0, 0, 0, 0.125);
   fill: rgba(0, 0, 0, 0.125);
}
.bs-info dt,.bs-info dd{
    border-bottom: dotted 2px rgba(0, 0, 0, 0.125);
    margin-bottom: 0.0rem;
    padding-bottom: 0.5rem;
}

hr {
    border: 2px dotted rgba(0, 0, 0, 0.125);
    border-style: none none dotted;
    color: #fff;
    background-color: #fff;
    margin-bottom: 0.0rem;
}
.card.responsible .card-body{
    background-color: rgba(245, 218, 129, 0.1);
}

.frame-bs{
    padding:1.0rem;
    border: dotted 2px  rgba(0, 0, 0, 0.125);
    border-radius: 1.25rem;
}

.checkbox-slider--b input + span, .checkbox-slider--b-flat input + span, .checkbox-slider--c input + span, .checkbox-slider--c-weight input + span {
    padding-left: 15px;
}
.checkbox-slider input + span, .checkbox-slider--a input + span, .checkbox-slider--a-rounded input + span, .checkbox-slider--b input + span, .checkbox-slider--b-flat input + span, .checkbox-slider--c input + span, .checkbox-slider--c-weight input + span, .checkbox-slider--default input + span {
    padding-left: 15px;
}
#autocomplete:empty {
    display: none;
}
#autocomplete{
    background-color: #fff;
    z-index:10;
    border:1px solid #8a8a8a;
    width: 100%;
}


.auto-c-item{
    background-color: rgba(255,127,80,0.05);
    list-style-type: none;
    padding: 2px;
    border-bottom:1px solid #8a8a8a;
}
.auto-c-item:focus{
    background-color: rgba(255,127,80,0.4);
}
.auto-c-item:focus mark{
    background-color: transparent;
}
.auto-c-item:hover{
    cursor: pointer;
}
.auto-c-item mark{
    background-color: rgba(255,255,0,0.4);
}
mark{
    padding:0;
}
@media (min-width: 576px){
    #modal-plzmap .modal-dialog {
        max-width: 900px;
        height: 600px;
        margin: 1.75rem auto;
    }

}
#mapplz{
    height: 500px;width:100%
}
.countryLabel{
    background: rgba(255, 255, 255, 0.4);
    border:0;
    border-radius:0px;
    box-shadow: 0 0px 0px;
}
.tx-myleaflet .ajaxMessage{
    color: #0c5460;
    background-color: #d1ecf1!important;
    border-color: #bee5eb!important;
    position: relative;
    padding: .75rem 1.25rem;
    margin: 1rem 0;

    border-radius: .25rem;
}

@media (max-width: 576px){
    .leaflet-popup-content-wrapper .infoWindow{
       font-size:0.7rem;
    }
    .leaflet-touch .leaflet-bar a {
        width: 20px;
        height: 20px;
        line-height: 20px;
    }

}

