@charset "UTF-8";
/*
 * jQuery File Upload Plugin CSS
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * https://opensource.org/licenses/MIT
 */

.fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
  .fileinput-button input {
    font-size: 150% !important;
  }
}


/* 20210107 이미용추가 */

.add_box { padding:10px 0; }
table.table-striped { width:100%; border:0 !important; }
table.table-striped td { padding:5px 0 !important; border:0 !important; }
.add_box span.btn { display:inline-block;  background:#333 !important;  font-size:15px !important; color:#fff !important; height:30px; line-height:30px; padding:0 20px; border-radius:5px; float:left; margin-right:10px;   }
.add_box span.btn span { color:#fff !important; }
button.cancel span  { color:#fff !important; }

table.table-striped tbody.files { border-top:20px solid #fff; border-bottom:20px solid #fff; }
table.table-striped tbody.files tr:nth-child(odd) td{ background:#f5f5f5 !important; }
table.table-striped tbody.files tr:nth-child(even) td { background:#fff !important; }
table.table-striped tbody.files tr td { padding-left:20px;}
table.table-striped tbody.files p  { border:0 !important; }

a.f_del  { margin-left:10px; background:#efefef; border:1px solid #767676; border-radius:2px; padding:2px 10px !important; font-size:13px; }
a:hover.f_del  { background:#e5e5e5; border-color:#4f4f4f;   }
span.f_list2 { display:block; color:#333 !important;  }


/*

.write td span.btn  {  }
.write td button.btn  { cursor:pointer; background:#fff; font-size:15px; color:#000; height:30px; line-height:30px; padding:0 20px; }

.table-striped { border:0 !important; } 
.table-striped p.name  { border:0 !important; }
.table-striped p.size  { border:0 !important; }
.table-striped tbody.files   { border:0 !important;   }
.table-striped tbody.files tr { border-bottom:1px dashed #ddd;  }
.table-striped tbody.files tr td { border-bottom:none !important; border:0 !important; }

*/

.files .fade:not(.show){opacity:1;}
.tox .tox-statusbar { display:none !important; }
