@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css");
/*@import url("https://cdn.datatables.net/2.3.1/css/dataTables.dataTables.css");*/
/*@import url("bootstrap-5.3.3/bootstrap.min.css");*/
@import url("https://fonts.googleapis.com/css2?family=Mitr:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Chakra Petch:wght@400&display=swap");
@import url("file-explore.css");
*{padding:0px;margin:0px;
  font-family: "Chakra Petch",sans-serif;
  font-size:1.08rem;}
body{min-height: 85vh;}
header{
  max-height:45px;
  background-color:aliceblue;
  border-bottom: 2px solid;font-size: 1.2rem;
}
main{margin-top:47px;}
.page{padding:12px 1px 1px 1px;}
.btn{margin:3px;padding:1px 5px;border-radius:5px;}
.btn-close{background-color:red;}
.h-btn{margin:7px 3px;padding:2px;}
.form-select,.form-control,.form-check-input{
  border: 1px solid rgb(85, 175, 248);
  border-radius: 5px;
  text-align: center;
  margin: 0px;
  padding:0px 2px;
  /*font-size:1.15rem;*/
}
.fsz-2{font-size:2rem;}
.fsz-3{font-size:3rem;}
.fsz-4{font-size:4rem;}
.row{display:flex;align-items:center;}
.card{
  border:4px solid white;
  /*border:4px dotted gray;*/
  border-radius: 5px;
  text-align: center;
  margin:0px 0px 15px 0px;
  padding:0px;
  transition:transform 0.3s;
}
.card:hover{
  border:4px solid rgb(251, 4, 251);
  background-color:lavender;
  transform:translateY(-0.5rem) scale(1.03);
}
.card-body{padding:20px 0px 0px 0px;margin:0px;}
.file-tree{font-size: 1.2rem;}
.i1,.i2,.i3,.i4,.i5,.i6{
  font-size: 1.2rem;
  padding:0px 2px;}
.i1{text-align:center;}
.i2{text-align:right;}
.i3{text-align:center;border:1px solid blue;min-height:30px;}
.i4{text-align:center;border:1px dotted gray;}
.i5{text-align:right;border:1px solid blue;min-height:30px;}
.i6{text-align:right;border:1px dotted gray;}
.img1{width:20px;height:20px;}
.img2{width:50px;height:50px;}
.m_item,.w0{
  border: none;
  background: url('../im/red-flag.png') no-repeat top left;
  background-size: cover;
  width:20px;
  height:20px;
  vertical-align: text-bottom;
}
button.w1{
  border: none;
  background: url('../im/green-flag.png') no-repeat top left;
  background-size: cover;
  width:20px;
  height:20px;
  vertical-align: text-bottom;
}
.h-btn{transform: scale(1.25);}
table{width:100%;}
th{text-align:center;font-weight:bold;}
.table-responsive {
    max-height:90vh;
}
.modal-header,.modal-body{padding-top:5px;padding-bottom:5px;}
.modal-footer{padding-top:2px;padding-bottom:2px;}
.loading{
  position: fixed;z-index: 9999;
  overflow: show;margin: auto;
  top: 0;left: 0;bottom: 0;right: 0;
  width: 50px;height: 50px;
}
.loading:before {
  content: '';
  display: block;position: fixed;
  top: 0;left: 0;width: 100%;height: 100%;
  background-color: rgba(212, 212, 212, 0.501);
}
.tableFixHead          { overflow: auto; height: 100px; width: 240px; }
.tableFixHead thead th { position: sticky; top: 0; z-index: 1; }
.tableFixHead tbody th { position: sticky; left: 0; }
.d_item{
  /*background-color: rgb(252, 156, 156);
  border:2px solid rgb(195, 1, 1);
  border-radius: 5px;*/
  border: none;
  background: url(../im/red-flag.png) no-repeat top left;
  background-size: cover;
  width: 20px;
  height: 20px;
  vertical-align: text-bottom
}
.r_readd{
  background-color: rgb(255, 248, 114);
  border:2px solid rgb(244, 181, 8);
  border-radius: 5px;
}