div [class^=col-] {
  padding-top: 10px;
  padding-bottom: 30px;
}

.breadcrumb-wrap {
  background-color: #e9ecef;
}

.text-bold {
  font-weight: bold;
}

.table-header {
  border-bottom: 1px solid #666;
}

.new_attr_wrap {
  display: none;
}

.new_attr_val_wrap .input-group {
  margin-top: 5px;
}

.accordion-body {
  padding: 10px;
}

.form .form-group.row:nth-of-type(2n) {
  background-color: rgba(0, 0, 0, 0.05);
}

.btn {
  white-space: nowrap;
  margin-left: 3px;
  margin-right: 3px;
}

.form-group .select2-container{
	width:100% !important;
}

.form-group .select2-container--default .select2-selection--multiple{
    display: block;
    width: 100%;
    padding: 0.225rem 2.25rem 0.225rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    background-color: #f8fafc;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-height:37px;
    height:auto;

}
.form-group .select2-container--default .select2-selection--single{
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    background-color: #f8fafc;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height:37px;
}
.form-group .select2-container--default .select2-selection--single .select2-selection__arrow{
    display: none;
}
.form-group .select2-container .select2-selection--single .select2-selection__rendered{
    padding-left:0;
    line-height:1.6;
}

.tooltip-inner{
    text-align: left;
}

.customer-notice{
    max-width:100px;
    cursor:pointer;
}

table .sticky-right {
    position: -webkit-sticky;
    position: sticky;
    right: 0;
    background-color:#fff;
}

#product_list tr{
    cursor:pointer;
}
#product_list2 tr{
    cursor:pointer;
}
