/* Remove the navbar's default margin-bottom and rounded borders */
.navbar {
    margin-bottom: 0;
    border-radius: 0;
    min-height: 90px;
    text-align: center;
}

.navbar-nav li a {
    line-height: 30px;
}
/* Set height of the grid so .sidenav can be 100% (adjust as needed) */
.row.content {
    height: 850px;
}

/* Set gray background color and 100% height */
.sidenav {
    padding-top: 20px;
    background-color: #f1f1f1;
    height: 100%;
    text-align: left;
}

/* Set black background color, white text and some padding */
footer {
    background-color: #555;
    color: white;
    padding: 10px;
    position: fixed;
    bottom: 0;
    height: 40px;
    width: 100%;
}

/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 767px) {
    .sidenav {
        height: auto;
        padding: 15px;
    }

    .row.content {
        height: auto;
    }
}

.table-striped {
    font-size: 12px;
}

.table-responsive {
    width: 100%;
}

.table-responsive.full-height {
    height: 80%;
}

#map {
    width: 100%;
    height: 85%;
}

span.small {
    font-size: 10px;
}

.form-control-sm.tiny {
    font-size: 11px;
    width: 100%;
    height: 100%;
    padding: 1px;
}

.btn-primary.tiny {
    font-size: 11px;
    width: 100%;
    height: 100%;
    padding: 1px;
}

.labels {
    color: red;
    background-color: white;
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    width: 40px;
    border: 2px solid black;
    white-space: nowrap;
}

.loadingDiv {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background-color: yellow;
}