body {
    padding-bottom: 20px;
    margin-bottom: 40px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 60px;
    background-color: #fff;
}

.footer-content {
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}

.content {
    width:  80%;
    margin: 40px auto;
}

hr {
    margin-bottom: 0;
}

#map {
    width: 100%;
    height: 600px;
    border: 1px solid #CCC;
    margin-bottom: 25px;
}

button.coordinates {
    padding: 0;
}

.marker-params {
    padding: 0;
    border: none;
}

footer p {
    margin: 0 5px 0 0;
}

button[aria-expanded=false].simple-search {
    display: none;
}

button[aria-expanded=true].advanced-search {
    display: none;
}

span.beta {
    top: 7px;
    right: 14px;
    position: relative;
    font-family: Assistant, Arial, Helvetica, sans-serif;
}

/* Styling for the Device History modal (Dashboard/Owner) */
.starttime-modal .start-label {
    float: left;
    margin-right: 15px;
    padding-top: 5px;
}

.starttime-modal h4 {
    margin-bottom: 0;
}
h4.control-label {
    margin-bottom: 5px;
}
.form-control.has-error {
    border-color: #a94442;
}

.bubbles .label-primary {
    border: 3px solid #6d2463;
    background-color: #e2241d;
}

.opacity-2 {
    opacity: 0.4;
}

.selectable-row.table tbody tr {
    cursor: pointer;
}

.selectable-row.table tbody tr:hover {
    background-color: aliceblue;
}

.bg-warn {
    background-color: #d1a719;
}

.bg-alarm {
    background-color: #d14719;
}

.bg-ok {
    background-color: #a0d119;
}
