@font-face {
  font-family: 'Y14_5M'; /* Choose a name for your font */
  src: url('./Y145m2009-127e.ttf') format('truetype'); /* Path to your font file */
  font-weight: normal;
  font-style: normal;
}
.y145m {
    font-family: Y14_5M !important;
    font-size: 17px;
    font-weight: 700;
    line-height: 17px !important;
    white-space: pre;
}
.y145m textarea{
  white-space: pre;
  border: 2px solid var(--s-pager-icon) !important;
  background-color: var(--bs-body-bg) !important;
  padding: 4px !important;
  height: fit-content !important;
  line-height: 17px !important;
}
.select-row {
  display: flex;
  flex-direction: row;
  text-wrap: nowrap;
}
.select-col{
  overflow: hidden !important;
}
.select-badge {
  background-color:  var(--bs-primary);
  text-align:  center;
  border-radius: 0.5em;
  line-height: 1.2em;
}
.select2-inline-image {
  width: 65px;
  max-height: 1.5em;
  object-fit: cover;
}
.lk-part-img {
  flex: 0 0 65px;
  overflow: hidden !important;
  margin-right: 1em;
  background-color: var(--s-card-bg);
}
.lk-part-bom {
  flex: 0 0 120px;
  overflow: hidden !important;
  background-color: var(--s-card-bg);
  color: var(--bs-body-color);
  border: 1px solid var(--s-card-border);
  text-align: left;
  padding-left: 0.3em;
  border-radius: 0.5em;
  line-height: 1.2em;
  margin-right: 1em;
  cursor: pointer;
}
.lk-part-bom>span {
  display: inline-block;
  width: 84px;
}
.lk-part-bom:hover {
  border: 1px solid var(--s-pager-icon);
}
.lk-part-pn {
  flex: 1 1 auto;
  overflow: hidden !important;
  margin-right: 1em;
}
.s-sidebar-section-title {
  font-size: 0.9em;
  margin: 0 1rem 0;
  position: relative;
  background-color: var(--s-cell-input-border);
  padding: 5px;
  border-radius: 0 5px 5px 0;
  border-left: 3px solid var(--s-category-title);
}
.s-sidebar-section-menu {
  margin-left: 1rem;
  border-left: 1px solid var(--s-cell-input-border);
}
.s-sidebar-section {
  margin-bottom: 0;
}
.s-sidebar-link:hover {
  background-color: var(--s-cell-input-border);
}

.s-site-logo-img {
  content: url(logo.png);
}

.s-UserPermissionDialog > .size,
.s-RolePermissionDialog > .size {
  min-width: 770px;
  width: 770px;
  min-height: 550px;
  height: 550px;
}

.s-UserPermissionDialog .s-DataGrid,
.s-RolePermissionDialog .s-DataGrid {
  height: 100%;
}
.bom-list{
  background-color: var(--bs-body-bg);
  width:100%;
  height:470px;
  overflow-y: auto;
  display: flex;
  justify-content: space-around;
  margin-left:auto;
  margin-right:auto;
}
.table-header-cell{
line-height: 26px;
font-weight: 500;
color: var(--s-column-header);
text-overflow: ellipsis;
overflow: hidden;
padding:3px 6px;
}
.table-cell{
  padding:3px 6px;
  border: 1px solid transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  z-index: 1;
  margin: 0;
  white-space: nowrap;
  cursor: default;
  border-style: none none solid none;
  border-color: var(--s-cell-border);
  height: var(--sleek-cell-height);
  font-family: var(--s-tabular-font);
}
.table-row{
  height:36px;
  max-height: 40px;
}
.table-row.odd{
  background-color: var(--s-alt-row-bg);
}
.wo-btn{
  background-color: #fb8500;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left:10px;
  color: white;
  
}
.wo-procurement-box{
  width:30%;
  height:150px;
  background-color: var(--bs-body-bg);
  margin-left:auto;
  margin-right:auto
  
}
.procurementHeader{
  text-align: center;
  width:80%;
  background-color: var(--s-input-bg);
  margin-left:auto;
  margin-right:auto;
  margin-top:15px;
  font-size: 16px;
  border: 1px solid var(--s-input-border);
}
.procurementQtyBox{
  text-align: center;
  width:80%;
  margin-left:auto;
  margin-right:auto;
  margin-top:25px;
}
.deleteIcon{
  font-size: 15px;
  color: red;
}
.secondary-grid{
  width:100%;
  height:150px;
  background-color: darkorange;
  display: block;
}
#quantityDisplayBox{
  display: flex;
  gap:10px;
  color:#000000
}
#poTotalQty,#grnTotalQty{
  background-color: #6ECEDA;
  width:200px;
  border-radius: 5px;
  align-items: center;
  margin-left: 0;
  margin-right:10px
}
#storageTotalQty{
  background-color: #6ECEDA;
  width:280px;
  border-radius: 5px;
  align-items: center;
  margin-left: 0;
  margin-right:10px;
  min-height: 30px;
}
#grnWarehouseQty{
  background-color: #C3E2DD ;
  width:230px;
  border-radius: 5px;
  align-items: center;
  margin-left: 0;
  margin-right:10px
}

