﻿body {
    padding-bottom: 20px;
    position: relative;
    background: url('../images/subtle_grunge.png');
}

.body-content {
    padding: 0 10px 10px 0;
}

/* 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;
    }
}

.container {
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 1em;
    background-color: rgba(255, 255, 255, 0.80);
}

.navbar {
    padding-bottom: 0;
    padding-top: 0;
}

.navbar-brand {
    font-family: 'Yellowtail';
    font-size: 36px;
}

h1, h2, h3, h4 {
    font-family: 'Yellowtail';
}

.form-group.required label:after {
    content: " *";
    color: red;
}

/* MVC Grid details button column*/
.detail-column {
    width: 5%;
}

.jumbotron {
    background-image: url('../images/jumbotron-background.jpg');
    background-position: 0 25%;
    background-size: auto;
    background-repeat: repeat;
    border-radius: 5px;
    margin-bottom: 1rem;
    padding: 3rem 2rem;
}

.shadow {
    box-shadow: 3px 3px 5px #888;
}

.jumbotron h1 {
    font-family: Yellowtail;
    color: white;
}

.jumbotron p {
    color: white;
}

label {
    font-weight: bold;
}

.btn-danger {
    background-color: #d0371d;
}

.nav-item {
    font-size: 16px;
}

.pagination {
    display: inline-block;
}

.hint {
    font-size: 12px;
}

.page-title {
    font-family: 'Yellowtail';
}

.text-bold {
    font-weight: bold;
}

/* Custom breadcrumb seperators */
.breadcrumb-item + .breadcrumb-item::before {
    content: "\00BB";
}

.chosen-container {
    width: 100% !important;
}

.datepicker {
    border-radius: 0;
}

.btn svg {
    margin-right: 3px;
    margin-left: 3px;
}

.btn {
    white-space: nowrap;
}