﻿.dropzone {
    border: black dashed 3px;
    padding: 50px;
    text-align: center;
    max-width: 100%;
}

.upload-img-form {
    width: 100%;
}

a.btn.tile {
    margin-top: 0px;
}
.upload-img-form input, .upload-img-form select, .upload-img-form textarea, .upload-img-form .bootstrap-select, .upload-img-form .btn-group-justified {
    max-width: 90%;
    border-radius: 10px !important;
}

.fixed-add-button-wrapper {
    position: sticky;
    bottom: 0px;
    min-width: 250px;
    text-align: center;
    z-index: 5;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: white;
}

    .fixed-add-button-wrapper button {
        border-color: #46b8da;
        width: 50vw;
        max-width: 92%;
    }

.uploadButtonSpacing {
    height: 50px;
}