#poTotalQty .spanBox,#grnTotalQty .spanBox,#storageTotalQty .spanBox,#grnWarehouseQty .spanBox{
  
  background-color: #ffffff;
  display: inline-block;
  height: 22px;
  border-radius: 3px;
}
#poOrderedQty{
  background-color: #C3E2DD;
  width:230px;
  padding:5px;
  border-radius: 5px;
}
#grnOrderedQty{
  background-color: #C3E2DD;
  width:250px;
  padding:5px;
  border-radius: 5px;
}
#poOrderedQty .spanBox,#grnOrderedQty .spanBox{

  background-color: #ffffff;
  display: inline-block;
  height: 22px;
  border-radius: 3px;
}
#DivContent{
  width:100%;
  height:600px;
  position: relative;
  margin-top: 20px;
  padding:0;
  background-color: var(--bs-body-bg);
}
.equipment-box{
  background-color: var(--bs-body-bg);
  width:100%;
  height:380px;
  overflow-y: auto;
  display: flex;
  justify-content: space-around;
  margin-left:auto;
  margin-right:auto;
}
#imageHolder{
  width:100%;
  min-height:180px;
  height:fit-content;
  background-color: var(--bs-body-bg);background-color: var(--bs-body-bg);
  text-align: center;
  padding:10px
  
}
#imageHolder p{
  font-size: 16px;
  margin-top: 10px;
}
.equipmentSelect:hover{
  cursor:pointer;
}
.selected {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#select-warehouse{
  width:40%
}
#controlPanel{
  position: absolute;
  top:30px;
  right:0;
  z-index: 10000;
}
#storageLocationDetail{
  width:100%;
  height:350px;
  margin-top:20px;
  background-color: var(--bs-body-bg);background-color: var(--bs-body-bg);
  text-align: center;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.verticalDivider{
  height: 30px;
  padding:0;
  width: 1px; 
  background-color: #ccc; 
  margin: 0 10px;
}
.childHeader{
  background-color: var(--s-input-bg);
  border:1px solid var(--s-input-border);


  color:var(--s-input-text);

  text-align:left;
  min-width:180px;
  width:fit-content;
  height:40px;
  align-items:center;
  padding:5px;

  display: flex
}
.storageLocationRow{
  background-color: var(--s-input-bg);
  border:1px solid var(--s-input-border);
  
  
  color:var(--s-input-text);
  
  text-align:center;
  min-width:250px;
  width:fit-content;
  height:40px;
  align-items:center;
  padding:5px;
  
  display: flex
}
.storageLocationUnlink{
  width: fit-content;
  background-color: var(--s-input-bg);
  border:1px solid var(--s-input-border);
  position:absolute;
  top:15px;
  right:10px
}
.hiddenColumn{
  display:none
}
.materialNumberIcon,.storageLocationNameIcon{
  font-weight: bold;
  color:#00738c;
  font-size: 20px;
  font-family: var(--s-icon-font);
}
.materialTypeIcon,.storageTypeIcon{
  font-weight: bold;
  color:#81b0b2;
  font-size: 20px;
  font-family: var(--s-icon-font);
}
.materialUomIcon,.storageCategoryIcon{
  font-weight: bold;
  color:#d6e9d5;
  font-size: 20px;
  font-family: var(--s-icon-font);
}

.group-header{
  font-weight: bold;
  background-color: #dedede;

}

.batch-header{
  text-align: center;
  border-left:2px solid var(--s-input-border);
  border-right:2px solid var(--s-input-border);
  height:100%;
  padding:2px
}

