/* 
   Plupload
------------------------------------------------------------------- */

.plupload_button {
    display: -moz-inline-box; /* FF < 3*/
    display: inline-block;
    margin-right: 4px;
    padding: 2px 8px 3px 20px;
    outline: 0;
    border: 1px solid #bababa;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #f3f3f3 url('Images/buttons.png') no-repeat 0 center;
    color: #42454a;
    text-decoration: none;
    font: normal 12px sans-serif;
    /* Optional rounded corners for browsers that support it */
}

    .plupload_button:hover {
        color: #000;
        text-decoration: none;
    }

.plupload_disabled, a.plupload_disabled:hover {
    border-color: #c5c5c5;
    background: #ededed url('Images/buttons-disabled.png') no-repeat 0 center;
    color: #737373;
    cursor: default;
}

.plupload_add {
    background-position: -181px center;
}

.plupload_wrapper {
    width: 100%;
   /* font: normal 11px Verdana,sans-serif;*/
}

.plupload_container {
    background: url('Images/transp50.png');
    /*-moz-border-radius: 5px;*/
}

    .plupload_container input {
        width: 98%;
        border: 1px solid #DDD;
        font: normal 11px Verdana,sans-serif;
    }

.plupload_header {
    background: #2A2C2E url('Images/backgrounds.gif') repeat-x;
}

.plupload_header_content {
    padding-right: 10px;
    min-height: 56px;
    color: #FFF;
}

.plupload_header_title {
    padding: 6px 0 3px;
    font: normal 18px sans-serif;
}

.plupload_header_text {
    font: normal 12px sans-serif;
}

.plupload_filelist {
    margin: 0;
    padding: 0;
    list-style: none;
}

.plupload_scroll .plupload_filelist {
    overflow-y: auto;
    /*background: #F5F5F5;*/
}

.plupload_filelist li {
    padding: 10px;
    border-bottom: 1px solid #DDD;
    background: #F5F5F5 url('Images/backgrounds.gif') repeat-x 0 -156px;
    background-image: repeating-linear-gradient(90deg, #00A6A6, #00A6A6 12px, transparent 12px, transparent 24px), repeating-linear-gradient(180deg, #00A6A6, #00A6A6 12px, transparent 12px, transparent 24px), repeating-linear-gradient(90deg, #00A6A6, #00A6A6 12px, transparent 12px, transparent 24px), repeating-linear-gradient(180deg, #00A6A6, #00A6A6 12px, transparent 12px, transparent 24px);
    background-position: left top, right top, left bottom, left top;
    background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
    background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
}

.plupload_filelist_header, .plupload_filelist_footer {
    padding: 8px 8px;
    background: #DFDFDF;
    color: #42454A;
  
}

.plupload_filelist_header {
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #CDCDCD;
    display: none;
}

.plupload_filelist_footer {
    height: 38px;
    vertical-align: middle;
    line-height: 20px;
}

.plupload_file_name {
    float: right;
    overflow: hidden;
}

    .plupload_file_name span {
        font-size: 14px;
        line-height: 18px;
        font-weight: 300;
        display: block;
        color: #000;
        text-align:right;
    }

    .plupload_file_status {
        color: #777;
    }

    .plupload_file_status span {
        color: #42454A;
    }

.plupload_file_size, .plupload_file_status, .plupload_progress {
    float: left;
    width: 88px;
    direction: ltr;
}

.plupload_file_size, .plupload_file_status, .plupload_file_action {
    text-align: left;
    line-height: 18px;

}
.plupload_file_size {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    display: block;
    color: #000;
    font-weight:400;
}
.plupload_filelist .plupload_file_name {
    width: 200px;
}

.plupload_file_action {
    float: left;
    width: 16px;
    height: 16px;
}

    .plupload_file_action * {
        display: none;
        width: 16px;
        height: 16px;
    }

li.plupload_uploading {
  /*  background: #ECF3DC url('Images/backgrounds.gif') repeat-x 0 -238px;*/
}

li.plupload_done {
    color: #fff;
    margin-right:10px;
}

li.plupload_delete a {
    /* background: url('Images/delete.gif');*/
    background: url('/assets/Image/close-file.svg');
    background-repeat: no-repeat;
}
.upload_file_row {
padding-left:0px;
}

li.plupload_failed a {
    background: url('Images/error.gif');
    cursor: default;
}

li.plupload_done a {
  /*  background: url('Images/done.gif');
    cursor: default;*/
}

.plupload_progress {
    padding-left: 10px;
}

.plupload_progress, .plupload_upload_status {
    display: none;
}

.plupload_progress_container {
    margin-top: 3px;
    padding: 1px;
    border: 1px solid #CCC;
    background: #FFF;
}

.plupload_progress_bar {
    width: 0px;
    height: 7px;
    background: #CDEB8B;
}

/* Floats */

.plupload_clear, .plupload_clearer {
    clear: both;
}

.plupload_clearer, .plupload_progress_bar {
    display: block;
    font-size: 0;
    line-height: 0;
}

li.plupload_droptext {
    width: 100%;
    height: 230px;
    /* border: 1px dashed #00A6A6;*/
    background-color: rgba(0, 166, 166, 0.15) !important;
    /* background-image: none !important;*/
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    margin-bottom: 15px;
    width: 100% !important;
}
