/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #5a5a5a;
}



/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
    letter-spacing: -.05rem;
}

/* rtl:end:remove */

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}



.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}


.round{
    width:200px;
    height:200px;
    object-fit:cover;
}

.rounded-corner{
    border-radius:10px;
}

.display-square{
    height:400px;
    width:400px;
    object-fit:cover;
}

.bg-image{
    min-height:550px;
    background:url('../assets/img/ovegrown.jpg') no-repeat;
    background-size: 100%;
}

/* map page */
.previous-reports-bar{
    padding:10px;
    background-color: darkgray;
    overflow-x: auto;
    white-space: nowrap;

}

.previous-reports{
    height:100vh !important;
    background-color: lightblue;
    z-index: 999;
    box-shadow: 5px 5px 16px 4px #8b8b8b;
}


.map-location{
    height:100vh !important;
    background-color: antiquewhite;
}

body{
    padding-bottom:0px;
}

.submitted-report-preview{
    margin:10px;
    display:inline-block;
}

.add-report-overview{
    z-index: 999;
    height: 400px;
    position: absolute;
    background-color: white;
    border: 2px solid lightgray;
    border-radius: 0px 5px 5px 0px;
}

.mapFooter{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
}


.dz-upload {
    display: block;
    background-color: #0089ff;
    height: 10px;
    margin: 10px;
    border-radius: 5px;
    width: 0%;
}

.dz-error-mark{
    display: none;
}

.dz-success-mark{
    display: none;
}

.dz-preview{
    margin: 10px;
}

.dropzoneStyle {
    background: white;
    border-radius: 5px;
    border: 2px dashed rgb(0, 135, 247);
    border-image: none;
    margin: auto;
    text-align: center;
    width: 100%;
    min-height: 50px;
}
