html, body, main {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #1d1d1d;
}
    
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    height: 100%;
}


/* 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;
    }
}

.grid-title {
    font-weight: bold;
    line-height: 36px;
}

#grid td {
    
}

main {
    background-color: #1d1d1d;
    color: #F0F0F0;
}

#sidebar  {
    background-color: #2a2a2a;
}

nav .dropdown-menu {
    background-color: #1d1d1d;
    color: #F0F0F0;
}

nav .dropdown-item {
    color: #F0F0F0;
}

    nav .dropdown-item:hover {
        background-color: #3f3f3f;
    }

.form-narrow {
    width: 600px;
}

nav .btn-link {
    color: #C7C7C7;
}

    nav .btn-link:hover {
        color: #ff8d50;
    }

main form input.form-control {
    background-color: whitesmoke !important;
    width: 300px;
}

main form button.btn {
    background-color: whitesmoke !important;
}

main a {
    color: #ff8d50;
}