/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 11, 2020, 8:21:56 AM
    Author     : makville
*/

.btContent {
    font-size: 16px;
}

.featherlight-content {
    width: 800px;
}

.map-canvas {
    height: 500px;
    overflow: hidden;
}

.inner-map-canvas {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgb(229, 227, 223);
}

.more-gm-style {
    position: absolute;
    z-index: 0;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    padding: 0px;
    border-width: 0px;
    margin: 0px;
}

.inner-gm-style {
    position: absolute;
    z-index: 0;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    padding: 0px;
    border-width: 0px;
    margin: 0px;
    cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default;
    touch-action: pan-x pan-y;
}

.message {
    border: solid 1px #333; 
    float: right; 
    margin-right: 20px; 
    padding: 15px; 
    text-align: center;
}

.message .success {
    background: #fff;
    color: green;
    font-weight: bold;
}

.message .error {
    background: #fff;
    color: red;
    font-weight: bold;
}

.headline-shadow {
    color: #fff;
    text-shadow: 2px 2px #000;
}

mark {
    background: #0cb8b6;
    padding: 3px;
}

.white-text {
    color: #fff;
    font-weight: bold;
}