.modalLoadingSpinner {
   position: fixed;
   left: 0;
   top: 0;
   background: rgba(1,1,1,0.8);
   width: 100%;
   height: 100%;
   z-index: 99999;
}
.modalLoadingSpinner > div {
   text-align: center;
   height: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
   font-size: 14px;
}

.pe-select { margin-bottom:2em; }
.pe-select label { font-size:15px; color:#999; }

.modal-header { background-color:#8c6145; color:white; }
.modal-body a { display:inline-block; color:#8c6145; }

.file-click-area {
	border: 3px dashed #754424;
    min-height: 100px;
    display: flex;
    justify-content: center;
    flex-direction: column;
	pointer-events: none;
}

.dz-preview { display: flex; }
.dz-image img { max-width: 35px; margin-right: 6px; height: auto !important; }
.dz-details { text-align: left; }


.dz-error-message { display:none; }
.dz-success-mark { display:none; }
.dz-error-mark { display:none; }
.dz-success-mark svg { fill:green }
.dz-error-mark svg { fill:red }


.dz-success .dz-success-mark { display:block !important; }
.dz-error .dz-error-mark { display:block; }