.flex-row-center-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fit-content {
  width: fit-content;
}
.margin-right-1vw {
  margin-right: 1vw;
}
.no-margin-left {
  margin-left: 0;
}
.margin-bottom-0 {
  margin-bottom: 0px !important;
}
.text-align-center {
  text-align: center;
}
.margin-bottom-1em {
  margin-bottom: 1em;
}
.search-input {
  padding-right: 25px;
  /*background: url('https://static.thenounproject.com/png/101791-200.png')
    no-repeat right;*/
  background-size: 25px;
}
.logo-height {
  height: 3.5rem !important;
}

hr{
  margin-left: 1rem;
  margin-top: 4rem !important;
  border-top: 2px solid rgb(102, 102, 102);
}

#search_filter hr {
  margin-left: 0px !important; 
  background-color: #dbdbdb;
}

.filter .select2-container--default .select2-selection--multiple {
  min-height: 2.05rem !important;
}

#search_filter .form-label {
  font-size: 12px !important;
}

#search_filter .select2-container--default {
  width : 100% !important;
}

.filter .select2-container .select2-selection--single {
  height: 2.05rem !important;
}

.select2-container .select2-selection--single {
  height: 2.05rem !important;
}

.label_filter {
  color: black; 
  padding : 8px 12px 6px; 
  font-size: 12px
}

.div-form-control {
  font-size : 14px !important;
  color: black !important;
}

.nav-link:hover {
  color: #0d6dcf !important;
  text-decoration: none
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #3e7cbb !important;
}


.was-validated select.select2:invalid + .select2.select2-container.select2-container--default span.select2-selection, select.select2.is-invalid + .select2.select2-container.select2-container--default span.select2-selection {
  border-color: #dc3545 !important;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right calc(0.375em + 1rem) center !important;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
}

.btn_pordstatus {
  width: 75% !important;
  opacity: 1 !important;
}

.nav-link:hover {
  color: #0d6dcf !important;
  text-decoration: none
}

.order_tabs .nav-link.active,
.order_tabs .nav-item.show .nav-link {
  color: #3e7cbb !important;
}

.order_tabs .nav-link {
  color: #6b6f80 !important;
}

.btn_exported {
  color: #fff !important;
  background-color: #63C060 !important;
  border-color: #63C060 !important;
}

.select2-container .select2-results__option.optHide {
  display: none;
}

.morris-donut-wrapper-demo text{
  font-size: 20px !important;
  -webkit-transform: none !important;
  transform: none !important;
}

.yes_no_head {
  width: 152px !important;
}

th {
  text-align: left !important;
}

.align_center {
  text-align: center;
}

.align_right {
  text-align: right;
}

.select2-results .select2-disabled,  .select2-results__option[aria-disabled=true] { 
  display: none !important;
}