@charset "utf-8";
/* CSS Document */
div::-webkit-scrollbar {
  height: 7px;
  width: 7px;
  background: #000;
  scrollbar-width: thin;
}

div::-webkit-scrollbar-thumb {
  background: #999;
  -webkit-border-radius: 1ex;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

div::-webkit-scrollbar-corner {
  background: #000;
}

div {
  scrollbar-width: thin;
}

.menusamping {
  position: fixed;
  height: 100vh;
  left: 0px;
  z-index: 100;
  top: 0px;
  background-color: #fff;
  transform: perspective(1000px);
  -webkit-box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12),
    0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow:
    0 3px 3px 0 rgba(0, 0, 0, 0.14),
    0 4px 1px -2px rgba(0, 0, 0, 0.12),
    0 1px 8px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.mna {
  width: 50px;
}

.mnb {
  width: 217px;
}

.menusamping:hover {
  width: 217px;
  -webkit-transition:
    all 0.5s,
    background,
    2s 0.5s linear;
  transition:
    all 0.5s,
    background 2s 0.5s linear;
}

.tbmenusamping {
  width: 217px;
}

.tbmenusamping tr:hover {
  background-color: #fcf;
  cursor: pointer;
  border-bottom: #f00 solid 2px;
}

.txt {
  font-size: 10px;
  padding: 2px;
  height: 20px;
  border-radius: 3px;
  border: #ccc solid 0.5px;
}

.divbody1 {
  margin-left: 55px;
  width: calc(100vw - 57px);
  height: 100vh;
  overflow: auto;
  margin-right: 20px;
}

.divbody2 {
  margin-left: 219px;
  width: calc(100vw - 221px);
  height: 100vh;
  overflow: auto;
  margin-right: 20px;
}

.jdl1 {
  position: fixed;
  left: 55px;
  top: 0px;
  width: calc(100vw - 57px);
  background-image: linear-gradient(#000 20%, #666 55%, #666 100%);
  color: #fff;
  padding: 5px;
  font-size: 18px;
  border-radius: 3px;
  z-index: 1;
}

.jdl2 {
  position: fixed;
  left: 219px;
  top: 0px;
  width: calc(100vw - 217px);
  background-image: linear-gradient(#000 20%, #666 55%, #666 100%);
  color: #fff;
  padding: 5px;
  font-size: 18px;
  border-radius: 3px;
  z-index: 1;
}
.divctn {
  width: calc(100vw - 217px);
  height: calc(100vh - 50px);
  overflow: auto;
  scrollbar-width: thin;
  margin-top: 30px;
  padding: 5px;
}

.ntoast {
  position: fixed;
  min-height: 60px;
  left: calc(100vw - 210px);
  text-align: center;
  background-color: #fff;
  width: 205px;
  border-radius: 5px;
  box-shadow: #f00 3px 2px 2px 2px;
  padding: 5px;
  padding-top: 10px;
  z-index: 1000;
  top: -100px;
}

.tsta {
  top: 0px;
  animation: etoast 0.2s;
}

.tstb {
  top: -100px;
  animation: xtoast 0.2s;
}

@keyframes etoast {
  0% {
    top: -100px;
  }
  100% {
    top: 0px;
  }
}

@keyframes xtoast {
  0% {
    top: 0px;
  }
  100% {
    top: -100px;
  }
}

#myProgress {
  width: 100%;
  background-color: grey;
}

#myBar {
  width: 1%;
  height: 15px;
  background-color: green;
}

.shn {
  position: absolute;
  top: 0px;
  height: 15px;
  left: -100px;
  width: 30px;
  border-radius: 50%;
  background: linear-gradient(to left, white, transparent 50%);
  -webkit-text-fill-color: transparent;
  animation: shine 5s infinite ease-in-out;
  overflow: hidden;
  z-index: 1000;
}

@keyframes shine {
  0% {
    left: -10%;
  }
  100% {
    left: mybar.width;
  }
}

.xbtn {
  min-width: 60px;
  height: 25px;
  font-size: 10px;
  font-weight: bold;
  background-color: #666;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}

.xbtn:disabled {
  background-color: #ddd;
  color: #666;
  cursor: none;
}

.xbtnijo {
  background-color: #0f0;
  color: #000;
}

.xbtnmrh {
  background-color: #f00;
  color: #fff;
}

.xbtnbru {
  background-color: #00f;
  color: #fff;
}

.tblcakra {
  width: 100%;
}

.tblcakra thead {
  background-color: #000;
  color: #fff;
  position: sticky;
  top: 0px;
}
.tblcakra th {
  padding: 5px;
  font-weight: bolder;
  text-align: center;
}
.tblcakra td {
  padding: 5px;
}
.tblcakra tr {
  border-bottom: #000 solid 1px;
}
.tblcakra tbody tr:hover {
  background-color: #ccc;
  cursor: pointer;
}