a.disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}
.batch-box{

  background-color: var(--bs-body-bg);
  width:100%;
  height:270px;
  overflow-y: auto;
  display: flex;
  justify-content: space-around;
  margin-left:auto;
  margin-right:auto;

}
.materialInformation{
  
  height:250px;
  width:100%;
}
.batchInformation{
  height:100%;
  background-color: var(--bs-body-bg);
  overflow-y: auto;
  width:100%;
  position: relative;
  
}
.batchHeader{
  text-align: center;
  border-left:2px solid var(--s-input-border);
  border-right:2px solid var(--s-input-border);
  height:100%;
  padding:2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.disabled{
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}
.operation-display-container{
  border:1px solid #c5c5c5;
  height:70%;
  position: relative;
  /*display: grid;*/
  /*grid-template-columns: repeat(5, minmax(0, 1fr));*/
  /*gap: 10px;*/
  overflow-x: auto;
  white-space: nowrap;
  align-items: center;

}
.display-container:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.operation-process{
  background-color: var(--s-card-bg);
  width:100%;
  height:50px;
  justify-content: center;
  align-items: center;
  margin-top:5px;
  margin-left:auto;
  margin-right:auto
}
.operationCode{
  background-color: #00738c;
  color:white;
  border-radius: 5px;
  padding:5px 5px;
  height:35px;
  margin-right:10px;
  width:35px;
  text-align: center;
  margin-left:10px

}
.operationName{
  width:70%;
  white-space: normal;
  overflow-wrap: break-word;
  
}
.operationNameExpand{
  width:300px;
  white-space: normal;
  overflow-wrap: break-word;
}
.routing-operation{
  width:100%;
  margin:5px;
  height:50px;
  display: flex;
  justify-content: left;
  align-items: center;
  background-color: var(--s-card-bg);
  position: relative;
}
.routing-operation-row{
  width:100%;
  
  height:fit-content;
  
  
  position: relative;
}
.routing-operation .count{
  width:40px;height:40px;border-right: 1px solid var(--s-input-border);line-height: 40px;text-align: center
}
.routing-operation .delete{
  cursor:pointer;position: absolute;width:15px;height:15px;top:0;right:0;text-align: center;line-height: 15px;color:#948bb5
}
.operation-extra{
  width:100%;
  padding: 10px;
  
}
.operation-time-box{
  width:100px;
  height:60px;
  white-space: normal;
  overflow-wrap: break-word;
  text-align: center;
  border:1px solid var(--s-input-border);
  background-color: var(--s-card-bg);
  padding:5px
}
.operation-time{
  width:100px;
  line-height:30px;
  
  text-align: center;
  border:1px solid var(--s-input-border);
  background-color: var(--s-card-bg);
  padding:5px
}
.arrow-up{
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;

  border-bottom: 10px solid #948bb5;
}
.operation-time-holder{
  width:60px;
  text-align: end;
  margin-right:10px
}
#planning-chart{
  width:100%;
  min-height: 700px;
  height:fit-content;
  background-color: var(--bs-body-bg);
  padding:10px;
}
.so-detail::marker{
  color:darkslategray;
}
.legend-box{
  background-color: #6661;
  opacity: 0.7;
}
.legend-title{
  text-align: center;
  font-size: 16px;
  padding:10px;
  
}
.legend-content{
  font-size: 14px;
  padding:10px;

}
.consignmentIssueIcon{
  transform: scaleX(-1)
}
.function-title{
  color:var(--s-input-text);
  font-size:20px;
  font-weight: 500;
  display: flex;
  justify-content: left;
  align-items: center;
  margin:10px;
}
.function-title span{
  margin-right: 10px;
}
.function-title hr{
  line-height: 25px;
  font-weight: bold;
}
.function-container{
  width:100%;
  height:fit-content;
  padding:10px;
  background-color: var(--s-card-bg);
  box-shadow: var(--s-card-shadow);
  border: 1px solid var(--s-card-border);
  border-radius: 4px;
}
.function-content{
  width:100%;
  height:fit-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  gap: 50px;
}
.function{
  width:220px;
  height:150px;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: normal;
  background-color: var(--s-input-bg);
  box-shadow: var(--s-card-shadow);
  border: 1px solid var(--s-card-border);
  border-radius: 4px;
  margin:10px;
  padding:5px;
  cursor: pointer;
}
.function:hover{
  box-shadow:0px 2px 4px 0px rgba(0, 0, 0, 0.4)
}
.function span{
  font-weight: 400;
  font-size: 15px;
}
.function .fa{
  font-size: 20px;
  color:#9ab0c6
}

.consignment-row{
  display: flex;
  justify-content: left;
  align-items: center;
  width:90vw;
  height:40px;
  border: 1px solid var(--s-card-border);
  border-radius: 5px;
  background-color: var(--s-input-readonly-bg);
  margin:5px auto;
}
.consignment-row .icon{
  background-color:#9ab0c6;
  color:#ffffff;
  font-size: 20px;
  width:60px;
  height:40px;
  line-height: 40px;
  text-align: center;
}
.consignment-row .batchNumber{
  width:120px;
  height:35px;
  border-right:1px solid #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  
}
#consignment-table{
  width:90vw;
}
#consignment-table thead tr,#consignment-table tbody {
  border: none;
  
}

#consignment-table tbody td {
  height:40px;
  margin: 0;
  padding:0
}
#consignment-table .icon{
  font-size: 25px;
  color:#27dc3c;
  font-weight: bold;
  width:30px
  
}


.thumbnail{
  width:50px;
  height:50px
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)}
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
.indi{
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 25px;

}
.legend-div{
  width: 150px;
  height:50px;
  margin-left: auto;
  margin-right:auto;
  margin-top:auto;
  margin-bottom: auto;

}
.project-task-status{
  width:300px;
}
.overall-project i{
  color:orange
}
.individual-chart i{
  color:green
}

a.disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}
.chart-pic-image{
  width:60px;
  height:60px;
}
.hover-div {
  position: relative;
  cursor: pointer;
}

