.clearfix {
    clear: both;
}

html {
    position: relative;
}

html.mobile-device {
    min-height: calc(100% - 500px);
}

html.page-header-promo {
    min-height: 800px;
}

html:not(.page-header-promo) {
    height: 100%;
}

.ui-autocomplete{
    max-height: 120px;
    overflow-y: auto;
    overflow-x: hidden;
}

.ui-widget-content {
    background: #eeeeee !important;
}

.ui-menu-item-wrapper{
    color: black !important;
}

.ui-menu-item-wrapper:hover {
    background-color: grey;
}

.ui-state-active:hover {
    background: grey;
}

.ui-autocomplete .ui-menu-item .ui-state-focus {
    background: grey;
}


body {
    -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    background-repeat: no-repeat;
    margin: 0;
    background-size: 100% auto
}

button:focus {
    outline: 0;
}

td.contract {
    width: 22%;
}

.app-store-icon {
    display: block;
    margin: 0 !important; /*TODO this only exists to overwrite the <a> margin in css.css*/
}

.vatText {
    colour: #000000;
    font-size: 14px;
    padding-bottom: 20px;

}

.deleteAccountText {
    colour: #000000;
    font-size: 14px;
    padding-bottom: 20px;

}
@media screen\0 {
    .cookieRow {
          padding-left: 25px !important;
    }
}
#page_footer {
    width: 100%;
    height: 500px;
    background-color: #4488FF;
    padding-top: 10px;
}
#cookieHeader {
    margin-top: -20px;
    color: #454545;
    font-size: 13px;
}

#cookieTag {
    padding-top: 15px;
}
/* jQueryUI override */
.ui-menu .ui-menu-item a {
    margin: 0 !important;
}

#SnapABug_WP .SnapABug_CBMItem span {
    color:black;
}


#announcement-bar {
    text-align:center;
    top:0px;
    background: lightgrey;
    padding:10px;
}

.topPanel {
    padding-top: 20px;
}
.payOnExit {
    text-align: center;
    color: black;
    font-size: 20px;
    padding-bottom:20px;
}
.panel {
    background: #ffffff;
    min-height: 100px;
    box-shadow:0px 0px 5px 5px #C9C9C9;
    font-family: Arial;
    -moz-box-shadow:2px 2px 5px 5px #C9C9C9;
    margin: 10px;
    padding: 10px;
}
.panel1 {
    min-width: 100px;
    width: 100px;
}
.panel2 {
    min-width: 245px;
    width: 945px;
    margin-left: auto;
    margin-right: auto;
}
#POEButton {
    width: 200px;
}



/********/

.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
}

#locationValue1 {
    color: black;
}
#location_search_inputautocomplete-list {
    margin-top: -20px;
    width: 21%;
}

#location_search1autocomplete-list {
    margin-top: -10px;
    width: 20%;
}

#location_searchautocomplete-list {
    width:70%;
}

#location_search_inputautocomplete-list {
    margin-left: 30px;
}

.autocomplete-items {
    position: absolute;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    height: 120px;
    overflow-y: auto;
    position: absolute;

    /*position the autocomplete items to be the same width as the container:*/
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #DEDCDB;
    color: black;
}

.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
}

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: grey !important;
    color: #ffffff;
}

.hiddenAutopayFields, .hiddenEntries, .accordion_content.closed, .vertical_accordion_content.closed {
    display: none !important;
}


#locationList {
    background: white;
    height: 400px;
    overflow: auto;
}

#leafletMap {
    width: 100%;
    height: 450px;
}

.topupTransactionHistory {
    height: 46px;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 2.3px;
    padding-top: 17.5px;
    padding-bottom: 17.5px;
    padding-left: 15px;
    padding-right: 15px;
    color: #ffffff;
    background-color: #00CCFF;
    text-decoration: none;
    margin-left: 0px;
    margin-right: 0px;

}

#topupContentContainer {
    padding-top: 70px;
}

.topUpRowHeight {
    height: 55px;
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}


.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.autoTopUpAmounts,.autoTopUpThresholdAmounts {
    padding: 10px;
    cursor: pointer;
    background-color: #DEDCDB;
    border:none;
}

.mobile-break {
    display: none;
}

@media screen and (min-width: 375px) and (max-device-width: 667px) {
    .mobile-break {
        display: inline;

    }

}

@media screen and (min-width: 768px) and (max-device-width: 1024px) {
    .mobile-break {
        display: inline;

    }
}

#memberMenuItems1 {
    width: 119px;
    height: 15px;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 2.2px;
    text-align: left;
    color: #454545;

}

.importantReceipt, .topupReceipt {
    padding-left:87px;
}

table.autoPayList td {
    text-align: left;
    color: #454545;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    border-bottom: 1px solid #9b9b9b;
    height: 40px;
}

table.autoPayList th {
    width: 16%;
    border-bottom: 1px solid #9b9b9b;
    text-align: left;
    color: #9b9b9b;
    font-size: 13px;
}


#noTransactions {
    color: #454545;
    padding-top: 20px;
    padding-bottom: 41px;
    font-size: 14px;
    padding-left: 90px;
    background-color: #f2f2f2;
    margin-bottom: -10px;
}

.poeNotAvailable {
    padding-left:40px;
}

.apple-pay-button {
    display: inline-block;
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: buy; /* Use any supported button type. */
}
.apple-pay-button-black {
    -apple-pay-button-style: black;
}