
.navbar {
  padding:  0px;  
}  

.nav-item {
  padding-right: 20px; 
}

.navicon{
  font-size: 30px; 
  color: #5d5d5d;
}
.navicon:hover {
  color: #3079e7;
}
.navbrand{
  font-size: 20px; 
  color: #5d5d5d;
  margin-left: 20px;
} 

.nav-active{ 
  color: #3079e7;  
  background-color: #e0e0e0;
} 

.btn-po-message { 
    float: right;
    margin: 5px;
} 
 
.animated-text {
  display: flex;
  white-space: nowrap;
  transform: translateX(-100%); 
  animation: slide-in 1s forwards;  
  justify-content: center;
  color: #56B2CB;
}

@keyframes slide-in {
  0% {
      transform: translateX(-100%);
  }
  100% {
      transform: translateX(0);
  }
}

.title-container {
  overflow: hidden;  
}

.close-title{
  margin: 20px;
  color: #56B2CB;
}

.close-title{
  margin: 20px;
  color: #56B2CB;
}

/*Status colors*/

.wait_applicable_judge{
  color: #ffffff !important;
  background-color: #ff7b2e !important;  
  border: 2px solid #ff7b2e;
  font-size: medium;
  border-radius: 25px;
  font-weight: normal;
}

.wait_approval{
  color: #ffffff !important;
  background-color: #ff1c1c !important;  
  border: 2px solid #ff1c1c;
  font-size: medium;
  border-radius: 25px;
  font-weight: normal;

}

.delivery_possible{
  color: #ffffff !important;
  background-color: #af0009 !important;  
  border: 2px solid #af0009;
  font-size: medium;
  border-radius: 25px;
  font-weight: normal;

}

.wait_invoice{
  color: #ffffff !important;
  background-color: #02b2d1 !important;  
  border: 2px solid #02b2d1;
  font-size: medium;
  border-radius: 25px;
  font-weight: normal;

}

.wait_invoice_issuances{
  color: #ffffff !important;
  background-color: #4e65ce !important;  
  border: 2px solid #4e65ce;
  font-size: medium;
  border-radius: 25px;
  font-weight: normal;

}

.wait_invoice_confirm{
  color: #ffffff !important;
  background-color: #0e448a !important;  
  border: 2px solid #0e448a;
  font-size: medium;
  border-radius: 25px;
  font-weight: normal;

}

.wait_invoice_sending{
  color: #ffffff !important;
  background-color: #152852 !important;  
  border: 2px solid #152852;
  font-size: medium;
  border-radius: 25px;
  font-weight: normal;

}

.completed{ 
  color: #ffffff !important;
  background-color: #2ba359 !important; 
  border: 2px solid #2ba359;
  font-size: medium;
  border-radius: 25px;
  font-weight: bold;

}

.wait_pickup{
  color: #ffffff !important;
  background-color: #ff5100 !important;  
  border: 2px solid #ff5100;
  font-size: medium;
  border-radius: 25px;
  font-weight: normal;

}

.wait_inspection{
  color: #ffffff !important;
  background-color: #a42dd6 !important; 
  border: 2px solid #a42dd6;
  font-size: medium;
  border-radius: 25px;
  font-weight: normal;

}

.unpacked{
  color: #ffffff !important;
  background-color: #1354c5 !important;  
  border: 2px solid #1354c5;
  font-size: medium;
  border-radius: 25px;
  font-weight: normal;

}


.packing_completed{
  color: #ffffff !important;
  background-color: #512DA8 !important; 
  border: 2px solid #512DA8;
  font-size: medium;
  border-radius: 25px;
  font-weight: normal;

}

.wait_delivery{
  color: #ffffff !important;
  background-color: #642c2c !important;  
  border: 2px solid #642c2c;
  font-size: medium;
  border-radius: 25px;
  font-weight: normal;

}

.shipped{
  color: #ffffff !important;
  background-color: #2ba359 !important;  
  border: 2px solid #2ba359;
  font-size: medium;
  border-radius: 25px;
  font-weight: bold;
}

.round-corner-top-left{ 
  border-top-left-radius:10px; 
} 

.round-corner-top-right{  
  border-top-right-radius:10px;
} 

.purple{
  background-color: #5767dd !important;  
  color: #ffffff !important;
}

.ash-color{
  background-color: #424242 !important;  
  color: #ffffff !important;
}

th {
  cursor: pointer;
}

th.th-sort-asc::after {
  content: "\25b4";
}
th.th-sort-desc::after {
  content: "\25be";
}
th.th-sort-asc::after,
th.th-sort-desc::after {
  margin-left: 5px;
}
th.th-sort-asc,
th.th-sort-desc {
  background-color: #3242b8 !important;  
  color: #ffffff !important;
}

.unsaved-changes {
    border: 3px solid #ff9898 !important;
    background-color: #fff4f4 !important;
} 

.notification {
  position: fixed;
  bottom: 0px;
  left: 0px; 
  color: #ffffff;
  background-color:#ff4d4d;
  padding: 0px 5px 0px 5px; 
  z-index: 1000;
  font-size: 12px;
  opacity: 80%;
}

.bluewhite{
  background-color: #1384a0 !important;  
  color: #ffffff !important;
}

/* New sales status classes */
.wait_invoice_exw{
  color: #ffffff !important;
  background-color: #4e65ce !important;  
  border: 2px solid #4e65ce;
  font-size: medium;
  border-radius: 25px;
  font-weight: normal;
}

.wait_invoice_ddu{
  color: #ffffff !important;
  background-color: #3a4db3 !important;  
  border: 2px solid #3a4db3;
  font-size: medium;
  border-radius: 25px;
  font-weight: normal;
}


/* New delivery status classes */
.not_started{
  color: #ffffff !important;
  background-color: #808080 !important;  
  border: 2px solid #808080;
  font-size: medium;
  border-radius: 25px;
  font-weight: normal;
}

.pickup_in_progress{
  color: #ffffff !important;
  background-color: #ff7700 !important;  
  border: 2px solid #ff7700;
  font-size: medium;
  border-radius: 25px;
  font-weight: normal;
}

.inspection_done{
  color: #ffffff !important;
  background-color: #7b40d9 !important;  
  border: 2px solid #7b40d9;
  font-size: medium;
  border-radius: 25px;
  font-weight: normal;
}

.wait_prepack_confirmation{
  color: #ffffff !important;
  background-color: #1976d2 !important;  
  border: 2px solid #1976d2;
  font-size: medium;
  border-radius: 25px;
  font-weight: normal;
}

.packaged{
  color: #ffffff !important;
  background-color: #673ab7 !important;  
  border: 2px solid #673ab7;
  font-size: medium;
  border-radius: 25px;
  font-weight: normal;
}

.wait_preshipment_confirmation{
  color: #ffffff !important;
  background-color: #795548 !important;  
  border: 2px solid #795548;
  font-size: medium;
  border-radius: 25px;
  font-weight: normal;
}