body {
/*  overflow: hidden; /* Hide scrollbars */*/
}

.sltBox {
    width: 200px;
    height: 30px;
/*    margin-left: 15px;*/
    border: none;
}
.h50 {
    height: 50px;
}
.h100 {
    height: 100px;
}
.h200 {
    height: 200px;
}
.h300 {
    height: 300px;
}
.imgW200 {
    width: 200px;
    height: auto;
}

.w100p {
    width: 100%;
}

.imgOrder {
    height: 200px;
    width: auto;
}

img {
    max-width: 100%!important;
    max-height: 100%!important;
}

.cancalImage {
    background-color: aliceblue;
    position: absolute; 
    right: 20px;
    top: 5px;
}

/**/
.table {
  font-family: Arial, Helvetica, sans-serif;
}

.table thead {
  position: sticky;
  top: 0;
}

.table thead th {
  border: 1px solid #e4eff8;
  background: white;
  cursor: pointer;
}

.table thead th.header-label {
  cursor: pointer;
  background: linear-gradient(0deg, #e4eff8, #4578a2 5%, #e4eff8 150%);
  color: white;
  border: 1px solid white;
}

.table th,
.table td {
  padding: 0.2rem 0.5rem;
  text-align: center;
}

.table td {
  border: 1px solid #e4eff8;
}

.table input {
  width: 100%;
}
.w5p {
    width: 5%;
}
.w10p {
    width: 10%;
}

button {
    cursor: pointer;
}

.imgOrder img:hover {
    cursor: pointer;
}
