body {
    padding-top: 1px;
    padding-bottom: 10px;
}

/* 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;
}

@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}



/*Fernlea theme Logo*/
.jumbotron {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    color: inherit;
    padding-bottom: 5px;
    margin-bottom: 10px;
    color: inherit;
    background-color: #9dbd76;
}

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px;
    }
}

/* Fernlea Theme NavBar*/
.navbar-default {
    background-color: #9dbd76;
    border-color: #e7e7e7;
}

    .navbar-default .navbar-brand {
        color: #000;
    }

        .navbar-default .navbar-brand:hover,
        .navbar-default .navbar-brand:focus {
            color: #000;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #000;
    }

    .navbar-default .navbar-nav > li > a {
        color: #000;
        text-decoration: none; /* Remove underline */
    }

.btn-primary {
    color: #000;
    background-color: #9dbd76;
    border-color: #e7e7e7;
}

    /*Fernlea Theme Buttons*/
    .btn-primary:focus,
    .btn-primary.focus {
        color: #000;
        background-color: #6A7F50;
        border-color: #e7e7e7;
    }

    .btn-primary:hover {
        color: #000;
        background-color: #6A7F50;
        border-color: #e7e7e7;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: #000;
        background-color: #9dbd76;
        border-color: #e7e7e7;
    }

        .btn-primary:active:hover,
        .btn-primary.active:hover,
        .open > .dropdown-toggle.btn-primary:hover,
        .btn-primary:active:focus,
        .btn-primary.active:focus,
        .open > .dropdown-toggle.btn-primary:focus,
        .btn-primary:active.focus,
        .btn-primary.active.focus,
        .open > .dropdown-toggle.btn-primary.focus {
            color: #000;
            background-color: #9dbd76;
            border-color: #e7e7e7;
        }

/* Fernlea */
table tr:hover {
    cursor: pointer;
}

.table th:hover {
    background-color: #9dbd76
}

.table-hover > tbody > tr:hover {
    /*background-color: #f5f5f5;*/
    background-color: #9dbd76
}


    .calendar-container iframe {
        width: 100%;
        border: 0;
    }