.tooltip {
  display: none;
  position: absolute;
  background-color: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  top: 100%; /* Position the tooltip below the hover-div */
  left: 50%; /* Center the tooltip horizontally */
  transform: translateX(-50%); /* Center the tooltip horizontally */
}
td.details-control {
  background: url('http://www.datatables.net/examples/resources/details_open.png') no-repeat center center;
  cursor: pointer;
}
tr.shown td.details-control {
  background: url('http://www.datatables.net/examples/resources/details_close.png') no-repeat center center;
}
.loader {
  position: absolute;
  width: 76%;
  box-sizing: border-box;
  height: 85%;
  background-color: #d3d3d3;
  z-index: 100;
}

.hidden {
  display: none;
}
.select2-choices { max-height: 10rem; overflow: auto }

.DataGrid{
  display:flex;
  flex-direction:column;
  background-color:var(--s-card-bg);
  box-shadow: var(--s-card-shadow);
  border:1px solid var(--s-card-border);
  border-radius:4px;
  padding: 1rem;

}
.DataGrid table:first-child{
  border-bottom:1px solid var(--s-card-border);

}
.DataGrid table tr th {
  color: var(--s-column-header);
  font-weight:500;
  line-height:26px;
  padding:3px 6px
}
.DataGrid table tr td {
  color: black;
  font-weight: 500;
  line-height: 26px;
  padding: 3px 6px
}

.process-box{
  background-color: var(--bs-body-bg);
  height:480px;
  margin:15px;
  width:300px;
  border: 1px solid var(--s-input-border);
}
.process-header{
  font-size: 16px;
  width:290px;
  border-bottom: 1px solid var(--s-input-border);
  position: relative;
  height:40px;
  line-height: 40px;
  margin-left:auto;
  margin-right:auto;
}
.process-list{
  overflow-y: auto;
  height:420px
}
.fa-process,.general-process{
  background-color: var(--s-card-bg);
  width:290px;
  height:70px;
  justify-content: center;
  align-items: center;
  margin:5px auto;
}
.final-process{
  background-color: var(--s-card-bg);
  width:290px;
  height:70px;
  justify-content: center;
  align-items: center;
  margin:5px auto;
}
.button-row{
  height:20px;
}
.detail-btn,.process-detail-btn{
  background-color: orange;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left:15px;
  color: white;

}
.processId{
  background-color: #00738c;
  color:white;
  border-radius: 5px;
  padding:5px 5px;
  height:35px;
  margin-right:10px;
  width:35px;
  text-align: center;
  margin-left:10px

}
.processName{
  width:70%
}

.process:hover{
  cursor:pointer;
}


