.plupload_button { 
    display: -moz-inline-box;
    display: inline-block; 
    text-decoration: none; 
    color: #fff; 
    background-color: #303641;
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 2px;

    margin-right: 4px;
    /* box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.15) inset; */
    border-color: #252a32;
  }
  .plupload_button:hover, 
  .plupload_button:focus { 
    color: #fff;
    background-color: #1a1e24;
    border-color: #0b0d0f;
  }
  .plupload_button:active { 
    color: #fff;
    background-color: #1a1e24;
    border-color: #0b0d0f;
  }
  a.plupload_disabled, 
  a.plupload_disabled:hover { 
    background-color: #303641;
    border-color: #252a32;
      cursor: not-allowed;
      pointer-events: none;
      opacity: .25;
      filter: alpha(opacity=65);
      -webkit-box-shadow: none;
      box-shadow: none;
  }
  
  .plupload_start { 
    background-color: #303641;
  }
  .plupload_start:hover, 
  .plupload_start:focus { 
    background-color: #1a1e24;
    border-color: #0b0d0f;
    color: #fff; 
  }
  
  .plupload_wrapper { 
    width: 100%; 
  }
  .plupload_container input { 
    border: 1px solid #DDD; 
  }
  .plupload_header { 
    background: #fff url(/plupload/plupload_title.png) no-repeat 18px; 
    display: none; 
    border-radius: 2px 2px 0 0; 
    -webkit-border-radius: 2px 2px 0 0; 
    -moz-border-radius: 2px 2px 0 0; 
  }
  
  .with-header .plupload_header { 
    display: block; 
  }
  .with-header .plupload_filelist_header { 
    border-top: 1px solid #ebebeb;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }
  
  .panel .plupload_filelist_header { 
    border-radius: 0; 
    -webkit-border-radius: 0; 
    -moz-border-radius: 0; 
  }
  .panel .plupload { 
    border: 0; 
  }
  .panel .plupload_filelist_footer { 
    border-width: 1px 0 0 0; 
  }
  .panel .plupload_filelist_header { 
    border-radius: 0; 
    -webkit-border-radius: 0; 
    -moz-border-radius: 0; 
    border-top: 1px solid #eeeeee;
  }
  
  .plupload_scroll .plupload_filelist_header .plupload_file_action, 
  .plupload_scroll .plupload_filelist_footer .plupload_file_action { 
    margin-left: 20px; 
    margin-right: 0; 
  }
  .plupload_header_content { 
    padding: 14px 0 14px 75px; 
    color: #373e4a; 
  }
  .plupload_header_title { 
    font-size: 14px; 
    font-weight: bold; 
  }
  .plupload_header_text { 
    font-size: 11px; 
  }
  
  .plupload_filelist { 
    margin: 0; 
    padding: 0; 
    list-style: none; 
  }
  .plupload_scroll .plupload_filelist { 
    height: 185px; 
    overflow-y: scroll;    
  }
  .plupload {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    background-clip: padding-box;
    outline: 0;
  
  }
  .plupload_filelist li { 
    padding: 10px 12px; 
     
  }
  .plupload_filelist_header {  
    padding: 9px 12px 9px 12px; 
    border-bottom: 1px solid #eeeeee;
    /* background: #40484C;  */
    border-radius: 2px 2px 0 0; 
    -webkit-border-radius: 2px 2px 0 0; 
    -moz-border-radius: 2px 2px 0 0; 
    color: #373e4a; 
  }
  .plupload_filelist_footer { 
    border-top: 1px solid #ebebeb; 
    vertical-align: middle; 
    padding: 10px 12px; 
    /* background-color: rgba(0,0,0,0.1);  */
  }
  
  .plupload_file_name {
    float: left; 
    overflow: hidden; 
    font-weight: bold; 
  }
  
  .plupload_file_size, 
  .plupload_file_status, 
  .plupload_progress { 
    float: right; 
    width: 80px; 
  }
  .plupload_file_size, 
  .plupload_file_status, 
  .plupload_file_action { 
    text-align: right; 
    font-weight: bold; 
  }
  
  .plupload_filelist_footer .plupload_file_size, 
  .plupload_filelist_footer .plupload_file_status { 
    padding-top: 7px; 
  }
  .plupload_filelist_footer .plupload_upload_status { 
    padding: 7px 0; 
  }
  .plupload_filelist .plupload_file_name { 
    width: 205px; 
    white-space: nowrap; 
    text-overflow: ellipsis; 
  }
  
  .plupload_file_action { 
    float: right; 
    width: 12px; 
    height: 12px; 
    margin-left: 20px; 
    margin-top: 4px; 
    opacity: 0.8; 
    filter: alpha(Opacity=80); 
  }
  .plupload_file_action * { 
    display: none; 
    width: 12px; 
    height: 12px; 
  }
  
  li.plupload_uploading {
    background: #ebebeb; 
  }
  li.plupload_done {
    color: #AAA;
  }
  li.plupload_delete a { 
    background: url(../images/interface/plupload_remove.png) no-repeat; 
  }
  li.plupload_failed a { 
    background: url(../images/interface/plupload_error.png) no-repeat; 
    cursor: default; 
  }
  li.plupload_done a { 
    background: url(../images/interface/plupload_done.png) no-repeat; 
    cursor: default; 
  }
  li.plupload_droptext { 
    background: transparent; 
    text-align: center; 
    vertical-align: middle; 
    border: 0; 
    line-height: 165px; 
    font-weight: bold; 
    color: #999; 
  }
  
  .plupload_progress, 
  .plupload_upload_status { 
    display: none; 
  }
  .plupload_progress_container { 
    margin-top: 11px; 
  }
  .plupload_progress_bar { 
    width: 0px; 
    height: 8px; 
    background: #65B688; 
    border-radius: 10px;
     -webkit-border-radius: 10px; 
     -moz-border-radius: 10px; 
   }
  
  .plupload_clear,
  .plupload_clearer {
    clear: both;
  }
  .plupload_clearer, 
  .plupload_progress_bar { 
    display: block; 
    font-size: 0; 
    line-height: 0;  
  }
  
  
  @media (max-width: 480px) {
    .plupload_filelist_footer .plupload_file_action, 
    .plupload_filelist_footer .plupload_file_status, 
    .plupload_filelist_footer .plupload_file_size, 
    .plupload_filelist_footer .plupload_progress { 
      display: none; 
    }
  }