/* The Modal (background) */
.modal-window {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 4; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 2px solid #ff9148;
    border-radius: 8px;
    max-height: 60%;
    max-width: 615px;
    width: 80%;
}

.modal-content-response {
    display: none; /* Hidden by default */
    max-height: 300px;
    overflow: auto; /* Enable scroll if needed */
}

.modal-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.modal-close-mini {
    color: #aaaaaa;
    float: right;
    font-size: 16px;
    font-weight: bold;
    margin-top: -15px;
    margin-right: -15px;
}

.lp-close-mini {
    color: #aaaaaa;
    float: right;
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
    margin-right: 20px;
}

.modal-submit {
    color: #fff;
    border: 1px solid #ff9148;
    background: #ff9148 url(images/button-background.gif);
}

.modal-close:hover, .modal-close:focus,
.modal-close-mini:hover, .modal-close-mini:focus,
.modal-submit:hover, .modal-submit:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#cookies-lp-banner {
    background-color: #333;
    padding: 10px;
    border-top: 2px solid #ff9148;
    color: #FFF;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 5;
    opacity: 0.9;
}

#cookies-lp-banner h3, #cookies-lp-banner p {
    color: #FFF;
}

.parcel-shop {
    background-color: #eeeeee;
    border-width: 0px;
    border-collapse: collapse;
}

.parcel-shop-list {
    width: 100%;
    background-color: #eeeeee;
    border-width: 0px;
    border-collapse: collapse;
}

.parcel-shop-list tr:hover {
    background-color: #ffe4c4
}

.parcel-shop-list td {
    border-bottom: #ffffff 1px solid;
    width: 33%;
}

.parcel-shop-open-hours table {
    width: auto;
    border-width: 0px;
    border-collapse: collapse;
    padding-top: 0px;
    padding-bottom: 0px;
}

.parcel-shop-open-hours td {
    border-bottom: initial;
    width: initial;

}

.dropbtn {
    color: #E0691A;
    cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #E0691A;
    color: #fff;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    border: #E0691A 1px solid;
    max-height: 300px;
    min-width: 160px;
    max-width:240px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 4;
    text-align: left;
}

.dropdown-content a {
    color: black;
    padding: 6px 10px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}