.selected {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.arrow-col{
  width:40px;
  height:480px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.arrow-box{
  color:white;
  border-radius: 3px;
  padding:2px 2px;
  height:30px;
  width:30px;
  text-align: center;
  margin:5px;
}
.arrow-box.right{
  background-color: #00738c;

}
.arrow-box.left{
  background-color: #81b0b2;

}
.sortable-process-list{
  list-style-type: none;
  width:100%;
  position: relative;
}
.group-header{
  background-color: var(--s-card-bg);
  width:290px;
  height:35px;
  justify-content: center;
  align-items: center;
  margin:5px auto;
  text-align: center;
  line-height: 35px;
}
.group-container:hover{
  cursor:pointer;
}
.processDelete{
  position:absolute;
  top:5px;
  right:15px;
  width:20px;
  color:red
}
.process-delete-confirm{
  z-index: 9999;
}
.file-upload{
  width:880px;
  position: relative;
  height:120px;
  margin-left: auto;
  margin-right:auto;
  justify-content: center;
  align-items: center;
}
.file-library{
  width:880px;
  height:350px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border:1px solid var(--s-input-border);
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); /* Adjust the column size */
  grid-gap: 16px; /* Adjust the gap between elements */
  overflow-y: auto;
}
.file-preview{
  width:30px;
  min-height:40px;
  height: fit-content;
  margin:15px;
}
.pdf-thumbnail{
  width: 30px;
  height:40px
}
.file-preview i{
  font-size: 40px;
  line-height: 40px;
  color: darkslategray;
}
.pdf-title{
  width:40px;
  height: fit-content;
  text-align: center;
  font-size: 8px;
  overflow-wrap: break-word;
}
.table-header{
  border-bottom: 2px solid var(--s-column-header-border);

}
.table-header-cell{
  line-height: 26px;
  font-weight: 500;
  color: var(--s-column-header);
  text-overflow: ellipsis;
  overflow: hidden;
  padding:3px 6px;
}
.table-row{
  height:36px;
  max-height: 40px;
}
.table-row.odd{
  background-color: var(--s-alt-row-bg);
}
.table-cell{
  padding:3px 6px;
  border: 1px solid transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  z-index: 1;
  margin: 0;
  white-space: nowrap;
  cursor: default;border-style: none none solid none;
  border-color: var(--s-cell-border);
  line-height: 30px;
  height: var(--sleek-cell-height);
  font-family: var(--s-tabular-font);
  max-height: 40px;
}
.file-preview-library{
  height:80px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(50px, 1fr)); /* Adjust the column size */
  grid-gap: 10px; /* Adjust the gap between elements */
  overflow-y: auto;
  width:100%;
}
#other-container{
  width:850px;
  height:440px;
  border: 1px solid var(--s-input-border);
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.deleteIcon i{
  color: red;
  font-size: 20px;
}
.process-detail-cell{
  border-right:2px solid var(--s-column-header-border);
  vertical-align: middle;
  text-align: center;

}
.constant-box{
  width: 230px;
  height: 100px;
  position: relative;
  overflow-wrap: break-word;
  margin-top: auto;
  margin-bottom: auto;

}
.subprocess-title{
  width:80%;
  position: relative;
  height:fit-content;
  font-size:9px;
  color: white;
  background-color: #5bb450;
  margin-left: auto;
  margin-right: auto;
  border-radius: 2px;
}
.mother-box{
  width:100%;
  height:90%;
  min-height:250px;
  display:grid; align-items:center
}
.modal-dialog{
  z-index: 99999;
}
.modal{
  z-index:5000
}
.recipe-box{
  background-color: var(--bs-body-bg);background-color: var(--bs-body-bg);
  width:100%;
  height:480px;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  justify-content: space-around;
  margin-left:auto;
  margin-right:auto;
}
.purchase-requisition-item,.production-order-item{
  width:100%;
  height:100px;
  border:1px solid var(--s-input-border);
  border-radius: 5px;
  display: flex;
  justify-content: start;
  align-items: center;
  cursor:pointer
}
.purchase-requisition-item:hover,.production-order-item:hover{
  border:2px solid #32cd32 ;
}
.purchase-requisition-item-image,.production-order-item-image{
  height:90px;
  width:90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.purchase-requisition-item-material,.production-order-item-material{
  height:90px;
  width:150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.purchase-requisition-item-material-detail,.production-order-item-material-detail{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height:30px;
  height:fit-content;
}
.purchase-requisition-item-material-detail .icon,.production-order-item-material-detail .icon{
  width:30px
}
.purchase-requisition-item-material .material-icon,.production-order-item-material .material-icon{
  color:#05556f
}
.purchase-requisition-item-material .quantity-icon,.production-order-item-material .quantity-icon{
  color:#84869b
}
.purchase-requisition-item-material-detail .title,.production-order-item-material-detail .title{
  width:120px;
  white-space: normal;
  overflow-wrap: break-word;
}
.purchase-requisition-item-quantity-list,.production-order-item-quantity-list{
  flex:1;
  height:100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.purchase-requisition-item-quantity,.production-order-item-quantity{
  width:25%;
  height:100px;
  border-left:1px solid var(--s-input-border);

  text-align: center;
}
.purchase-requisition-item-quantity .title,.production-order-item-quantity .title{
  height:45px;
  white-space: normal;
  overflow-wrap: break-word;
  color:#32cd32;
  padding:5px;
  border-bottom: 1px solid var(--s-input-border);
  place-items: center;
  font-size: 12px;
  display: grid;
}
.purchase-requisition-item-quantity .quantity,.production-order-item-quantity .quantity{
  height:55px;
  white-space: normal;
  overflow-wrap: break-word;
  padding:5px;
  place-items: center;
  font-size: 16px;
  display: grid;
}
.purchase-requisition-item-image img,.production-order-item-image img{
  max-width:100%;
  max-height:100%;
  width:auto;
  height:auto;
  object-fit: contain;

}
.purchase-requisition-reservation-list,.production-order-reservation-list{
  width:100%;
  height:fit-content;
  min-height: 120px;
  border-left: 1px solid var(--s-input-border);
  border-right: 1px solid var(--s-input-border);
  border-bottom: 1px solid var(--s-input-border);
  padding:10px;
}
.purchase-requisition-reservation-list .header,.production-order-reservation-list .header{
  width:100%;
  height:30px;
  font-size: 13px;
  color:#32cd32;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: start;
  border-bottom: 1px solid var(--s-input-border);
}
.purchase-requisition-reservation-list .content,.production-order-reservation-list .content{
  width:100%;
  min-height:90px;
  height:fit-content;
  font-size: 13px;
  text-align: center;
}
.purchase-requisition-reservation-list .item,.production-order-reservation-list .item{
  display: flex;
  justify-content: center;
  align-items: start;
  height:30px;
  width:100%;
  padding:5px;
}
.purchase-requisition-reservation-list .delete-button,.production-order-reservation-list .delete-button{
  background-color: red;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 13px;
  width:15px;
  height:15px
}
.purchase-requisition-reservation-list .add-button,.production-order-reservation-list .add-button{
  background-color: var(--bs-primary);
  color: white;
  border: none;
  border-radius: 50%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  width:25px;
  height:25px;
  margin-top:15px;
  margin-left:auto
}
.purchase-requisition-reservation-list .col1,.production-order-reservation-list .col1{
  width:5%;
  place-items: center;
  display: grid;
  height:30px;
}
.purchase-requisition-reservation-list .col2,.purchase-requisition-reservation-list .col3,
.production-order-reservation-list .col2,.production-order-reservation-list .col3{
  width:30%;
  place-items: center;
  display: grid;
  height:30px;
}
.purchase-requisition-reservation-list .col4,.production-order-reservation-list .col4{
  width:20%;
  place-items: center;
  display: grid;
  height:30px;
}
.purchase-requisition-reservation-list .col5,.production-order-reservation-list .col5{
  width:15%;
  place-items: center;
  display: grid;
  height:30px;

}
.reservation-dialog .dialog-header{
  width:100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.reservation-dialog .new-reservation-item{
  width:100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border:1px solid var(--s-input-border);
  height:36px;
  cursor:pointer;
  margin:5px 0
}

.reservation-dialog .new-reservation-item.selected{
  border:2px solid #32cd32 ;
  box-shadow:none !important;
}
.reservation-dialog .dialog-content{
  width:100%;
  height:320px;
  overflow-y: auto;
}
.reservation-dialog .col1{
  width:5%;
  place-items: center;
  display: grid;
  height:30px;
}

.reservation-dialog .col2,.reservation-dialog .col3{
  width:30%;
  place-items: center;
  display: grid;
  height:30px;
}
.reservation-dialog .col4{
  width:20%;
  place-items: center;
  display: grid;
  height:30px;
}
.reservation-dialog .col5{
  width:15%;
  place-items: center;
  display: grid;
  height:30px;

}
#timeline-chart{
  overflow-x: auto;!important
}
#dropdownMenuButton{
  color:var(--bs-body-color)
}
.s-DS_ERP-PurchaseRequisitionItemsEditor{
  min-height:400px;
  height: fit-content;
}
.s-DS_ERP-PurchaseOrderItemsEditor{
  min-height:400px;
  height: fit-content;
}
.s-DS_ERP-InboundDeliveryItemsEditor{
  min-height:400px;
  height: fit-content;
}
.s-DS_ERP-OutboundDeliveryItemsEditor{
  min-height:400px;
  height: fit-content;
}
.s-DS_ERP-InvoiceItemsEditor{
  min-height:400px;
  height: fit-content;
}
.s-DS_ERP-InvoiceReceiptItemsEditor{
  min-height:400px;
  height: fit-content;
}
.s-DS_ERP-CommercialInvoiceItemsEditor{
  min-height:400px;
  height: fit-content;
}
.s-DS_ERP-QuotationItemsEditor{
  min-height:400px;
  height: fit-content;
}
.s-DS_ERP-QuotationItemsEditor{
  min-height:400px;
  height: fit-content;
}
.s-DS_ERP-SalesOrderItemsEditor{
  min-height:400px;
  height: fit-content;
}
.s-DS_ERP-AdvancedShippingNotificationItemsEditor{
  min-height:700px;
  height: fit-content;
}
.s-DS_ERP-GoodsIssueItemsEditor{
  min-height:600px;
  height: fit-content;
}
.s-DS_ERP-PrConvertMethodMappingsEditor{
  min-height:600px;
  height: fit-content;
}
#inventory-list-body{
  height:700px;
  overflow-y: auto;
}
.bom-list-header-row{
  background-color: var(--bs-body-bg);
  color: var(--s-tabs-text);
  text-align: center;
  padding: 5px;
  margin:1px;
}
.bom-list-body{
  height:500px;
  overflow-y: auto;
  width:100%;
}
.bom-list-item{
  min-height:40px;
  height:fit-content;
  text-align: center;
  background-color: var(--s-alt-row-bg);
  margin:5px 0;
  width:100%;

}
.bom-approval-status{
  width:95%;
  height:25px;
  line-height: 25px;
  border-radius: 10px;
  color:#ffffff;

  text-align: center;
}
.bom-list-item-col{
  display: flex;
  justify-content: center;
  align-items: center;
  word-break: break-all;
  padding:5px;
}
#mrp-instance-list{
  height:70vh;
  width:600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
#mrp-instance-list .search-form-group .search-icon {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}
#mrp-instance-list .search-form-group{
  margin:0;
  width:300px
}
#mrp-instance-list .search-form-group .search-input {
  padding-left: 2.375rem;
  width:100%
}
#mrp-instance-items{
  width:600px;
  flex:1;
  overflow-y: auto;
}
.mrp-instance-overview{
  width:550px;
  height:400px;
  display: flex;
  border:1px solid var(--s-input-border);
  margin:0 auto;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-evenly;
  align-items: center;
}
.mrp-legend-icon{
  display: flex;
  justify-content: center;
  align-items: center;

}
.mrp-legend-icon svg{
  scale: 60%;
}
#mrp-instance-table{
  flex:1;
  height:70vh;
  display: flex;
  border-left:1px solid var(--s-input-border);
  flex-direction: column;
  justify-content: start;
  align-items: center;

}
#mrp-legend{
  width:100%;
  height:fit-content;
  display: flex;
  justify-content: start;
  align-items: center;
  margin:10px;
  padding:0 20px;
  gap:15px;
  flex-wrap: wrap;
}
.mrp-legend-container{
  width:110px;
  height:80px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  font-size: 10px;
}
#mrp-instance-table-hold{
  height:100%;
  overflow-y: auto;
  padding:15px;
}
.mrp-instance-event{
  width:120px;
  height:120px;
  box-sizing: border-box;
  border: 1px solid var(--s-input-border);
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  cursor: pointer;
}
.mrp-instance-event-number{
  font-size: 25px;
  cursor: pointer;
}
.mrp-instance-event-category{
  font-size: 13px;
  color:rgb(117, 218, 117);
  cursor: pointer;
  font-weight: bold;
}
.mrp-instance-item{
  width:550px;
  margin: 5px auto;
  border:1px solid var(--s-input-border);
  height:90px;
  border-radius: 5px;
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 16px;
}
.mrp-instance-item-index{
  width:40px;
  line-height: 90px;
  text-align: center;
}
.mrp-instance-user{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mrp-instance-item-uuid{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width:250px;
  height:100%;
  line-height: 90px;
}
.mrp-event-selected{
  border: 5px solid rgb(117, 218, 117);
}
.mrp-instance-time{
  color:#32cd32;
}
.mrp-icon{
  color:rgb(117, 117, 218)
}
.mrp-instance-detail{
  font-size: 17px;
  width:200px;
  margin-right: auto;
  margin-left: 10px;
}
.mrp-instance-detail div{
  height:30px;
  line-height: 30px;
}
.mrp-instance-info:hover{
  background-color: #ededed;

}
.mrp-instance-info{
  height:90px;
  width:40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  cursor:pointer;
  margin-left:auto;
  margin-right: 0;
}
.mrp-instance-event-table-holder{
  width:100%;
  height:100%;
  overflow-y: auto;
}
.mrp-table-header{
  opacity: .76;
}
.mrp-stock-icon{
  font-size:20px;
  font-weight: bold;
  margin-right: 15px;
}
.current-stock,.incoming-stock,.reserve-stock,.nett-stock{
  font-size: 15px;
  font-weight: bold;
}

.mrp-instance-event-table-holder{
  font-size: 15px;
}
.mrp-pr-category{
  width:60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  height:25px;
}
.mrp-pr-total{
  font-size: 15px;
  font-weight: bold;
  width:60px;
  height:25px;
}
.mrp-pr{
  display: flex;
  justify-content: center;
  align-items: center;

}
.mrp-stock-container{
  height:25px;
  display: flex;
  justify-content: start;
  align-items: center;

}
.mrp-pr-category{
  color:#32cd32
}
.mrp-stock-icon-container{
  width:60px;
  text-align: start;
}
.mrp-stock-container span{
  line-height: 25px;
}

.mrp-error{
  display: flex;
  justify-content: center;
  align-items: center;
  height:25px;
}
.mrp-error-icon{
  color:#ffa500;
  font-size:20px;
  font-weight: bold;
  width:60px;

}
.mrp-error-list{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.spinner-border{
  font-size:12px;
  width:20px;
  height:20px;
}
#match-box{
  cursor:pointer
}
#wo-header,#so-header{
  width:100%;
  height:100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#wo-header-img,#so-header-img{
  width:120px;
  height:120px;
  padding:10px;
}
#wo-header-img img,#so-header-img img{
  max-width:100%;
  max-height:100%;
  width:auto;
  height:auto;
  object-fit: contain;
}
#wo-header-info,#so-header-info{
  flex:1;
  height: 120px
}
#wo-header-won,#so-header-son{
  color:#9af
}
#wo-body-header,#so-body-header{
  background-color: var(--bs-body-bg);
  color: var(--s-tabs-text);
  text-align: center;
  padding: 5px;
  margin:1px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  min-height:36px;
  height:fit-content;
  width:100%;
}
.wo-body-item,.so-body-item{
  text-align: center;
  padding: 5px;
  margin:1px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  min-height:60px;
  height:fit-content;
  width:99%;
  font-size: 14px;
}
#so-body-header .col1,.so-body-item .col1{
  width:5%
}
#so-body-header .col2,.so-body-item .col2{
  width:35%;
}
#so-body-header .col3, #so-body-header .col4,#so-body-header .col5, #so-body-header .col6,
.so-body-item .col3, .so-body-item .col4,.so-body-item .col5, .so-body-item .col6{
  width: 15%;
}

