﻿.file-row {
    width: 98% !important;
    padding: 12px 0 12px 4px;
    margin: 4px auto 8px auto;
    border-bottom: dotted 1px #4fbdd1;
    background: none !important;
    /*background:#fff;
   border-radius:5px;*/
}

.upload-control {
    padding: 8px 5px;
    border-radius: 5px;
    margin: 5px 8px;
    /*background-color:#f2f4f4;*/
}

.upload-row, .upload-row-add, .upload-row-finish {
    width: 100%;
    overflow: auto;
    margin-bottom: 8px;
    overflow:visible;
}

.upload-row-add {
}

.upload-row-finish {
    text-align: right;
}

.restrictions, .restrictions span {
    font-size: 11px;
}

.restrictions {
    padding-top: 0px !important;
    font-family: inherit;
    font-weight: normal;
    color: #4fbdd1;
}

    .restrictions span {
        font-weight: bold;
    }

.opt-container {
    padding-bottom: 8px !important;
    padding-top: 5px !important;
}

.opt-header {
    font-weight: bold;
    font-size: 12px;
}

.opt-description {
    font-weight: normal !important;
    font-size: 11px;
}

div.upload-button, .upload-button-finish, .upload-button-cancel {
    padding: 6px 12px;
    color: #5bc0de;
    outline: none;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    margin: 0 10px 0 0;
    border: 1px #5bc0de solid !important;
    border-radius: 25px !important;
    background: white !important;
    text-transform: uppercase;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    position: relative;
    transition-property: color;
    transition-duration: 0.3s;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    touch-action: manipulation;
    user-select: none;
    float: left;
}

.upload-button-cancel, .upload-button-finish {
    float: none;
}

.upload-button-finish {
    background: #4fbdd1 !important;
    color: #fff;
}

.spacer {
    clear: both;
}

.file-icon, .file-name, .progress-cell, .status, .options-cell {
    float: left;
    overflow: visible;
    margin: 2px !important;
    vertical-align: middle !important;
}

.file-icon {
    width: 5% !important;
    margin: 0 4px 0 8px;
}

.file-name {
    width: 22% !important;
    padding-top: 3px;
    font-weight: bold;
}

.progress-cell {
    width: 25% !important;
}

.options-cell {
    width: 18%;
    margin: -5px 8px 0 12px;
    display: block;
}

.options-button {
    margin-top: 0px !important;
    padding: 8px 4px 10px 4px;
    font-family: inherit;
    font-size: 11px;
    font-weight: 600;
    background: #4fbdd1;
    color: #fff;
    margin-right: auto;
    margin-left: auto;
    border-radius: 15px;
    text-align: center;
    cursor: pointer;
    opacity: 0.9;
    max-width: 80px;
}

.options-container {
    background: #fff;
    border: solid 1px #4fbdd1;
    border-radius: 6px;
    min-height: 10px;
    min-width: 205px;
    max-width: 405px;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 1000;
    overflow: visible;
}

.options-header {
    margin-bottom: 6px;
    background: #4fbdd1;
    width: 100% !important;
    padding: 7px;
    overflow: visible;
    color: #fff;
    cursor: pointer;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.options-button:hover {
    opacity: 1;
}

.options-close {
    float: right;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.options-choice {
    padding: 8px 3px 10px 3px;
    font-family: inherit;
    font-size: 12px;
    font-weight: 600;
    background: #fff;
    color: #4fbdd1;
    width: 20%;
    margin: 5px 8px 8px 0;
    border-radius: 15px;
    border: solid 1px #4fbdd1;
    text-align: center;
    cursor: pointer;
    opacity: 0.9;
    float: right;
}

    .options-choice:hover {
        opacity: 1;
        color: #fff;
        background: #4fbdd1;
    }

.options-choice-text {
    margin-top: 0px !important;
    padding: 8px 4px 10px 4px;
    font-family: inherit;
    font-size: 12px;
    font-weight: 600;
    background: #fff;
    color: #4fbdd1;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    cursor: pointer;
    opacity: 0.9;
    word-wrap: normal;
}

.options-container table {
    margin: 5px !important;
    margin-left: 8px !important;
}

    .options-container table tr {
    }

        .options-container table tr td, .options-container table tr td.radio-cell {
            vertical-align: middle !important;
        }

        .options-container table tr td {
            padding-left: 8px !important;
        }

            .options-container table tr td.radio-cell {
                padding-left: 0 !important;
            }

.upload-progress-container, .upload-progress {
    min-height: 18px;
}

.upload-progress-container {
    border: solid 1px #4fbdd1;
    text-align: left;
}

.upload-progress {
    background: #4fbdd1;
    width: 5%;
}

.status {
    width: 25%;
    text-align: center;
    display: none;
}

    .status i.fa-check-circle, .status i.fa-exclamation-circle {
        font-size: 20px;
    }

    .status i.fa-check-circle {
        color: #7ebd39;
    }

    .status i.fa-exclamation-circle {
        color: #de5c5c;
    }

.error-cntr {
    display: none;
    font-size: 13px;
    font-family: inherit;
    background-color: #d9534f;
    border: solid;
    width: 65%;
    margin-left: auto !important;
    margin-right: auto !important;
    border: solid 1px #d43f3a;
    border-radius: 5px;
    padding: 6px;
    color: #fff;
    text-align: center;
}


@media only screen and (max-width: 650px) {
    .file-icon, .file-name, .progress-cell, .status, .options-cell {
        width: 100% !important;
        overflow: visible;
        margin-bottom: 8px !important;
    }

    .file-icon {
        margin-left: 0;
        padding-left: 0;
        padding-bottom: 20px;
    }

    .file-icon, .file-name, .progress-cell, .status, .options-cell, .upload-button {
        float: none;
        text-align: left;
    }

    .upload-button {
        float: none !important;
    }

    .upload-row-add {
        text-align: center !important;
    }

    .file-row {
        padding: 4px !important;
    }

    .upload-row-finish {
        text-align: center;
    }
}

/* document type icon styles */

.doc-item {
    display: block;
    margin: 0.2em;
    margin-top: 0.5em;
    position: relative;
    padding-left: 45px;
    color: black;
}

    .doc-item::before {
        position: absolute;
        width: 21px;
        height: 27px;
        left: 0;
        top: -7px;
        content: '';
        border: solid 2px #b2b2b2;
        background: #fff;
    }

    .doc-item::after {
        content: 'file';
        content: attr(filetype);
        left: -4px;
        padding: 2px 3px;
        margin-bottom: 1em;
        text-align: right;
        line-height: 1;
        position: absolute;
        background-color: #68aadb;
        color: #fff;
        font-size: 0.5em;
        text-transform: uppercase;
        letter-spacing: 1px;
        top: 6px;
    }

    .doc-item .fileCorner {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 11px 0 0 11px;
        border-color: white transparent transparent #b2b2b2;
        position: absolute;
        top: -7px;
        left: 10px;
    }

/* end document type icon styles */
