.formio-component-filewithdoctype .fileSelector {
    position: relative;
    padding: 15px;
    border: 2px dashed #ddd;
    text-align: center
}

.formio-component-filewithdoctype .fileSelector .loader-wrapper {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.1)
}

.formio-component-filewithdoctype .fileSelector .loader-wrapper .loader {
    height: 45px;
    width: 45px;
    margin-top: -23px;
    margin-left: -23px
}

.formio-component-filewithdoctype .fileSelector a {
    text-decoration: underline
}

.formio-component-filewithdoctype .fileSelector.fileDragOver {
    border-color: #127abe
}

.formio-component-filewithdoctype .fileSelector .fa, .formio-component-filewithdoctype .fileSelector .glyphicon {
    font-size: 20px;
    margin-right: 5px
}

[dir=rtl] .formio-component-filewithdoctype .fileSelector .fa, [dir=rtl] .formio-component-filewithdoctype .fileSelector .glyphicon {
    margin-right: unset;
    margin-left: 5px
}

.formio-component-filewithdoctype .fileSelector .browse {
    cursor: pointer
}
