<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.fileinput-button {
    /*position: relative;*/
    overflow: hidden;
    display: inline-block;
}

.UploadButtonBrw {
    width: 63px;
    margin-left: 0px;
    top: 0;
    position: relative;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
    width: 100%;
}

.rowParent {
    position: relative;
}

/*.bottom-align-text {
    position: absolute;
    bottom: 8px;
    right: 0;
}*/



/* Fixes for IE &lt; 8 */
@media screen\9 {
    .fileinput-button input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%;
    }
}

.txtFileIcon {
    background-image: url(../img/text-plain.png);
    width: 80px;
    height: 50px;
}

.csvFileIcon {
    background-image: url(../img/csv-plain.png);
    width: 80px;
    height: 50px;
}

.videoFileIcon {
    background-image: url(../img/video-icon.png);
    width: 80px;
    height: 50px;
}

.audioFileIcon {
    background-image: url(../img/audio-icon.png);
    width: 80px;
    height: 50px;
}
</pre></body></html>