.du-wrap {
    border-radius: 5px;
    margin: 0;
    font-family: Roboto, sans-serif;
    text-align: center;
    display: table;
    width: 100%;
    height: 100%;
    min-height: 240px
}

.du-dropzone {
    text-align: center;
    display: table;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    border: #009ADA 4px dashed;
    border-radius: 2px;
    padding: 2%;
    margin: 0 auto;
    text-align: center;
    font-size: 26px;
    color: #ccc
}

.driveuploader-fill > .du-wrap {
    min-height: auto
}

    .driveuploader-fill > .du-wrap > .du-dropzone {
        min-height: auto;
        width: calc(96% - 8px);
        margin: 0
    }

.du-dropzone.dragging {
    border: #4d90fe 4px dashed;
    color: #4d90fe
}

.du-dropzone-inner {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 10px
}

.du-divider {
    font-size: 13px;
    padding: 8px;
    color: #ccc;
    font-weight: bold
}

.du-choosebtn, .du-nextbtn {
    margin: 0;
    position: relative;
    box-shadow: none;
    background-color: #4d90fe;
    background-image: -webkit-linear-gradient(top, #4d90fe, #4787ed);
    background-image: linear-gradient(top, #4d90fe, #4787ed);
    background: linear-gradient(#3d82f7, #2572f6);
    border: 1px solid #3079ed;
    color: #fff;
    border-radius: 2px;
    cursor: default;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    height: 29px;
    min-width: 54px;
    outline: 0;
    padding: 7px 8px;
    cursor: pointer;
    letter-spacing: initial;
    vertical-align: middle;
    text-overflow: ellipsis;
    text-decoration: none;
    line-height: 1.2
}

    .du-choosebtn:hover, .du-choosebtn:active, .du-choosebtn:focus, .du-nextbtn:hover, .du-nextbtn:active, .du-nextbtn:focus {
        box-shadow: none;
        background-color: #357ae8;
        background-image: -webkit-linear-gradient(top, #4d90fe, #357ae8);
        background-image: linear-gradient(top, #4d90fe, #357ae8);
        border: 1px solid #2f5bb7
    }

.du-file {
    display: none !important;
    height: 0
}

.du-infobox {
    color: #757575;
    font-size: 18px;
    text-align: center;
    padding-bottom: 45px
}

.du-error {
    font-size: 0.8em;
    font-weight: bold
}

.du-progressbar {
    height: 14px;
    width: 0%;
    background: #3d81f6;
    border: none;
    color: #fff;
    font-size: 11px;
    text-align: right;
    padding-right: 3px;
    padding: 0 3px 0 0;
    max-width: 100%;
    line-height: 14px
}

.du-progressbar-bg {
    height: 14px;
    width: 100%;
    background-color: #bdbdbd
}

.du-info {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 0 140px 20px 140px
}

.du-veil {
    display: table-cell;
    background: #fff;
    color: #ccc;
    text-align: center;
    z-index: 80;
    display: table-cell;
    vertical-align: middle
}

    .du-veil p {
        margin-top: 24px
    }

    .du-veil input {
        display: inline-block;
        background: transparent;
        outline: none;
        border: none;
        border-bottom: 1px solid #6f6f6f;
        padding: 8px 0;
        margin-bottom: 16px
    }

        .du-veil input:active, .du-veil input:focus {
            outline: none;
            border-bottom: 2px solid #3079ed;
            margin-bottom: 15px
        }

@media screen and (max-height: 100px) {
    .du-divider {
        display: none
    }
}
