﻿.dz-hidden-input {
    z-index: 10001 !important;
}
.fileRow {
    display: table-row;
    width: 100%;
}
.fileRow table {
    min-width : 140px;
}
.fileRow > div {
    display: table-cell;
    vertical-align: top;
    border-bottom: 1px solid #ddd;
    padding: 8px;
}
.dzPreview {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}
.dz-progress {
    transition: opacity 0.4s ease-in;
    opacity: 1;
    pointer-events: none;
    height: 16px;
    width: 60px;
    background-image: linear-gradient(to bottom,#dadada 0,#e0d8d8 100%);
    -webkit-transform: scale(1);
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}
.dz-progress .dz-upload {
    background-image: linear-gradient(to bottom,#5cb85c 0,#449d44 100%);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
}
.progress {
    overflow: hidden;
    height: 20px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    background-image: linear-gradient(to bottom,#eaeaea 0,#e0d8d8 100%);
    width: 60px;
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}
.dzPreview .fileRow.dz-success .dz-progress {
    opacity: 0;
    transition: opacity 0.3s linear;
}
.fileRow i {
    cursor: pointer;
}
.fileRow .fa-trash {
    font-size: 17px;
    color: #003d4c;
    float: right;
}
.fileRow a {
    cursor: pointer;
    overflow-wrap: anywhere;
    color: #6d6d6d;
    font-weight: bold;
}
.fileUploadError {
    color: red;
    text-overflow: ellipsis;
    word-break: break-word;
    overflow: hidden;
    max-height: 50px;
    display: block;
    font-size: 12px;
}
.fileUploadError:hover {
    display: table;
}
.removeConfirmation {
    margin-top: 10px;
    font-size: 14px;
    color: gray;
    float: right;
}
.removeConfirmation .fa-check-circle {
    color: #029B49;
    font-size: 18px;
}

.faSuccess {
    color: #029B49;
    font-size: 17px;
    float: right;
    margin-top: 3px;
}

.removeConfirmation span{
    margin-right: 8px;
}
.removeConfirmation .fa-times-circle {
    color: gray;
    font-size: 18px;
    margin-right: 2px;
}

.dzInnerElements textarea {
    resize: vertical;
    width: 97%;
}

.dzInnerElements hr {
   margin: 5px;
}

#iptBeginUpload:disabled {
    opacity: 0.35;
}
