﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

.fill {
    display: none !important;
}

/*Order details in Table*/
.percent {
    color: gray;
    font-size: 9px;
    height: 12px;
    padding: 1px;
    margin: 1px;
    font-weight: 100;
}

.fixed th {
    position: sticky;
    top: 0;
    box-shadow: 0 2px 2px -1px rgba(0,0,0,0.4);
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

pre {
    display: block;
    font-family: monospace;
    white-space: pre;
    margin: 0;
    border:none;
    background:none;
    padding: 0;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

.carousel-inner > .item > img[src$=".png"],
.carousel-inner > .item > a > img {
    width: 100%; /* use this, or not */
    margin: auto;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

/*Order details in Table*/
.tableStats {
    color: gray;
    font-size: 12px;
    height: 12px;
    padding: 1px;
    margin: 1px;
    font-weight: 100;
}

.error {
    color: red !important;
}


