﻿FileUpload_Uploade.ajax__fileupload {
    padding: 4px;
    border: #D3D3D3 1px solid;
    overflow: auto;
}

.ajax__fileupload_selectFileContainer {
    height: 24px;
    line-height: 24px;
}

.ajax__fileupload_selectFileButton {
    font-weight: bold !important;
    font-size: 8pt !important;
    vertical-align: middle !important;
    color: white !important;
    font-family: Arial !important;
    background-color: #000000 !important;
    text-align: center !important;
    border-top-style: none !important;
    border-right-style: none !important;
    border-left-style: none !important;
    border-bottom-style: none !important;
}

 .ajax__fileupload_selectFileButton:hover {
        background-color: #000000;
        color: #ffffff;
    }

.ajax__fileupload_topFileStatus {
    color: rgb(127, 126, 126);
}

.ajax__fileupload_ProgressBarHolder {
    margin-right: 70px;
    _margin-right: 0;
}

.ajax__fileupload_uploadbutton {
    width: 60px;
    text-align: center;
    cursor: pointer;
    color: white;
    font-weight: bold;
    background-color: #970A38 !important;
    width: 100px !important;
    font-size: 8pt !important;
}

.ajax_fileupload_cancelbutton {
    width: 60px;
    text-align: center;
    cursor: pointer;
    color: white;
    font-weight: bold;
    background-color: #990033;
}

.ajax__fileupload_dropzone {
    border-style: dotted;
    border-width: 1px;
    line-height: 50px;
    text-align: center;
    _text-align: left; /* IE Only */
    margin-bottom: 2px;
    display: none !important;
}

.ajax__fileupload_queueContainer {
    border: #A9A9A9 1px solid;
    border-width: 1px;
    margin-top: 2px;
    padding: 4px;
    clear: both;
}

.ajax__fileupload_progressBar {
    padding-left: 4px;
    background-color: #CCFFCC;
}

.ajax__fileupload_footer {
    margin-top: 2px;
    line-height: 20px;
    height: 20px;
}

.ajax__fileupload_fileItemInfo {
    line-height: 20px;
    height: 20px;
    margin-bottom: 2px;
    overflow: hidden;
}

    .ajax__fileupload_fileItemInfo .filename {
        font-weight: bold;
    }

    .ajax__fileupload_fileItemInfo .uploadstatus {
        font-style: italic;
    }

    .ajax__fileupload_fileItemInfo .removeButton {
        font-weight: bold !important;
        font-size: 8pt !important;
        vertical-align: middle !important;
        color: white !important;
        font-family: Arial !important;
        background-color: red !important;
        text-align: center !important;
        border-top-style: none !important;
        border-right-style: none !important;
        border-left-style: none !important;
        border-bottom-style: none !important;
        width: 100px !important
    }

    .ajax__fileupload_fileItemInfo .uploadedState {
        color: #060;
        background-color: #fff;
        font-size: 8pt !important;
    }

    .ajax__fileupload_fileItemInfo .uploadingState {
        color: #FF9900;
        background-color: #fff;
        font-size: 8pt !important;
    }

    .ajax__fileupload_fileItemInfo .pendingState {
        color: #009;
        background-color: #fff;
        font-size: 8pt !important;
    }

    .ajax__fileupload_fileItemInfo .errorState {
        color: #ffffff;
        background-color: #ff0000;
    }

    .ajax__fileupload_fileItemInfo .cancelledState {
        color: #900;
        background-color: #fff;
    }

/*Check*/
.ajax__fileupload_selectFileContainer {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 80px;
    /*float: left;*/
}

    .ajax__fileupload_selectFileContainer input {
        border: medium none;
        cursor: pointer;
        height: 40px;
        margin: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
    }



.ajax__fileupload_fileItemInfo {
    position: relative;
    z-index: 0;
}

    .ajax__fileupload_fileItemInfo div {
        display: inline-block;
    }

        .ajax__fileupload_fileItemInfo div.removeButton {
            position: absolute;
            top: 0;
            right: 0;
        }
