.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 36px !important;
}

.select2-container .select2-selection--single {
    height: 36px !important;
}

.selected {
    background-color: #0ab39c;
}

.disabled {
    background-color: var(--vz-input-disabled-bg) !important;
    opacity: 1;
}

.modal-transparent {
    background-color: transparent !important;
    border: transparent !important;
}

.modal-transparent h5 {
    color: #00F !important;
}

.open, .allocated {
    color: #f1963b;
    font-size: 15px;
    background-color: rgba(10,179,156,.1);
}

/* .on-process, .hot-a {
    color: #3577f1;
    font-size: 15px;
    background-color: rgba(10,179,156,.1);
}

.submitted, .hot-b {
    color: #405189;
    font-size: 15px;
    background-color: rgba(10,179,156,.1);
}

.doc-def {
    color: #f06548;
    font-size: 15px;
    background-color: rgba(10,179,156,.1);
} */

.posted {
    color: #0ab39c;
    font-size: 15px;
    background-color: rgba(10,179,156,.1);
}

.closed {
    color: #f06548;
    font-size: 15px;
    background-color: rgba(10,179,156,.1);
}

.unpost {
    color: #f06548;
    font-size: 15px;
    background-color: rgba(10,179,156,.1);
}

.cancelled {
    color: #CDA323;
    font-size: 15px;
    background-color: rgba(10,179,156,.1);
}

.dispatch {
    color: #CDA323;
    font-size: 15px;
    background-color: rgba(10,179,156,.1);
}

.delivered {
    color: #09D935;
    font-size: 15px;
    background-color: rgba(10,179,156,.1);
}

.incomplete {
    color: #E01919;
    font-size: 15px;
    background-color: rgba(10,179,156,.1);
}

.complete {
    color: #0B4BDF;
    font-size: 15px;
    background-color: rgba(10,179,156,.1);
}

.uom_select {
    width: 100px;
}

.has_error {
    border:#f06548 solid 1px !important;
}

.movement_item {
    width: 30px !important;
}

table.movement {
    padding: 0.3rem 0.6rem !important;
}

.movement>:not(caption)>*>* {
    padding: 0.30rem 0.6rem !important;

}

.flatpickr-calendar {
    background-color: #fff !important;
}

.file_upload {
    display: none;
}

.profilepic {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #111;
  }

  .profilepic:hover .profilepic-content {
    opacity: 1;
  }

  .profilepic:hover .profilepic-image {
    opacity: .5;
  }

  .profilepic-image {
    object-fit: cover;
    opacity: 1;
    transition: opacity .2s ease-in-out;
  }

  .profilepic-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    opacity: 0;
    transition: opacity .2s ease-in-out;
    cursor: pointer;
  }

  .profilepic-icon {
    color: white;
    padding-bottom: 8px;
  }

  .fas {
    font-size: 20px;
  }

  .profilepic-text {
    text-transform: uppercase;
    font-size: 12px;
    width: 50%;
    text-align: center;
  }

  .p-half5 {
    padding: 0.5rem
  }
.text-company-color {
    color: #4c8055 !important;
}

.ag-theme-quartz,
.ag-theme-quartz-dark {
    --ag-font-size: 13px !important;
    --ag-font-family: monospace;
}


.btn-file {
    position: relative;
    overflow: hidden;
  }

  .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
  }
