﻿body {
    padding-bottom: 20px;
}

/* 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;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

footer {
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

span .align-left {
    float: left;
}

div #fileinput-button {
    display: table-cell;
    background: #b5b2b2;
    border: black dashed 3px;
    height: 300px;
    width: 600px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: large
}

    div #fileinput-button input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        font-size: 200px !important;
        direction: ltr;
        cursor: pointer;
    }

.active-drop {
    background: #77bafa !important;
    border: solid 2px blue !important;
    opacity: .5;
    color: #fff !important;
}

div .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    vertical-align: middle;
}

.glyphicon.glyphicon-cloud-upload {
    font-size: 100px;
}

blockquote {
    font-size: inherit;
}

div .mid-div-img {
    display: table-cell;
    height: 300px;
    width: 400px;
    text-align: center;
    vertical-align: middle;
}

div .progress-bar {
    width: 400px;
}

.btn-print {
    background-color: #999966;
    border: 0 none;
}

.btn-print:focus {
    outline: none;
}

.report {
    font-size: x-large;
    font-weight: normal;
}
