﻿.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;
    background: #31c8b4;
    border: 1px solid #D0D9E4;
    border-radius: 8px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-flex: 0;
    color: #fff;
    padding: 2px 2px 2px 2px;
}

    .btn-kv:hover {
        border: 1px solid #31c8b4;
        color: #31c8b4;
        background: #fff;
    }

.btn-navigate {
    border: none !important;
    background: none !important;
}
