@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

/* , */

body,
html {
    font-family: "Pretendard Variable", Pretendard, -apple-system,
        BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI",
        "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic",
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

.navbar.bg-light {
    background: #fff !important;
}

.navbar-nav .nav-link {
    line-height: 14px;
    padding: 0 2em !important;
}
.color-dark {
    color: #333;
}
.section-sticky {
    z-index: 20000;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
}
.modal-backdrop {
    z-index: 22000;
}

.modal {
    z-index: 23000;
}
.content-wrapper {
    width: 100%;
    display: block !important;
    padding-top: 50px;
}
.sticky-top {
    top: 58px !important;
}

.sticky-top.inven {
    top: 168px !important;
}

.sticky-start {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    /* right: 0; */
    z-index: 11020;
}

.dropdown-menu {
    z-index: 20000 !important;
}
.table-dark th {
    color: #fff !important;
    border: 1px solid #fff !important;
}
.text-primary {
    color: #3da1d7 !important;
}
.fz-11 {
    font-size: 11px !important;
}
.fz-12 {
    font-size: 12px !important;
}
.text-blue {
    color: rgb(0, 47, 255);
}

.bg-light-gray {
    background: #f9f9f9 !important;
}
.border-black {
    border: 1px solid #000;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 20px;
    white-space: nowrap;
}

.table {
    background: #fff;
}

.table th,
.table td {
    white-space: nowrap !important;
    font-size: 14px;
    padding: 5px 8px;
    line-height: 15px;
}

.table.no-wrap td div {
    white-space: normal !important;
}

.table.no-wrap-td th,
.table.no-wrap-td td {
    white-space: normal !important;
    vertical-align: middle !important;
}

.table-hover > tbody > tr:hover > * {
    color: #000;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    /* --bs-table-accent-bg: #ebebeb !important;*/
    --bs-table-accent-bg: #d9d9d9 !important;
}

.table-striped > tbody > tr:nth-of-type(odd).inActive > * td,
.table-striped > tbody > tr.inActive td {
    --bs-table-accent-bg: #c2e7ff !important;
}

.table-striped > tbody > tr:nth-of-type(odd) td {
    color: #000 !important;
}

.table-striped > tbody > tr:nth-of-type(odd) td.text-success {
    color: #57b226 !important;
}

.table-striped > tbody > tr:nth-of-type(odd) td.text-info {
    color: rgb(3, 195, 236) !important;
}

.table-striped > tbody > tr:nth-of-type(odd) td.text-warning {
    color: rgb(255, 171, 0) !important;
}

.bg-danger td {
    background: rgb(255, 185, 185) !important;
    box-shadow: none !important;
}

.table-tps th {
    color: #fff !important;
    background: #173061 !important;
}

.table-tps.v2 th {
    color: #fff !important;
    background: #4c73c1 !important;
}

.table.table-wrap-none th,
.table.table-wrap-none td {
    vertical-align: middle !important;
    white-space: initial !important;
}

table.inven-table {
    /* border-collapse: separate; */
    /* border-spacing: 0; */
}

table.inven-table thead th {
    /* border-left: 0 !important; */
}

table.inven-table tbody td {
    /* border-left: 0 !important;
    border-bottom: 1px solid #d9dee3 !important; */
}

table.inven-table tbody td:nth-child(6) {
    border-left: 0 !important;
}

th.sticky-start {
    padding: 0 !important;
}

th.sticky-start > div {
    line-height: 25px !important;
    border-right: 1px solid #fff;
}

td.sticky-start {
    background: #fff !important;
    padding: 0 !important;
}

th.sticky-start,
td.sticky-start {
    border: 0 !important;
}

td.sticky-start {
    z-index: 1000;
    /* --bs-table-accent-bg: #e7e7e7 !important; */
}

td.sticky-start > div {
    /* border-right: 1px solid #d9dee3; */
    line-height: 32px !important;
}

td.sticky-start > div:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: #d9dee3;
}

td.sticky-start div span {
    display: block;
    line-height: 18px !important;
}

.table-lh-18 {
    line-height: 18px !important;
}

.table-striped > tbody > tr td.text-danger,
.table-striped > tbody > tr:nth-of-type(odd) td.text-danger {
    color: #f00 !important;
    font-weight: bold;
}

.table-striped > tbody > tr.text-yellow td,
.table-striped > tbody > tr:nth-of-type(odd).text-yellow td {
    color: rgb(210 172 21) !important;
    font-weight: bold;
}

.active-order td {
    background: #a49fe2 !important;
    box-shadow: none !important;
}

