.fileinput-button {
    display: inline-block;
    float: left;
}
.fileinput-button span {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-radius: 0.25em;
    background: url("../../intexsysproject/images/patterns-sprite.gif") repeat-x scroll left -118px #ffffff;
    border: 1px solid #dddddd;
    color: #222;
    display: block;
    float: left;
    height: 21px;
    font-size: 13px;
    padding: 0 7px;
    line-height: 20px;
}
.fileinput-button span:hover {
    border-color: #999999;
    text-decoration: none;
}
.fileinput-button span:active {
    background-color: #666;
    background-image: none;
    color: #ffffff;
    text-decoration: none;
}
.progress {
    width: 200px;
    height: 5px;
    float: left;
    margin-top: 9px;
    margin-left: 20px;
}
.progress.in-progress {
    background-color: #999999;
}
.progress.error {
    background-color: #ffaeb1;
}
.progress-bar {
    background-color: #428bca;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    color: #fff;
    float: left;
    font-size: 12px;
    height: 100%;
    line-height: 20px;
    text-align: center;
    transition: width 0.6s ease 0s;
    width: 0;
}
.progress-bar-success {
    background-color: #5cb85c;
}
.delete-file {
    position: relative;
    top: 2px;
    background-image: url("../../intexsysproject/images/delete.png");
    display: inline-block;
    width: 16px;
    height: 16px;
}
.uploaded-files-container {
    margin-top: 4px;
    overflow: auto;
    width: 100%;
}
.uploaded-file .image-preview {
    line-height: normal;
}
.uploaded-file .image-preview img.cboxElement {
    cursor: pointer;
    max-width: 120px;
    max-height: 90px;
}
.uploaded-file.image {
    float: left;
    margin: 0 20px 20px 0;
    padding: 10px;
    width: 180px;
    height: 140px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 3px;
    font: 11px Verdana,Geneva,sans-serif;
    position: relative;
}
.uploaded-file.image.single {
    margin-bottom: 4px;
}
.uploaded-file.image .delete-file {
    position: absolute;
    bottom: 10px;
    right: 10px;
    top: auto;
}
.uploaded-file.sortable-item {
    cursor: move;
}