.m-4 {
    margin: 20px auto 0 auto !important;
}

.uppy-Dashboard-inner {
    width: 90% !important;
    margin: auto !important;

}

.custom-select {

    margin: 0 5px 0 5px;
}

.form-control {
    min-width: 30%;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin: 5px 5px 0 5px !important;
}

.btn {
    padding: 2px 7px 2px 7px;
}

.btn-primary {
    background-color: blue;
    border-color: blue;
}

.uppy-Dashboard-FileCard-info {
    height: 60%;
}

.uppy-Dashboard-FileCard-preview {
    height: 30%;
}

.left {
    float: left;
    margin-top: 7px;
}

.left2 {
    overflow: hidden;
    display: block;
    padding: 0 4px 0 10px
}

.left2 select {
    width: 98%
}

.left2 input {
    width: 98%
}

::placeholder {
    color: #bebebe !important;
}

label {
    margin-bottom: 0 !important;
}

.hideme {
    display: none;
}

.small {
    font-size: 13px;
}

a {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

a:hover,
a:focus {
    text-decoration: none;
}

footer {
    background: #212529;
}

#flarge {
    background: #212529;
    padding: 20px 10px 10px 10px;
    width: 100%;
    margin-top: -100px;
    min-height: 100px;
    position: fixed;
    bottom: 0;


}

#fsmall {
    background: #212529;
    padding: 10px;
    width: 100%;
    position:absolute;


}


.message {
    padding-left: 2rem;
    margin: 2rem 0 2rem 0;

}

.container-sm {
    width: 90%;
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    border: .20em solid grey;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
}

.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload {
    background-color: #1bb240;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    padding: 15px 10px;
    width: 100% !important;
}

div {
    display: block;
}

.blockquote-footer {
    font-size: 1em;
    color: #6c757d;
}

.blockquote {
    font-size: 1.2em;
}

body {
    height: 120%;
    margin: 0;
}

html {
    height: 100%;
    margin: 0;
}

.navbar-text {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 0.9em;
}