.w-1000 {
    width: 500px;
}
.nav-pills .nav-link.active,
.nav-pills .nav-link.active:hover,
.nav-pills .nav-link.active:focus {
    background: #137b8a;
}

.dropdown-item {
    font-size: 14px;
    color: #000;
}

.bcode_text_5pt {
    font-size: 8pt;
    color: black;
    font-family: Arial;
    line-height: 9pt;
    font-weight: 500;
}

.bcode_text_4pt {
    font-size: 3pt;
    color: black;
    font-family: Arial;
    line-height: 9pt;
    font-weight: 500;
}

.bcode_text_14pt {
    font-size: 14pt;
    color: black;
    font-family: Impact;
}

.bcode_text_ar_10pt {
    font-size: 14pt;
    color: black;
    line-height: 22pt;
	font-weight:bold;
    /* font-weight: 900; */
}

.bcode_text_ar_10pt.v2 {
    font-size: 12px;
    font-weight: 900;
}

#bcTarget1 {
  transform: scaleX(2.5);
  transform-origin: left;
}

.hide {
    display: none;
}

.permission-hide {
    display: none !important;
}

.choices__inner {
    padding: 0 7.5px !important;
    min-height: 30px !important;
}

.choices__list--dropdown {
    z-index: 10000 !important;
}

.choices[data-type*="select-one"] .choices__input {
    padding: 5px 10px !important;
}

.choices__list--dropdown .choices__item {
    padding: 2px 5px !important;
}

.colorPickSelector {
    border-radius: 5px;
    width: 40px;
    height: 20px;
    cursor: pointer;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    border: 1px solid #333;
}

.colorPickSelector:hover {
    transform: scale(1.1);
}

#colorPick,
.colorPickWrapper {
    z-index: 111111 !important;
}

.modal-full {
    max-width: 95% !important;
    width: 95% !important;
}

.choices__inner {
    background: #fff !important;
}

.choices {
    margin-bottom: 0 !important;
}

.inven-table tbody tr.color-DBG td {
    color: #2b8f30 !important;
}

.inven-table tbody tr.color-IAG td,
.inven-table tbody tr.color-IAL td {
    color: #e55d00 !important;
}

.inven-table tbody tr.color-TWL td {
    color: #15a968 !important;
}

.inven-table tbody tr.color-CNL td {
    color: #62b300 !important;
}

.inven-table tbody tr.color-CWL td {
    color: #008a29 !important;
}

.inven-table tbody tr.color-LOC td {
    color: #bba800 !important;
}

/* DBG: 2b8f30,
    IAG: "#ff965e",
    IAL: "#ff965e",
    TWL: "#15a968",
    CNL: "#80f715",
    CWL: "#0ab937",
    LOC: "#fff546",
    KL: "#000000",
    KRG: "#000000", */

.inven-menu:after {
    display: none !important;
}

.navbar-nav .nav-link.inven-drop {
    position: absolute;
    right: 6px;
    top: 0;
    padding: 1px 5px !important;
}

.bold-gray {
    background: #7b7b7b !important;
    box-shadow: none !important;
    color: #fff !important;
    font-weight: bold;
}

.table-striped > tbody > tr:nth-of-type(odd) td.dq-yellow,
.dq-yellow {
    color: #ffd635 !important;
    font-weight: bold;
}

.content-inner {
    width: 1200px;
    margin: 0 auto;
}

.content-inner2 {
    width: 1400px;
    margin: 0 auto;
}

.table td.none-wrap {
    white-space: initial !important;
}

.is-disabled .choices__inner {
    background: #eceef1 !important;
}

.bg-blue {
    background: #a9e1ff !important;
}

.text-performance {
    color: #3da1d7;
    animation: performance-blink 0.5s steps(2, start) infinite;
}

.table-even.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: #d9dfef !important;
}

.table-even .table-tps th {
    background: #0d388f !important;
}

.active-blue {
    background: #c9e7f8;
}

.alone-td td {
    background: #ff99d8 !important;
    box-shadow: none !important;
}

#modal-history .modal-dialog {
  max-width: 90%;
  max-height: 90vh;
}

#modal-history .modal-content {
  max-height: 90vh;
  display: flex;
  flex-direction: column;
}

#modal-history .modal-body {
  overflow-y: auto;
  max-height: 70vh;
}
.table th.branch-head{
	padding: 5px 0;
}

.wd-300px{
	width:300px;
}

@keyframes performance-blink {
    0%,
    100% {
        color: #ff0000;
    }
    33% {
        color: #000;
    }
    66% {
        color: #ffb3b3;
    }
}

@media screen and (max-width: 1500px) {
}

@media screen and (max-width: 720px) {
}
