/*!
 * bootstrap-fileinput v5.2.7
 * http://plugins.krajee.com/file-input
 *
 * Krajee Explorer Font Awesome 5.x theme style for bootstrap-fileinput. Load this theme file after loading
 * font awesome 5.x CSS and `fileinput.css`.
 *
 * Author: Kartik Visweswaran
 * Copyright: 2014 - 2021, Kartik Visweswaran, Krajee.com
 *
 * Licensed under the BSD-3-Clause
 * https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md
 */
.theme-explorer-fas .file-preview-frame {
    border: 1px solid #ddd;
    margin: 2px 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}
.theme-explorer-fas .file-actions-cell {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: auto;
    position: static;
    margin-left: auto;
}
.theme-explorer-fas .file-footer-buttons {
    display: flex;
    gap: 5px;
    padding: 0;
    margin-left: 10px;
}

.theme-explorer-fas .file-details-cell {
    flex-grow: 1;
    margin-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.theme-explorer-fas .file-actions,
.theme-explorer-fas .file-upload-indicator, .theme-explorer-fas .file-drag-handle, .theme-explorer-fas .explorer-frame .kv-file-content, .theme-explorer-fas .file-actions, .explorer-frame .file-preview-other {
    text-align: center;
}
.theme-explorer-fas .file-upload-indicator, .theme-explorer-fas .file-drag-handle {
    position: absolute;
    display: inline-block;
    bottom: 4px;
    right: 45px;
    width: 16px;
    height: 16px;
    font-size: 16px;
}

.theme-explorer-fas .file-thumb-progress .progress, .theme-explorer-fas .explorer-caption {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.theme-explorer-fas .file-thumb-progress .progress {
    margin-top: 5px;
}
.theme-explorer-fas .explorer-caption,
.theme-explorer-fas .file-footer-buttons {
    padding: 5px;
}
.theme-explorer-fas .file-footer-buttons {
    text-align: right;
}
.theme-explorer-fas .explorer-caption {
    color: #333;
    padding-top: 5px;
    float: left;
    font-size: 14px;
    width: 50%;
}
.theme-explorer-fas .kvsortable-ghost {
    opacity: 0.6;
    background: #e1edf7;
    border: 2px solid #a1abff;
}
.theme-explorer-fas .file-preview .table {
    margin: 0;
}
.theme-explorer-fas .file-error-message ul {
    padding: 5px 0 0 20px;
}
.explorer-frame .file-preview-text {
    display: inline-block;
    color: #428bca;
    border: 1px solid #ddd;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    outline: none;
    padding: 8px;
    resize: none;
}
.explorer-frame .file-preview-html {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 8px;
    overflow: auto;
}
.explorer-frame .file-other-icon {
    font-size: 1.6em;
    color: cornflowerblue;
}
.file-preview-other {
   
    margin-top: -33px;
}
.explorer-frame:not(.kv-zoom-body):hover {
    background-color: #f5f5f5;
}
.theme-explorer-fas .file-preview-frame samp {
    font-size: 14px;
    line-height: 30px;
}
.theme-explorer-fas .explorer-frame .kv-file-content {
    width:60px;
    height: 30px;
    padding: 2px;
    text-align: left;
}
.theme-explorer-fas .file-details-cell {
    width: 650px;
    font-size: 0.95rem;
    text-align: left;
    margin-right: auto;
    background: url(../../img/24gf-fileEmpty.svg) no-repeat left;
    padding-left: 23px;
    background-size: 17px;
    margin-left: 10px;
}
.theme-explorer-fas .file-details-cell img{
	width: 10px;
}
.theme-explorer-fas .file-actions-cell {
    position: relative;
    
    width: 250px;
}
.file-footer-buttons button{
	border: 0px solid;
	background: none;
	height: 25px;
    padding: 5px;
    line-height: 15px;
    font-size: 12px;
}
 
/*noinspection CssOverwrittenProperties*/
.file-zoom-dialog .explorer-frame .file-other-icon {
    font-size: 22em;
    font-size: 50vmin;
}
.yidong{
	margin-right: 7px;
    display: inline-block;
}
.yidong button{
	margin: 0px 5px;
    height: 24px;
    padding: 0px 7px;
    font-size: 12px;
}
@media only screen and (max-width: 1249px) {
    .theme-explorer-fas .file-preview-frame .file-details-cell {
        width: 40%;
    }
}
@media only screen and (max-width: 1023px) {
    .theme-explorer-fas .file-preview-frame .file-details-cell {
        width: 30%;
    }
}
@media only screen and (max-width: 767px) {
    .theme-explorer-fas .file-preview-frame .file-details-cell {
        width: 200px;
    }
}
@media only screen and (max-width: 575px) {
    .theme-explorer-fas .file-preview-frame {
        flex-direction: column;
    }

    .theme-explorer-fas .file-preview-frame .kv-file-content {
        width: auto;
        text-align: center;
    }

    .theme-explorer-fas .file-details-cell {
        width: 100px;
        text-align: center;
        margin-right: 0;
    }

    .theme-explorer-fas .file-preview-frame .kv-file-content,
    .theme-explorer-fas .file-details-cell,
    .theme-explorer-fas .file-actions-cell {
        width: 100%;
    }

    .theme-explorer-fas .file-actions-cell {
        height: auto;
    }

    .theme-explorer-fas .file-footer-buttons {
        text-align: left;
    }
}