#projectLayersGroup{
    border: 1px solid lightgray;
    padding: 0.5em;
}

.pagination{
    justify-content: center;
    padding: 1em 0 0 0 !important;
}

.swal-modal {
    background-color: white;
    border: 4px solid green;
}

.swal-error{
    border: 4px solid red;
}

.swal-title {
    margin: 0;
    font-size: 16px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.21);
    color: #000;
    margin-bottom: 28px;
}

.swal-button {
    padding: 7px 19px;
    border-radius: 2px;
    background-color: #23272B;
    font-size: 12px;
    border: 1px solid #23272B;
    text-decoration: none;
    color: #FFF;
}

.swal-button:hover{
    background-color: black !important;
    border: 1px solid black !important;
}

.swal-text {
    text-align: center;
    color: #000;
}

.dropzone {
    border: 2px solid #343A40;
}

.dropzone :disabled{
    border: 2px solid red;
}

.dropzone .dz-preview .dz-image img {
    margin: auto;   /* center the image inside the thumbnail */
}
.dropzone .dz-preview .dz-error-message {
    top: 140px;     /* move the tooltip below the "Remove" link */
}
.dropzone .dz-preview .dz-error-message:after {
    left: 30px;     /* move the tooltip's arrow to the left of the "Remove" link */
    top: -18px;
    border-bottom-width: 18px;
}
.dropzone .dz-preview .dz-remove {
    margin-top: 4px;
    font-size: 11px;
    text-transform: uppercase;
}

#uploader-distancer{
    height: 3.5em;
}

#uploader-footer-bar{
    position: fixed;
    left: 0;
    height: 3.5em;
    width: 100%;
    bottom: 0;
    z-index: 1001;
}

#submit-dropzone-btn{
    margin: 0.5em 0 0 0 !important;
    z-index: 1002;
}

#block_container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.1);
    visibility: hidden;
    z-index: 1003;
}

@media only screen and (min-width: 1100px) {
    #footertext-1{
        position: fixed;
        bottom: 0;
        right: 60%;
        z-index: 1002;
    }

    #footertext-2{
        position: fixed;
        bottom: 0;
        left: 60%;
        z-index: 1002;
    }
}

@media only screen and (max-width: 1099px) {
    #footertext-1{
        position: relative;
        bottom: 0;
        left: 0;
        z-index: 1000;
    }

    #footertext-2{
        position: relative;
        bottom: 0;
        right: 0;
        z-index: 1000;
    }
}

@media only screen and (min-width: 1600px) {
    .container-wide{
        max-width: 80vw;
    }
}

#logo{
    height: 30px;
}

.iconRed{
    color: red;
}

/* Safari anchor as bugfix */
a[type="button"] {
    -webkit-appearance: none;
}

/* nunito-regular - latin */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/nunito-v16-latin/nunito-v16-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/nunito-v16-latin/nunito-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/nunito-v16-latin/nunito-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/nunito-v16-latin/nunito-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/nunito-v16-latin/nunito-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/nunito-v16-latin/nunito-v16-latin-regular.svg#Nunito') format('svg'); /* Legacy iOS */
}