#wo-body-header .col1,.wo-body-item .col1{
  width:5%
}
#wo-body-header .col2,.wo-body-item .col2{
  width:30%
}
.wo-body-item .col2,.so-body-item .col2{
  display: flex;
  justify-content: start;
  align-items: center;
}
.wo-body-item .image-holder,.so-body-item .image-holder{
  width:60px;
  height:60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wo-body-item .image-holder img,.so-body-item .image-holder img{
  max-width:100%;
  max-height:100%;
  width:auto;
  height:auto;
  object-fit: contain;
}
.wo-body-item .info-holder,.so-body-item .info-holder{
  margin-left:10px;
  flex:1;
  text-align: start;
}
.so-body-item .info-toggle{
  cursor: pointer;

}
.wo-body-item .editor,.so-body-item .editor{
  width:95%
}
#wo-body-header .col3,#wo-body-header .col4,#wo-body-header .col5,#wo-body-header .col6,#wo-body-header .col7{
  width:13%
}
.wo-body-item .col3,.wo-body-item .col4,.wo-body-item .col5,.wo-body-item .col6,.wo-body-item .col7{
  width:13%
}
#wo-body-content{
  flex:1
}
#wo-body,#so-body{
  flex:1;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  width:100%;
}
#wo-body-content,#so-body-content{
  flex:1;
  overflow-y: auto;
  width:100%;
  height:fit-content;
}
#so-body-content .so-info{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin:2px
}
.so-info-box{
  border:1px solid var(--s-input-border);

}
#so-body .search-form-group .search-icon {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}
#so-body .search-form-group{
  margin-bottom:10px;
  width:250px;
  margin-left: auto;
}
#so-body .search-form-group .search-input {
  padding-left: 2.375rem;
  width:100%
}
#pmr-main{
  width:100%;
  height:95vh;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
