body {
    background:transparent !important;
}

.clspreview {
    width: 100px;
    overflow: hidden;
    float: left;
    width: 22%;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;
}

@media only screen and (max-width: 568px) {
    .previewdiv {
        width: 100% !important;
    }
}

@media only screen and (max-width: 400px) {
    .clspreview {
        width: 100px;
        overflow: hidden;
        float: left;
        width: 22%;
        margin-bottom: 0px;
        margin-top: 0px;
        text-align: center;
    }
}

fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block
}

.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
}

@media screen\9 {
    .fileinput-button input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%
    }
}

.error-message-text {
    border-radius: 4px;
}

.progress {
    background-color:#ccc;margin-bottom: 0px;
}

.fileinput-button {
    float:left;margin-bottom: 5px;margin-top: 8px;width: 100%;position:block;
}

.container {
    margin-left:0px; padding-left:0px;
}

.fileupload-container {
    float:left; width:78%;
}