﻿body {
    padding-top: 100px;
    padding-bottom: 20px;
}

/* 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;
    }
}


/* Main Styles */
h1 {
    height: auto;
    overflow: hidden;
}

h1 + ul { clear: both; }


/* List View Styles */

.rep-list dt {
    font-size: 1.4em;
    margin: 1em 0 0;
}

.custom-card {
    background-color: white;
    padding: 4px;
    margin: 10px 0;
    height: auto;
    overflow: hidden;
}

.custom-card .photo,
.custom-card .data {
    display: inline-block;
    vertical-align: top;
}

.custom-card .photo {
    width: 100px;
    margin-right: 10px;
}

.custom-card .photo img {
    display: block;
    width: 100%;
    height: auto;
}

.custom-card .data {
}

.custom-card .buttons {
    clear: both;
    /*text-align: right;*/
}

.nav.nav-pills.nav-stacked {
    margin-bottom: 20px;
}

dl.rep-list {
    height: auto;
    overflow: hidden;
}

dl.rep-list dd.odd {
    float: left;
    clear: both;
}

.text-override, .inactive a, .buttons a {
    color: #337ab7 !important;
}

.background-override, .panel-heading, .navbar, button {
    background-color: #337ab7 !important;
}