#pmr-filter-header{
  width:100%;
  height:60px;
  background-color: var(--s-card-bg);
  border: 1px solid var(--s-input-border);
  margin-bottom:30px

}
#pmr-body{
  display: flex;
  justify-content: start;
  align-items: center;
  flex:1;
  width:100%;
}
#pmr-body .title{
  font-size: 18px;
  width:100%;
  font-weight: bold;
  padding:10px;
  text-align: center;
  opacity: 0.55;
  height:36px;
}
#pmr-body .item-list{
  flex:1;
  width:100%;
  overflow-y: auto;
}
#pmr-body .filter-container{
  width:95%;
  margin:5px auto;
  display: flex;
  justify-content: start;
  align-items: center;
  gap:10px;
}
#pmr-body .search-form-group .search-icon {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}
#pmr-body .search-form-group{
  margin:0;
  width:250px
}
#pmr-body .search-form-group .search-input {
  padding-left: 2.375rem;
  width:100%
}
#pmr-today{
  width:650px;
  height:100%;
  border: 1px solid var(--s-input-border);
  background-color: var(--s-card-bg);
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
#pmr-all{
  width:650px;
  height:100%;
  border:1px solid var(--s-input-border);
  margin-left:30px;
  background-color: var(--s-card-bg);
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;

}
.pmr-item{
  min-height:120px;
  width:95%;
  margin:5px auto;
  border:1px solid var(--s-input-border);
  display: flex;
  justify-content: start;
  align-items: center;
  font-weight: 500;
  height: fit-content;
}
.pmr-item .image-holder{
  width:100px;
  height:100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pmr-item .info-holder{
  width:350px;
  padding:10px;
}
.pmr-item .status-holder{
  flex:1;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  height: 100%;
  padding:5px;

}
.pmr-item .action-pane{
  flex:1;
  width:100%;
}
.pmr-item .progress-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  height:20px;
}
.pmr-item .button-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pmr-item .button-box{
  border-radius: 5px;
  width:25px;
  height:25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size:16px;
  cursor:pointer
}
.pmr-item .it-btn{
  background-color: #007bff;
}
.pmr-item .gi-btn{
  background-color: #ffc107 ;
}
.pmr-item .st-btn{
  background-color: #28a745  ;
}
.pmr-item .status {
  width: 12px;
  height: 12px;
  background-color: lightgray;
  border-radius: 5px;
}

