﻿.validation-summary-errors {
    visibility: visible;
    text-align: left;
}
.validation-summary-errors li {
    font-size: 12px;
    color: white;
}

.validation-summary-valid {
    visibility: hidden;
}
.validation-message-overlay-off {
    visibility:hidden;
}
.validation-message-overlay-on {
    visibility: visible;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}
.overlay-container {
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    background-color: #333;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    padding: 25px 25px 25px 25px;
    text-align: right;
}

@media only screen and (max-width: 40em) {
    .overlay-container {
        position: absolute;
        top: 20%;
        left: 20%;
        color: white;
        background-color: #333;
        transform: translate(-20%,-20%);
        -ms-transform: translate(-10%,-10%);
        padding: 5px 5px 5px 5px;
        text-align: right;
    }
}
.hide-geolocate {
    display: none;
}

.show-geolocate {
    display: block;
}

.show-address-fields {
    display: block;
}

.hide-address-fields {
    display: none;
}
