.file-input { overflow-x: auto; } .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; filter: alpha(opacity=0); opacity: 0; background: none repeat scroll 0 0 transparent; cursor: inherit; display: block; } .file-caption .glyphicon { display: inline-block; min-width: 18px; margin-top: 2px; } .file-caption-name { display: inline-block; overflow: hidden; max-height: 20px; padding-right: 10px; word-break: break-all; } .file-caption-ellipsis { position: absolute; right: 10px; margin-top: -6px; font-size: 1.2em; display: none; font-weight: bold; cursor: default; } .kv-has-ellipsis .file-caption-ellipsis { display: inline; } .kv-has-ellipsis { padding-right: 17px; } .kv-search-container .kv-search-clear { position: absolute; padding: 10px; right: 0px; } .file-error-message { background-color: #f2dede; color: #a94442; text-align: center; border-radius: 5px; padding: 5px; } .file-error-message pre, .file-error-message ul { margin: 5px 0; text-align: left; } .file-caption-disabled { background-color: #EEEEEE; cursor: not-allowed; opacity: 1; } .file-input .btn[disabled], .file-input .btn .disabled { cursor: not-allowed; } .file-preview { border-radius: 5px; border: 1px solid #ddd; width: 100%; margin-bottom: 5px; } .file-input-ajax-new .fileinput-remove-button { display: none; } .file-drop-zone { border: 3px dashed #ebecf0; border-radius: 4px; height: 100%; text-align: center; vertical-align: middle; margin: 12px 15px 12px 12px; height: 180px; } .file-drop-zone-title { padding: 45px 10px; color: #7f8fa4; }