.pmr-item .link {
  width: 10px;
  height:3px;
  background-color: lightgray;
}

.pmr-item .completed {
  background-color: #27dc3c;
}
.pmr-item .pmr-number{
  color:#9af
}
.pmr-item .image-holder img{
  max-width:100%;
  max-height:100%;
  width:auto;
  height:auto;
  object-fit: contain;
}
.work-order-stockout-box{
  min-height: 60px;
  height:fit-content;
  width:100%
}
.work-order-stockout-box-header,.so-info-header{
  background-color: var(--bs-body-bg);
  color: var(--s-tabs-text);
  text-align: center;
  padding: 5px;
  margin: 1px;
  width:150px

}
.work-order-stockout-box-content,.so-info-content{
  text-align: center;
  padding: 5px;

  width:150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.s-topbar{
  position: sticky;
  top: 0;
  width: 100%;
  height:60px;
  background-color: var(--s-sidebar-band-bg);
  z-index: 10;
  display: flex;
  justify-content: start;
  align-items: center;
}
.s-user-info-top{
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  width: fit-content;
  background-color: #4a5c6d;
  border-radius: 5px;
  height:50px;
  padding:5px;
  margin-left: 10px;
  color:#ffffff;
  cursor: pointer;
}
.s-user-image-box{
  width:40px;
  height:40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.s-user-image{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
#personal-dashboard-section .row-1{
  width:100%;
  height:300px;
}
.s-site-logo-img{
  width:auto !important;
}