/* Header */
header {
    padding: 2px 0 10px;
}
header ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
header li {
    display: inline-block;
    margin-right: 10px;
}

/* Footer */
footer {
    margin-top: 40px;
}
footer li {
    margin: 5px;
}

/* Form */
form {
    padding: 5px;
    border: 1px solid #000;
    margin-bottom: 20px;
    float: left;
}
form h2, form h3 {
    margin-top: 0;
}
.field-group {
    float: left;
}
label {
    display: inline-block;
    width: 230px;
    margin-right: 30px;
}
label.checkbox, label.radio {
    width: auto;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    float: left;
    cursor: pointer;
}
input {
    float: right;
}
input[type="submit"] {
    margin-top: 20px;
}

#toBuilding {
    float: right;
    margin-top: 20px;
}

#form_map {
    margin-right: 5px;
}

.googleLink {

}

/* Map */
#map {
    width: calc(100vw - 32px);
    height: calc(100vh - 250px);
    margin-bottom: 20px;
}

/* Table */
table {
    border-collapse: collapse;
}
td, th {
    border: 1px solid #000;
    padding: 3px;
    text-align: left;
}

/* Typo */
h4 {
    text-decoration: underline;
    font-weight: 400;
    margin-bottom: 10px;
}

/* Components */
.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: grey;
}
.dot.black {
    background-color: #000000;
}
.dot.red {
    background-color: #ff0000;
}
.dot.purple {
    background-color: #800080;
}
.dot.orange {
    background-color: #ffa500;
}
.dot.green {
    background-color: #008000;
}
.dot.blue {
    background-color: #0000ff;
}
.dot.brown {
    background-color: #a52a2a;
}

/* Helpers */
.fl {
    float: left;
}
.cb {
    clear: both;
    margin-bottom: 10px;
}
.db {
    display: block;
}

/*
.selectedMarker {
    overflow: visible !important;
    opacity: 1 !important;
}
.selectedMarker img {
    box-shadow: 0 0 10px 10px blue;
    border-radius: 50%;
}*/
