::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background: white;
}

html {
    font-size: 100%;
}

body {
    font: 0.625em/1em Verdana, Geneva, Arial, Helvetica, 'Courier Prime', monospace sans-serif;
    width: 100%;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: dimgrey
}

.hide {
    display: none;
}

#uploader {
    -webkit-appearance: none;
    appearance: none;
    width: 50%;
    margin-bottom: 10px;

}

#activate-map-container {
    position: absolute;
    width: 640px;
    height: 640px;
    margin: 15px 15px 15px 15px;

}

#activate-map {
    background: url("../images/background_buildings.png") no-repeat center;
    height: calc(100%);
    background-size: cover;
    width: calc(100%);
}

#activate-map-btn {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

#activate-map-btn button {
    background: transparent;
    border: 4px solid #fff;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 30px;
    font-weight: bold;
    letter-spacing: 0.5px;
}

div img {
    max-width: 100%;
}

#map_canvas_container {
    position: relative;
    width: 670px;
    height: 670px;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgb(0 0 0 / 30%);
    background-color: black;
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
}

#map-canvas {
    overflow: hidden;
    position: relative;
    width: 640px;
    height: 640px;
    margin: 15px 15px 15px 15px;
}


#coords {
    background-color: black;
    color: white;
    /*padding: 10px;*/
}

.custom-map-control-button {
    background-color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    margin: 10px;
    padding: 0 0.5em;
    font: 400 18px Roboto, Arial, sans-serif;
    overflow: hidden;
    height: 40px;
    cursor: pointer;
}

.custom-map-control-button:hover {
    background: #ebebeb;
}

.pac-card {
    padding: 5px 2px 5px 2px;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    background-color: black;
    width: 670px;
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
}

#pac-container {
    margin-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 5px;
}

#pac-input {
    background-color: #fff;
    font-weight: 300;
    padding: 0 13px 0 13px;
    text-overflow: ellipsis;
    width: 95%;
}

.container {
    display: flex;
}

#log_container {
    margin-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 5px;
    overflow: auto;
    max-height: 160px;
}

.log_card {
    padding: 5px 2px 5px 2px;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    font-family: 'Courier Prime', monospace;
    background-color: black;
    color: chartreuse;
    font-size: small;
    width: 670px;
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
}

#log_container_2 {
    margin-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 5px;
}

.log_card_2 {
    padding: 5px 2px 5px 2px;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    font-family: 'Courier Prime', monospace;
    background-color: black;
    color: crimson;
    font-size: small;
    width: 670px;
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
}


#btnMLBegin {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}

#btnMLShow {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}

/*#zoom_card {*/
/*    padding: 5px 2px 5px 2px;*/
/*    border-radius: 2px 0 0 2px;*/
/*    box-sizing: border-box;*/
/*    outline: none;*/
/*    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);*/
/*    font-family: 'Courier Prime', monospace;*/
/*    background-color: black;*/
/*    color: cyan;*/
/*}*/

/*#zoom_container {*/

/*}*/