/*!
 * bootstrap-fileinput v4.4.7
 * http://plugins.krajee.com/file-input
 *
 * Based on : Krajee Explorer theme style for bootstrap-fileinput. Load this theme file after loading `fileinput.css`.
 *
 * Author: Kartik Visweswaran
 * Copyright: 2014 - 2018, Kartik Visweswaran, Krajee.com
 *
 * Licensed under the BSD 3-Clause
 * https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md
 */
.theme-rs-explorer .file-upload-indicator, .theme-rs-explorer .file-drag-handle, .theme-rs-explorer .rs-explorer-frame .kv-file-content, .theme-rs-explorer .file-actions, .rs-explorer-frame .file-preview-other {
    text-align: center;
}

.theme-rs-explorer .file-thumb-progress .progress, .theme-rs-explorer .file-thumb-progress .progress-bar {
    height: 13px;
    font-size: 11px;
    line-height: 13px;
}

.theme-rs-explorer .file-upload-indicator, .theme-rs-explorer .file-drag-handle {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 3px;
    width: 16px;
    height: 16px;
    font-size: 16px;
}

.theme-rs-explorer .file-thumb-progress .progress, .theme-rs-explorer .rs-explorer-caption {
    display: block;
}

.theme-rs-explorer .rs-explorer-frame td {
    vertical-align: middle;
    text-align: left;
}

.theme-rs-explorer .rs-explorer-frame .kv-file-content {
    width: 40px;
    height: 40px;
    padding: 2px;
}

.theme-rs-explorer .file-actions-cell {
    position: relative;
    width: 100px;
    padding: 0;
}

.theme-rs-explorer .file-thumb-progress .progress {
    margin-top: 5px;
}

.theme-rs-explorer .rs-explorer-caption {
    color: #777;
    font-size: 10px;
}

.theme-rs-explorer .file-details-cell {
    padding: 5px;
    margin: 0;
}

.theme-rs-explorer .file-details-cell samp {
    font-size: 9px;
}

.theme-rs-explorer .kvsortable-ghost {
    opacity: 0.6;
    background: #e1edf7;
    border: 2px solid #a1abff;
}

.theme-rs-explorer .file-preview .table {
    margin: 0;
}

.theme-rs-explorer .file-error-message ul {
    padding: 5px 0 0 20px;
}

.rs-explorer-frame .file-preview-text {
    display: inline-block;
    color: #428bca;
    border: 1px solid #ddd;
    font-family: "Poppins", Menlo, Monaco, Consolas, "Courier New", monospace;
    outline: none;
    padding: 8px;
    resize: none;
}

.rs-explorer-frame .file-preview-html {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 8px;
    overflow: auto;
}

.rs-explorer-frame .file-other-icon {
    font-size: 1.5em;
}

@media only screen and (max-width: 767px) {
    .theme-rs-explorer .table, .theme-rs-explorer .table tbody, .theme-rs-explorer .table tr, .theme-rs-explorer .table td {
        display: block;
        width: 100% !important;
    }

    .theme-rs-explorer .table {
        border: none;
    }

    .theme-rs-explorer .table tr {
        margin-top: 5px;
    }

    .theme-rs-explorer .table tr:first-child {
        margin-top: 0;
    }

    .theme-rs-explorer .table td {
        text-align: center;
    }

    .theme-rs-explorer .table .kv-file-content {
        border-bottom: none;
        padding: 4px;
        margin: 0;
    }

    .theme-rs-explorer .table .kv-file-content .file-preview-image {
        max-width: 100%;
        font-size: 20px;
    }

    .theme-rs-explorer .file-details-cell {
        border-top: none;
        border-bottom: none;
        padding-top: 0;
        margin: 0;
    }

    .theme-rs-explorer .file-actions-cell {
        border-top: none;
        padding-bottom: 4px;
    }

    .theme-rs-explorer .rs-explorer-frame .rs-explorer-caption {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        left: 0;
        right: 0;
        margin: auto;
    }
}

/*noinspection CssOverwrittenProperties*/
.file-zoom-dialog .rs-explorer-frame .file-other-icon {
    font-size: 22em;
    font-size: 50vmin;
}

.theme-rs-explorer .file-drop-zone-title {
    font-size: 0.9em;
    padding-top: 0;
    padding-bottom: 0;
}

.theme-rs-explorer .file-drop-zone {
    margin: 0;
}

.theme-rs-explorer .kv-file-content {
    padding: 0;
}

.theme-rs-explorer .file-actions .glyphicon {
    font-size: 11px;
}

.theme-rs-explorer .btn-kv {
    width: 17px;
    height: 17px;
    line-height: 16px;
}

.theme-rs-explorer .file-preview, .theme-rs-explorer .file-drop-zone {
    border: 0;
    padding: 0;
}

.theme-rs-explorer .file-drop-zone-title {
    font-size: 12px;
    text-align: left;
    color: inherit;
    min-height: 30px;
    padding: 12px 0 0 0;
}

.theme-rs-explorer .file-highlighted {
    border-radius: initial;
}

.theme-rs-explorer .file-drop-zone .table {
    margin-top: 5px;
}

.theme-rs-explorer .file-drop-zone.clickable:hover {
    border: none;
}



