﻿body {
    padding-top: 50px;
    background-color: rgb(241, 242, 246);
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.navbar-brand img {
    margin-right: 10px;
    float: left;
    height: 32px;
    margin-top: -5px;
    line-height: 32px;
}

.footer {
    margin-top: 70px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 520px;
}

.rotator {
    background-color: #FFF;
}

/* Carousel base class */
.carousel {
    height: 300px;
    margin-bottom: 0px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
    height: 300px;
    background-color: #37BC9B;
}

.carousel-inner > .item > img {
    max-width: 100%;
    width: auto 9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.carousel img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 300px;
    max-width: none;
}

#publicDisplayQrCode {
    width: 300px;
    height: 300px;
    background-color: #FFF;
    text-align: center;
    padding-top: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.controller-url-note {
    margin-top: 20px;
    margin-bottom: 16px;
}