﻿.kv-file-content {
    width: 100px !important;
    height: 100px !important;
}

.file-preview-pdf {
    height: 100px !important;
}

.file-thumbnail-footer {
    height: 15px !important;
}

.file-drop-zone {
    border: 0px dashed #aaa !important;
    margin: 0px !important;
    padding: 0px !important;
    min-height: 5px !important;
}

    .file-drop-zone.clickable:hover {
        border: 0px dashed #999 !important;
    }

    .file-drop-zone.clickable:focus {
        border: 2px solid #5acde2 !important;
    }

.file-preview {
    padding: 0px !important;
}

.btn-doc-upload {
    font-size: .625rem !important;
    font-weight: 300 !important;
}

.profile-pic-container {
    width: 50px !important;
}

.profile-pic-file {
    height: 48px !important;
}

.profile-pic-img {
    height: 48px !important;
}

.profile-pic-content {
    text-align: center;
    width: 48px !important;
    height: 48px !important;
}

.k-state-default > .k-select {
    border: none !important;
}

.btn-kv {
    width: 24px;
    height: 24px;
    border-radius: 8px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-flex: 0;
    background-color: #fff;
    border: 1px solid #B5B5C3;
    color: #B5B5C3;
    padding: 2px 2px 2px 2px;
}

    .btn-kv:hover {
        border: 1px solid #31c8b4;
        color: #31c8b4;
        background: #fff;
    }

.btn-navigate {
    border: none !important;
    background: none !important;
}

.theme-explorer-fas .explorer-frame .kv-file-content {
    width: 160px;
    height: 80px;
    padding: 5px;
    text-align: left;
}

.theme-explorer-fas .file-preview-frame {
    border: 1px solid #ddd;
    margin: 2px 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.theme-explorer-fas .file-drop-zone {
    /*border: 2px dashed #aaa !important;*/
    min-height: 100px !important;
    border-radius: 4px !important;
    text-align: center !important;
    vertical-align: middle !important;
    margin: 12px 15px 12px 12px !important;
    padding: 5px !important;
}

.theme-explorer-fas .file-details-cell {
    width: 20%;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    text-align: left;
    margin-right: auto;
}

.file-details-cell-input {
    width: 60%;
    font-size: .95rem;
    text-align: left;
    margin-right: auto;
}

.theme-explorer-fas .file-actions-cell {
    position: relative;
    height: 80px !important;
    width: 200px;
}

.file-preview-image {
    font: 40px Impact,Charcoal,sans-serif;
    color: green;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.theme-explorer-fas .file-preview-frame {
    border: 1px solid #ddd;
    border-top-color: rgb(221, 221, 221);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgb(221, 221, 221);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(221, 221, 221);
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    margin: 2px 0;
    margin-top: 2px;
    margin-right: 0px;
    margin-bottom: 2px;
    margin-left: 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.file-preview-thumbnails .file-other-icon i.fas {
    font-size: 6em;
    line-height: 1;
}

.file-drop-zone-title {
    color: #aaa;
    font-size: 1em !important;
    padding: 10px !important;
}

.doc-title {
    margin-top: 10px;
    font-size: 13px;
    color: #35456E;
    font-weight: 500;
}

.doc-sub-title {
    margin: 5px 0px 5px 0px;
    font-size: 12px;
    color: #35456E;
}
