.btn-group {
   text-align: left
}

.modal-dialog{
   overflow-y: initial !important
}
.modal-body{
   height: 250px;
   overflow-y: auto;
}

.savebtn-green {
   color: green;
}

.modal-header .close {
    margin-top: -28px;
}

.dropzone-center {
   position: relative;
   top: 50%;
   transform: translateY(-50%);
}

.section textarea {
    font-size: 1.2vw;
    padding: .5vw;
    margin-top: 1.5vw;
    margin-bottom: 1.5vw;
    border: 1px solid black;
    background: lightgrey;
    border-radius: 5px;
    color: black;
    width: 100%;
    height: 12vw;
}

.dropzone-center.ok,
.dropzone-center.notOk {
   left: 46%;
}

.dropzone-center.text {
   left: 33%;
}