/**
 * @Project TMS HOLDINGS
 * @Author TMS Holdings <contact@tms.vn>
 * @Copyright (C) 2022 TMS Holdings. All rights reserved
 * @License GNU/GPL version 2 or any later version
 * @Createdate Mon, 13 Jun 2022 01:41:32 GMT
 */
select[readonly].select2-hidden-accessible + .select2-container {
  pointer-events: none;
  touch-action: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
  background: #eee;
  box-shadow: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow,
select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
  display: none;
}


.i-checks {
    padding-left: 0;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.i-checks > label {
    margin: 0 !important;
    cursor: pointer;
}
.icheckbox_square-green.checked {
    background-position: -48px 0;
}
.i-checks > label {
    margin: 0 !important;
    cursor: pointer;
}

.icheckbox_square-green{
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    border: none;
    cursor: pointer;
}
.toggle {
  display: inline-block;
  height: 20px;
  position: relative;
  width: 40px;
}
.toggle input[type="checkbox"] {
  display: none;
}
.toggle .slider {
  background-color: #ccc;
  cursor: pointer;
  width: 100%;
  height: 100%;
  transition: .4s;
  position: relative;
  border-radius: 50px;
}
.toggle .slider:before {
  background-color: #fff;
  bottom: 1px;
  content: "";
  height: 18px;
  left: 4px;
  position: absolute;
  transition: .4s;
  width: 20px;
  border-radius: 50px;
}
.toggle input[type="checkbox"]:checked + .slider {
 background-color: #07a787;
}
.toggle input[type="checkbox"]:checked + .slider:before {
 transform: translateX(15px);
}

.warehouse_pospay {
    list-style: none;
    background: transparent;
    border: none;
    font-size: 16px;
    line-height: 46px;
    font-weight: bold;
}
.table_product_in_pos_right {
    background: #fff;
    padding: 5px;
    margin-top: 10px;
    border: solid 1px #dcdcdc;
}
.tr_in_pos {
    border-bottom: 1px #dcdcdc solid;
}
thead, table, th, td {
    border-collapse: collapse;
    border-bottom: 1px solid #CCC;
}

.view_total_product_in_pos {
    background: #fff;
}

.table_in_pos_right td {
    padding: 2px;
    border-top: 1px #dcdcdc solid;
    max-width: 200px;
}

.total_black {
    background: #333333;
    color: #fff;
}

.info_product {
    padding: 10px;
    background: #FDFDFD;
    min-height: 100px;
}
.number_like {
    cursor: pointer;
    position: relative;
    z-index: 1000;
}
.check_quantity_store {
    position: absolute;
    top: 10px;
    left: 14px;
    background: #000;
    color: #fff;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
    font-size: 12px;
}

.choose_option_btn {
    border-radius: 100%;
    position: absolute;
    top: 10px;
    right: 14px;
    border: none;
}

.right_bottom_in_pos2 {
    height: 100%;
    line-height: 0px;
}
.right_bottom_in_pos2 button {
    height: 50%;
    width: 100%;
    margin: 0px;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    border: none;
    border-radius: 0px;
}
.right_bottom_in_pos3 {
    height: 100%;
}
.right_bottom_in_pos3 button {
    height: 100%;
    width: 100%;
    margin: 0px;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    border: none;
    border-radius: 0px;
    background: #34A443;
    color: #fff;
}

.label-success-light{
    color: #000 !important;
}
.w150{
    width: 150px;
}


.lTuS3S {
    margin-left: 15px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    background: #ee4d2d;
    border-radius: 2px;
    padding: 2px 4px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

i[disabled]{
    cursor: not-allowed !important;
}
.red{
    color: red;
}

.btn_action_tms {
    background: #FC9F3B;
    color: #fff !important;
}

.bg-active {
    background: #ffc !important;
}