.file-input-ajax-new .file-caption-name>.glyphicon, .file-input-ajax-new .file-caption-name>[class*=icon-], .file-input-ajax-new .fileinput-remove, .file-input-ajax-new 
.fileinput-remove-button, .file-input-ajax-new .fileinput-upload-button, .file-input-new .close, .file-input-new .file-preview, .file-input-new .fileinput-remove-button, 
.file-input-new .fileinput-upload-button, .file-input-new .glyphicon-file {
    display: none;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    opacity: 0;
    background: none;
    cursor: inherit;
    display: block;
}

.file-preview {
    border-radius: 2px;
    border: 1px solid #ddd;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}

.file-preview>.close {
    font-weight: 400;
    font-size: 17px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    padding: 8px;
    line-height: .6;
    border-radius: 3px;
    color: #555;
    opacity: 1;
    filter: alpha(opacity=100);
}
.file-preview-status:empty {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.file-preview-status {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(250,250,250,.8);
    border-top: 1px solid #ddd;
    padding: 7px 12px;
    font-size: 12px;
    color: #333!important;
}

.file-preview-frame {
    margin: 5px;
    border: 1px solid #ddd;
    padding: 3px;
    display: table;
    float: left;
}

.file-preview-frame, .file-preview-image, .file-preview-other {
    height: 100px;
    vertical-align: middle;
}

.file-preview-other {
    display: table-cell;
    text-align: center;
    width: 160px;
}

.file-preview-other:after {
    content: "\e088";
    display: block;
    font-size: 64px;
}

.file-preview-other:after, .file-thumb-loading:after, .file-uploading:after {
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.file-preview-other .glyphicon {
    display: none;
}

.dropzone, .file-thumbnail-footer {
    position: relative;
}

.file-footer-caption {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 160px;
    text-align: center;
    font-size: 11px;
    padding: 12px 7px 7px;
    margin-left: auto;
    margin-right: auto;
}

.fancybox-error, .fc .fc-axis, .fc button, .fc-day-grid-event>.fc-content, .fc-time-grid-event.fc-short .fc-content, .file-footer-caption {
    white-space: nowrap;
}

.file-error-message {
    position: relative;
    background-color: #f2dede;
    color: #a94442;
    text-align: center;
    border-radius: 3px;
    padding: 10px;
    margin: 0 5px 5px;
}

.file-error-message .close {
    margin-top: 1px;
    color: #a94442;
}

.kv-upload-progress {
    margin-bottom: 20px;
}