﻿.k-icon-upload {
    background-position: center top;
    background: transparent url(icons/upload.png) no-repeat scroll center top;
    cursor: pointer;
    margin-left: 0px;
    margin-top: -2px;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
}

.k-uploadpicker-buttons-box {
    margin-top: 3px;
    margin-bottom: 3px;
    text-align: right;
}

.k-window-content.k-uploader-container {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 0px;
    border-width: 0px;
    border-style: none;
    width: 560px;
}

.k-uploader {
    height: auto;
    padding: 5px;
}

.k-uploader-upload-row {
    margin-top: 2px;
    color: Red;
    font-weight: bold;
}

.k-uploader-upload-button {
}

.k-uploader-options-box {
    margin-top: 5px;
}

.k-uploader-options-table {
    border: none;
}

.k-uploader-options-row {
}

.k-uploader-result-box {
    margin-top: 5px;
}

.k-uploader-preview-box {
    overflow: auto;
    height: 400px;
    margin-top: 5px;
    padding: 10px;
    background-color: #c6c6c6;
    display: flex;
}

.k-uploader-preview-wrapper {
    display: flex;
    margin: auto;
}

.k-uploader-upload-loading {
    background-image: url(icons/loading16x16.gif);
    background-position: center;
    background-repeat: no-repeat;
    cursor: progress;
    position: relative;
    z-index: 2147483647;
    display: none;
    width: 16px;
    height: 16px;
    float: right;
}
