form.nqv-uploader-form{
    display:inline-block;
    width:100%;
    min-width:418px;
}

.dropTarget {
    text-align: center;
    width: 100%;
    height: 40vh;
    max-height: 450px;
    margin: auto;
    box-sizing: border-box;
    padding: 50px;
    outline: 2px dashed #85b2b6;
    /*outline-offset: -10px;*/
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
}

.dropTarget.chapter {
    outline: 2px dashed #85474c;
}

.dropTarget.trailer {
    outline: 2px dashed #3f8b2b;
}

.dropTarget.movie {
    display:none !important;
}

.dropTarget.uploading .button,
.dropTarget.success .button,
.dropTarget.error .button {
    display:none;
}

.dropTarget.paused {
    outline-color: blue;
}

.dropTarget.error {
    outline-color: red;
}

.dropTarget .text {
    margin-top: 10px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 300;
}

.nqv-progressbar-container {
    display: block;
    width: 100%;
    height: 20px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 25px;
}

.thin .nqv-progressbar-container {
    height: 2px;
    margin-top: 0;
}

#filmnameInput {
    margin-bottom: 0;
}

.nqv-progressbar {
    background-color: var(--global-bgcolor-main);
    height: 100%;
    width: 0;
}

.nqvpb.slow .nqv-progress-percent,
.nqvpb.slow .nqv-progressbar {
    transition: all .1s;
}

.nqvpb.error .nqv-progressbar,
.nqv-progressbar.error {
    background-color: rgb(120,0,0) !important;
}

.nqv-progressbar.success {
    background-color: green;
}

.nqv-progress-percent,
.upload-percent {
    width: 20px;
    height: 20px;
    font-size: 8px;
}

.poster-upload {
    display:flex;
    flex-wrap: nowrap;
}

.poster-upload aside {
    width: 30%;
    padding: 0 20px;
    position: relative;
    display: inline-block;
}

.poster-upload .flex-container {
    width:100%
}