﻿/* custom */
.filetype, .filesize {
    display: none;
}

/* custom */
#AjaxFileUpload11 {
    /*background:red;*/
    /*width: 413px;*/
    margin: auto;
}

.ajax__fileupload {
    /* custom */
    border: 0;
    overflow: hidden;
    padding: 10px 0 40px 0;
}

.ajax__fileupload_selectFileContainer {
    display: inline-block;
    /*height: 24px;*/
    width:100%;
    line-height: 24px;
    overflow: hidden;
    position: relative;
    /*width: 500px;*/
    height: 59px;
}

/* custom */
    .ajax__fileupload_selectFileContainer input {
        width: 100%;
        height: 59px !important;
        border: medium none;
        cursor: pointer;
        /*height: 80px*/;
        margin: 0;
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
    }

.ajax__fileupload_selectFileButton {
    /* custom */
    margin: 0;
    display: block;
    background: url('../../../images/btn-upload.png') no-repeat center #014A94;
    /*background: #0F2D69;*/
    color: #014A94;
    /*width: 413px;*/
    height: 59px;
    cursor: pointer;
    /*margin-right: 4px;
    text-align: center;
    width: 80px;*/
}

.ajax__fileupload_selectFileButton:hover {
    background-color: #000000;
    color: #ffffff;
}

.ajax__fileupload_topFileStatus {
    /* custom */
    display:none !important;
    color: rgb(127, 126, 126);
}

.ajax__fileupload_ProgressBarHolder {
    margin-right: 70px;
}

.ajax__fileupload_uploadbutton {
    font-size: 24px !important;
    display: block;
    padding: 14px 0;
    background-color: #014A94;
    color: white;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    /*width: 413px;*/
}

.ajax_fileupload_cancelbutton {
    background-color: #990033;
    color: white;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    width: 60px;
}

.ajax__fileupload_dropzone {
    /*custom */
    display:none;
    border-style: dotted;
    border-width: 1px;
    line-height: 50px;
    margin-bottom: 2px;
    text-align: center;
}

.ajax__fileupload_queueContainer {
    /* custom */
    background: #fff;
    border: 0;
    text-align: left;
    /*border: #A9A9A9 1px solid;*/
    /*border-width: 1px;*/
    clear: both;
    /*margin-top: 2px;*/
    padding: 4px;
}

.ajax__fileupload_progressBar {
    background-color: #CCFFCC;
    padding-left: 4px;
}

.ajax__fileupload_footer {
    height: 20px;
    line-height: 20px;
    margin-top: 2px;
}

.ajax__fileupload_fileItemInfo {
    padding: 2px 4px;
    font-size: 18px;
    /*font-weight:normal;*/
    height: 20px;
    line-height: 20px;
    margin-bottom: 2px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.ajax__fileupload_fileItemInfo .filename {
    font-weight: normal;
}

.ajax__fileupload_fileItemInfo .uploadstatus {
    font-style: italic;
}

.ajax__fileupload_fileItemInfo .removeButton {
    /* custom */
    /*background-color: #900;*/
    color: #000;
    cursor: pointer;
    display: block;
    float: left;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 55px;
}

.ajax__fileupload_fileItemInfo .uploadedState {
    background-color: #fff;
    color: #060;
}

.ajax__fileupload_fileItemInfo .uploadingState {
    background-color: #fff;
    color: #FF9900;
}

.ajax__fileupload_fileItemInfo .pendingState {
    background-color: #fff;
    color: #009;
}

.ajax__fileupload_fileItemInfo .errorState {
    background-color: #ff0000;
    color: #ffffff;
}

.ajax__fileupload_fileItemInfo .cancelledState {
    background-color: #fff;
    color: #900;
}

.ajax__fileupload_selectFileContainer input {
    border: medium none;
    cursor: pointer;
    height: 40px;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}


.ajax__fileupload_fileItemInfo div.removeButton {
    position: absolute;
    right: 0;
    top: 0;
}
