/* Sticky footer styles
-------------------------------------------------- */
.footer { 
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: red;
    color: white;
    text-align: center;
    height: 30px; 
    line-height: 30px;
}


/* Custom page CSS
-------------------------------------------------- */
body { 
  font-family: Montserrat, sans-serif !important; 
  font-size: smaller !important;
} 

.required{
  color: red;
}

.boldlabel{
  font-weight: 700;
  color: #736e6e;
}

.dataTables_filter{
    margin-bottom: 10px !important;
}

#pageloader {
    display: none; 
    position: fixed; 
    z-index: 999999; 
    height: 2em; 
    width: 2em; 
    overflow: visible; 
    margin: auto; 
    top: 0; 
    left: 0; 
    bottom: 0; 
    right: 0;
}
#pageloader:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
} 
.make_compact_table{
    width: 100% !important; 
} 
.make_compact_table .sorting:before, 
.make_compact_table .sorting:after, 
.make_compact_table .sorting_asc:before, 
.make_compact_table .sorting_asc:after, 
.make_compact_table .sorting_desc:before, 
.make_compact_table .sorting_desc:after, 
.make_compact_table .sorting_asc_disabled:before, 
.make_compact_table .sorting_asc_disabled:after, 
.make_compact_table .sorting_desc_disabled:before, 
.make_compact_table .sorting_desc_disabled:after {
    bottom: -0.1em !important;
}
.make_compact_table td{
    padding: 2px 4px !important;
}

.custom-textarea{
    resize: none;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #d7d7d8 !important;
  opacity: 0.5; /* Firefox */
}
#filter_product_name::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black !important;
  opacity: 0.5; /* Firefox */
}

#filter_customer_name::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black !important;
  opacity: 0.5; /* Firefox */
}
#order_notes::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black !important;
  opacity: 0.5; /* Firefox */
}
.form-control{
    font-weight: 600 !important;
}

 .form-control:disabled {
    background-color: ##b7baba !important;
    opacity: 0.5;
}