.company-logo img {
    width: auto !important;
    padding-left: 0px;
	max-height: 100% !important;
	max-width: inherit;
}
table.dataTable tbody tr td.related_manufacturers {
    word-wrap: break-word;
    min-width: 300px !important;
    word-break: break-all;
    white-space:normal;
}

.select2-container .select2-choice abbr { top: 13px }
.select2-container .select2-choice,
.select2-container .select2-choice .select2-arrow {
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    border: 1px solid #9a9caf;
}

.select2-container .select2-choice .select2-arrow b>span { margin: 4px 0 0 6px }
.select2-container.select2-container-active .select2-choice { border-color: #91cbe8 }
.select2-container.select2-dropdown-open .select2-choice { border-bottom-color: #d3d3d3 }
.select2-drop {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.select2-container-multi .select2-choices {
  min-height: 28px;
  border-radius: .25rem;
  border-color: #d3d3d3;
  position: initial;
  z-index: 3;
}
.picklist-color {
    border-radius: 20px;
    padding: 8px;
}
.dt-right__bg {
    background-size: cover !important;
}
.table-responsive {
    max-height: 95% !important;
}