@charset "UTF-8";

.fileinput-button input {
    position: absolute;
    opacity: 0;
}
.fileinput-button span {
    display: inline;
}
.fileinput-button i,
.fileupload-buttonbar .delete,
.fileupload-buttonbar .toggle {
    display: inline-block;
}

.overlay-btn {
    position: relative;
    top: 0;
    left: -24px;
    width: 24px;
    height: 24px;
    background: white;
    padding-top: 3px;
    border: 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    opacity: 0.95;
    z-index: 2;
}

.file-delete-div {
    min-height: 24px;
    min-width: 24px;
    position: relative;
}

.file-delete-div.overlay-btn {
    top: 2px;
    left: -26px;
}

div.fileupload:not(.fileupload-processing) .col-md-5 > div.progress.progress-striped, div.fileupload:not(.fileupload-processing) .col-md-5 > div.progress-extended {
    display: none;
}

.single-delete-err {
    display: inline-block;
    padding-top: 6px;
    padding-left: 6px;
    position: absolute;
    left: 0;
    white-space: nowrap;
}