// common
.extmap-container {
    width: 100%;
    height: 400px;
}

.extmap-container iframe {
    width: 100%;
    border: 0;
    height: 100%;
}

.extmap-consent {
    width: 100%;
    height: 100%;
    background-image: url('/ServeFileForRule/?rule=MapOverlayCurrentMdt');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.extmap-consent-disclaimer {
    background-color: #000000bf;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.extmap-consent-disclaimer div {
    vertical-align: middle;
    width: 50%;
    font-size: 1.1rem;
    text-align: center;
}

.extmap-consent-disclaimer div div {
    width: 100%;
}

.extmap-consent-disclaimer a {
    font-weight: bold;
}

.extmap-consent-disclaimer input {
    margin-top: 15pt;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1.1rem;
    line-height: 1.5;
    color: #fff;
    border: 1px solid #fff6;
    border-radius: 0;
    background-color: inherit;
    padding: 0.5em 0.5em;
    cursor: pointer;
}

