/*Generic Custom CSS*/
@import url("components/slider.css");
/*text coloring*/
.mg-green-text {
  color: green;
}
.mg-red-text {
  color: red;
}
.btn-dashboard-margin {
	margin-right: 8px;
}

#inventoryFilterSearch {
	width: 100%;
	clear: both;
    padding-bottom: 20px;
}

#inventoryFilterSearch input {
    font-size: 20px;
    padding: 5px;
    width: 800px;
    background-color: #fff;
}

#sellNotaTableSearch {
	width: 100%;
	clear: both;
    padding-bottom: 20px;
}

#sellNotaTableSearch input {
    font-size: 20px;
    padding: 5px;
    width: 500px;
    background-color: #fff;
}

.pull-left{
float: left !important;
padding-bottom: 20px;
}

p.inline {
	display: inline;
}

html *
{
   font-family: Arial;
}

.table-fixed{
    width: 100%
}

.table-fixed tbody {
display:block;
max-height:200px;
overflow-y:scroll; }
.table-fixed thead {
display:table;
width: calc( 100% - 1em );
table-layout:fixed;
}
.table-fixed tr {
display:table;
width:100%;
table-layout:fixed;
}

.loading-bubble {
    width: 40px;
  height: 40px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

#loader-4 span{
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #3498db;
  margin: auto;
  opacity: 0;
}

#loader-4 span:nth-child(1){
    background-color: rgb(41, 173, 20);
  animation: opacitychange 1s ease-in-out infinite;
}

#loader-4 span:nth-child(2){
    background-color: rgb(41, 173, 20);
  animation: opacitychange 1s ease-in-out 0.25s infinite;
}

#loader-4 span:nth-child(3){
    background-color: rgb(41, 173, 20);
  animation: opacitychange 1s ease-in-out 0.50s infinite;
}

#loader-4 span:nth-child(4){
    background-color: rgb(41, 173, 20);
  animation: opacitychange 1s ease-in-out 0.75s infinite;
}

@keyframes opacitychange{
  0%, 100%{
    opacity: 0;
  }

  60%{
    opacity: 1;
  }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/*MODUL PEMBELIAN SUPPLIER*/
.mutasi-payment {
  color: green;
}
.mutasi-invoice {
  color: black;
}
img#invoiceImg {
  max-width: 80%;
}
#detailPembelianTableDiv {
  overflow-x: auto;
}

/* SKU */
.p-no-connection {
  color: #de4463;
}
.p-connected {
  color: #81b214
}

/* STOCK COUNT*/
.stock-count-barang-div {
  margin-bottom: 10px;
}
.stock-count-qty-text {
  color: #06623b;
}

.nav-tabs-custom li.disabled a {
  pointer-events: none;
}