﻿body {
}

:root {
    --mud-palette-primary: #43a83a !important;
    --mud-palette-primary-darken: #29804a !important;
}

a:hover {
    text-decoration: none
}

#blazor-error-ui{
    z-index:10000; 
}


/*login*/
.login-img {
    position: relative;
    background: linear-gradient(45deg, #fff, #b9dbb6)
}

.login-wrapper .login-img img {
    width: unset;
    height: 90vh;
    transform: translateY(-47%);
    position: absolute;
    top: 50%;
    right: 6%;
}
.login-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
}

.login-wrapper .login-content .form-login .btn-login {
    background: #43a83a;
    border-color: #43a83a;
}
.login-wrapper .login-content .login-userset {
    display: flex;
    margin: 0 auto;
    flex-wrap: nowrap;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
    justify-content: center;
}
@media(max-height:740px) {
    .login-wrapper .login-content .login-userset {
        justify-content: start;
    }
}

/*sidebar*/
.header {
    z-index: 10001 !important
}
    .header .header-left {
        padding: 0 20px 0 65px;
    }
.container {
    max-width: unset !important;
}
nav.menu {
    background: linear-gradient(0deg, #0a515e, #44a939) !important;
    top: 60px !important;
    width: 320px !important;
    height: calc(100vh - 60px) !important;
    transition: all 0.2s ease;
}
.menu__item .menu__link {
    color: #fff !important;
}

.menu__item.empty-menu{
    opacity : 0 !important;
    pointer-events : none;
    position : absolute;
    /*width : 0px;
    height : 0px;
    overflow : hidden;
    top : -99999%;
    left : -999999%;*/
    /*display : none !important;*/
}

nav#ml-menu.menu-hidden + .content {
    width: 100% !important;
    margin: 0 !important;
}
.container > .content {
    position: relative !important;
    min-height: 320px !important;
    margin: 0 0 0 320px !important;
    left: 0 !important;
    padding: 60px 0 0 !important;
    width: calc(100% - 320px) !important;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.menu__link:hover, .menu__link:focus, .menu__link.menu__link--current {
    color: white !important;
    background: #ffffff3d;
}

.menu__item {
    width: calc(100% - 40px) !important;
}

nav .menu__breadcrumbs {
    padding: 1.8em 1.3em 1.5em 1.5em !important;
    font-size: 0.95em !important;
   /* background: #00000029;
    border-bottom: 1px solid #b9dbb6;*/
}
.menu__wrap{
    top: 3.9em !important;
}
nav .menu__breadcrumbs > a, .menu__link[data-submenu]:hover::after, .menu__link[data-submenu]:focus::after {
    color: #d0eccd !important;
}
.menu__link--current::before {
    color: #FF9F43 !important;
}
.menu__breadcrumbs a:not(:last-child)::after {
    font-family: "Font Awesome 5 Free" !important;
    content: "\f054" !important;
    color: #d0eccd !important;
}
nav.menu__breadcrumbs > a:hover {
    color: #ffad5e !important;
}
#ml-menu a {
    cursor: pointer;
}
/*.menu__link--current::after {
    position: absolute;
    top: calc(50% - 5px);
    right: -2px;
    content: '';
    width: 10px;
    height: 10px;
    background: #fafbfe;
    transform: rotate(45deg);
}
.menu__link:hover::after {
    position: absolute;
    top: calc(50% - 5px);
    right: -2px;
    content: '';
    width: 10px;
    height: 10px;
    background: #fafbfe;
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}*/
a.menu__link:hover::before {
    content: '\00B7';
    font-size: 1.5em;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 0.5em;
    height: 4px;
    color: #FF9F43 !important;
    cursor:pointer;
}
a.menu__link.menu__link--current::after {
    color: #ffffff !important;
}
.menu__link[data-submenu]::after {
    background: none !important;
    transform: none !important;
    width: unset !important;
    height: unset !important;
    top: unset !important;
    position: absolute;
    right: 0;
    padding: 0.25em 1.25em;
    color: #b9dbb6ad !important;
    font-family: "Font Awesome 5 Free" !important;
    content: "\f054" !important;
}
a.menu__link[data-submenu]:hover::before {
    content: none;
}
/*button.action  .icon {
    font-family: "FontAwesome"!important;
}*/
.icon--arrow-left:before {
    color: green;
    content: '\f060' !important;
}

/*.icon--menu:before {
    content: '\f0c9' !important;
    color: green;
}*/
.action--open {
    z-index: 999999 !important;
}
.icon--menu:before {
    content: '' !important;
    height: 19px;
    width: 24px;
    position: absolute;
    z-index: 10000;
    border-top: 3px solid green;
    border-bottom: 3px solid green;
    top: 5px;
}
.icon--menu:after {
    content: '' !important;
    width: 24px;
    position: absolute;
    z-index: 10000;
    border-top: 3px solid green;
    top: 13.5px;
}
/*
.icon--cross:before {
    content: '\f00d' !important;
    color: #b9dbaa;
}*/
.icon--cross:before, .icon--cross:after {
    content: '' !important;
    background: #b9dbaa;
    transform: rotate(45deg);
    height: 13px;
    width: 4px;
    position: absolute;
    top: 5px;
    right: 4px;
    border-radius: 3px;
}
.icon--cross:after {
    transform:rotate(-45deg);
}
    button .action {
    z-index: 999999;
}
button.action.action--open {
    top: 0.75em;
}
 button.action.action--close {
    top: 1em;
}
@media (max-width: 991px) {
    .container > .content {
        margin: 0 !important;
        width: 100% !important;
        padding: 60px 0 0 !important;
        -webkit-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .header .header-left {
        justify-content: center;
        padding: 0 20px !important
    }
    .header .header-left .logo {
        width: fit-content;
    }
}
    /*.sidebar {
    background-color: #44a939;
    background: linear-gradient(0deg, #0a515e, #44a939) !important;
}

    .sidebar .slimScrollDiv {
        background: linear-gradient(0deg, #0a515e, #44a939) !important;
    }

    .sidebar .sidebar-menu > ul > li > a img {
        filter: brightness(3);
    }

    .sidebar .sidebar-menu > ul > li > a:hover {
        background: #00000021 !important;
    }

    .sidebar .sidebar-menu > ul > li.active a {
        background: #ffffff3d !important;
    }

.sidebar-inner slimscroll{
    width:100% !important;
}
.brand-text h3 {
    color: #29804a !important;
}

.submenu:not(:has(li)){
    display : none !important;
}*/

    /*common*/
    .k-grid-layout {
        grid-template-columns: 100%;
    }

    .grid-50-layout {
        grid-template-columns: 50%;
    }
.k-tabstrip-items-wrapper .k-item {
    color: #43a83a !important;
}
    .k-tabstrip-items-wrapper .k-item:hover, .k-tabstrip-items-wrapper .k-item.k-hover {
        color: #34842d !important;
    }
    .k-tabstrip-items-wrapper .k-item.k-active {
        color: #333 !important;
    }
    @media(max-width: 991px) {
        .grid-50-layout {
            grid-template-columns: 100%;
        }
        .grid-50-layout > div:nth-child(2) {
            grid-area: 3 / 1 !important
        }

        .grid-50-layout > div:nth-child(4) {
            grid-area: 4 / 1 !important;
        }
    }

    .float-left {
        float: left;
    }

    .float-right {
        float: right;
    }
.page-header{
    height:28px !important
}
.page-header .btn-added {
    background: #43a83a;
}

        .page-header .btn-added:hover {
            background: #349144;
        }

    .form-group .btn-filters:hover {
        background: #e88c35;
    }

    .btn-secondary {
        background: #6c7d72;
    }

        .btn-secondary:hover {
            color: #fff;
            background-color: #5c6a5f;
        }

        .btn-check:focus + .btn-secondary, .btn-secondary:focus, .btn-check:active + .btn-secondary, .btn-check:checked + .btn-secondary, .btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle {
            background: #3a4532;
        }

.btn-right{
    text-align:end;
}
.k-switch-on .k-switch-track {
    border-color: #67B961 !important;
    background-color: #67B961 !important;
}

    .k-switch-on:focus .k-switch-track, .k-switch-on.k-focus .k-switch-track {
        outline: 2px solid rgba(123, 183, 119, 0.25) !important;
    }
    .k-button-solid-light {
        border-color: #c5ddc4 !important;
        color: #43a83a !important;
        background-color: #d5ead4 !important;
    }
        .k-button-solid-light:hover {
            background-color: #c4dcc4 !important
        }
    .k-button-solid-base.k-selected {
        border-color: #67B961 !important;
        background-color: #67B961 !important;
    }

    .k-button-solid-primary {
        border-color: #67B961 !important;
        color: white;
        background-color: #67B961 !important;
        background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02)) !important;
    }

        .k-button-solid-primary:hover, .k-button-solid-primary.k-hover {
            border-color: #7db878 !important;
            background-color: #7db878 !important;
        }

        .k-button-solid-primary:focus, .k-button-solid-primary.k-focus {
            box-shadow: 0 0 0px 2px #67B9614d !important;
        }

        .k-button-solid-primary:active, .k-button-solid-primary.k-active {
            border-color: #5b9855 !important;
            background-color: #5b9855 !important;
        }

        .k-button-solid-primary.k-selected {
            border-color: #5b9855 !important;
            background-color: #5b9855 !important;
        }


/* .k-button-solid-error {
        border-color: #F5533D !important;
        background-color: #f5533d !important;
    }
    .k-button-solid-error:hover, .k-button-solid-error.k-hover {
        border-color: #dd402b !important;
        background-color: #dd402b !important;
    }*/
    .k-button-solid-error {
        border-color: #e54f3d !important;
        background-color: #ff6143 !important;
    }
     .k-button-solid-error:hover, .k-button-solid-error.k-hover {
        border-color: #dd4f2b !important;
        background-color: #e96039 !important;
    }

        .k-button-solid-error:focus, .k-button-solid-error.k-focus {
        box-shadow: 0 0 0px 2px rgba(243, 83, 61, 0.3) !important;
    }

        .k-button-solid-error:active, .k-button-solid-error.k-active {
            border-color: #e21f04 !important;
            background-color: #e21f04 !important;
        }

        .k-button-solid-error.k-selected {
            border-color: #e21f04 !important;
            background-color: #e21f04 !important;
        }


    .k-button-solid-info {
        border-color: #43A877 !important;
        background-color: #43A877 !important;
    }

        .k-button-solid-info:hover, .k-button-solid-info.k-hover {
            border-color: #2f9363 !important;
            background-color: #2f9363 !important;
        }

        .k-button-solid-info:focus, .k-button-solid-info.k-focus {
            box-shadow: 0 0 0px 2px #43A8774d !important;
        }

        .k-button-solid-info:active, .k-button-solid-info.k-active {
            border-color: #248556 !important;
            background-color: #248556 !important;
        }

        .k-button-solid-info.k-selected {
            border-color: #248556 !important;
            background-color: #248556 !important;
        }

    .k-button-flat-primary {
        color: #43a83a !important;
    }
    button.k-button .k-button-text .k-loader {
        max-width: 20px;
        max-height: 20px;
        padding: 2px;
    }
        button.k-button .k-button-text .k-loader .k-loader-canvas .k-loader-segment {
            max-width: 4px;
            max-height: 4px;
            background-color: white;
        }

   button.k-button .k-button-text .k-loader .k-loader-canvas {
        max-width: 13px;
        max-height: 13px;
    }
    .k-grid-layout {
        position: relative;
    }

    .k-form {
        position: relative
    }

    .k-form-buttons.k-actions-end {
        position: absolute;
        top: -75px;
        right: 10px;
    }

    .k-form-horizontal .k-form-field > .k-label, .k-form-horizontal .k-form-field > kendo-label, .k-form-horizontal .k-form-field > .k-form-label {
        width: 35% !important;
        max-width: 210px;
        font-size: 13px;
        text-wrap: nowrap;
        word-break: keep-all;
    }

    .k-form-field.k-colspan-4 > label.k-form-label {
        width: 9.333% !important;
    }

    .k-form-field.k-colspan-3 > label.k-form-label {
        width: 13.333% !important;
    }

    .k-form-field.k-colspan-2 > label.k-form-label {
        width: 21% !important;
    }

    .k-form-field.k-colspan-1 > label.k-form-label {
        width: 55.333% !important;
    }
@media (max-width: 575px) {
    .page-header {
        margin-bottom: -5px !important;
    }
    .k-form-buttons.k-actions-end {
        margin-top: 48px !important;
        width: 100%;
        right: 0;
    }
    .input-form-400 > div > form {
        padding-top: 20px;
    }
    .k-form-buttons.k-actions-end > button {
        flex-grow: 1;
    }
    .k-form-buttons.k-actions-end > button:only-child {
        flex-grow: unset !important;
    }
    .k-grid-layout.k-justify-items-stretch .k-grid-layout.k-justify-items-stretch .page-header {
        margin-bottom: 4px !important;
    }
    .k-grid-layout.k-justify-items-stretch .k-grid-layout.k-justify-items-stretch .page-header h4.page-title {
        text-align: left !important;
        width: 100%;
    }
}



    /*grid-color*/
.k-grid .k-grid-header table.k-table {
    border-top: 1px solid green;
}
table thead, .table thead {
    /*background: #a2e49f36 !important;*/
    background: #eef7ed !important;
    border-bottom: 2px solid #43a83a !important;
}
.k-grid td, .k-grid .k-table-td {
    border-color: transparent !important;
    border-bottom-color: rgba(0, 0, 0, 0.08) !important;
}
.k-grid-header, .k-grid-header-wrap, .k-grouping-header, .k-grid .k-table-th {
    border-color: #ffffffb3 !important;
}

/*search-field*/
.k-form-search-field-wrap {
    display: flex;
    justify-self: end;
    margin-bottom: 10px;
    flex-wrap: nowrap;
    place-content: end;
}

    .k-form-search-field-wrap > div {
        margin-right: 15px;
        align-self: end;
    }

    .k-form-search-field-wrap > div :last-child {
        margin-right: 0;
    }

    .k-form-search-field-wrap > div :last-child button[type="submit"] {
        margin-top: 20.0000000004px;
    }
@media(max-width: 1170px) {
    .k-form-search-field-wrap{
        flex-wrap: unset !important;
        max-width: calc(100% - 45px) !important;
    }
    .k-stack-layout.telerik-blazor.k-hstack.k-justify-content-stretch {
        width: unset !important;
        max-width: 700px !important;
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 2% !important;
    }
    .k-justify-content-stretch .k-daterangepicker .k-dateinput{
        min-width:fit-content;
        width: unset!important;
    }
    .k-justify-content-stretch > * {
        flex-basis: 24% !important;
        flex-shrink: 1 !important;
        flex-grow: 1 !important;
    }
    .k-form-search-field-wrap > div:last-child > div.k-stack-layout.telerik-blazor.k-hstack.k-justify-content-stretch {
        flex-wrap: nowrap !important;
        gap: 10px !important;
    }
}
@media(max-width: 768px) {
    .k-justify-content-stretch > * {
        flex-basis: 49% !important;
    }
    .page-title h2 {
        font-size: 20px;
        font-weight: 600;
    }
}

@media(max-width: 550px) {
    /*.k-justify-content-stretch > * {
        flex-basis: 100% !important;
    }*/
    .k-form-search-field-wrap {
        flex-wrap: wrap !important;
        max-width: 100% !important;
    }
    .k-daterange-picker, .k-daterangepicker > span.k-floating-label-container {
        flex: 1 1 49%;
    }
}

    /*input field*/
    .input-form-400 {
        max-width: 450px;
        height: fit-content;
        /*margin-top: 20px;*/
    }
    .k-form-horizontal .k-form-field > .k-label, .k-form-horizontal .k-form-field > kendo-label, .k-form-horizontal .k-form-field > .k-form-label {
        width: 20%;
        padding-top: 0;
    }

    .k-form-field > .k-label {
        flex-direction: initial !important;
    }

    .k-form-horizontal .k-form-field-wrap {
        max-width: calc(80% - 10px);
    }

    #purContEdit .k-form-horizontal .k-form-field > .k-form-label {
        display: inline-block;
    }

    #purContEdit .k-form-horizontal .k-form-field:nth-child(4n-3) > .k-form-label {
        text-align: right;
    }

    #purContEdit .k-form-horizontal .k-form-field-wrap {
        max-width: calc(65% - 20px);
    }
        #purContEdit .k-form-horizontal .k-form-field-wrap:only-child {
            max-width: 100%;
            margin-right: 10px;
        }
    .k-grid-content .k-table-row:last-child > td, .k-grid-content .k-table-row:last-child > .k-table-td, .k-grid-content-locked .k-table-row:last-child > td, .k-grid-content-locked .k-table-row:last-child > .k-table-td {
        border-bottom-width: 1px !important;
    }

    .k-grid-md .k-command-cell {
        text-align: center !important;
    }

    .k-input-spinner {
        display: none !important;
    }

    .k-tabstrip-item.k-active {
        color: #43a83a !important;
    }

    .k-tabstrip-item {
        width: 100%;
        display: inline-flex;
        color: black !important;
        width: 160px;
        min-width: 160px;
        min-height: 48px;
        padding: 6px 12px;
        font-weight: 500;
        line-height: 1.75;
        white-space: normal;
        letter-spacing: .02857em;
        text-transform: uppercase;
        text-align: center;
        align-items: center;
        transition: background-color 150ms cubic-bezier(.4,0,.2,1) 0ms;
    }

    .k-tabstrip-items .k-link {
        justify-content: center !important;
    }
    /*popup header*/
    .k-window-titlebar {
        background-color: #eef7ed !important;
    }

    /*switch*/
    .k-switch-md {
        width: 50px !important;
        height: 20px !important;
    }

        .k-switch-md .k-switch-track {
            width: 50px !important;
            height: 25px !important;
        }

        .k-switch-md .k-switch-thumb {
            width: 25px !important;
            height: 25px !important;
        }

        .k-switch-md.k-switch-off .k-switch-thumb-wrap {
            left: 12.5px !important;
        }

        .k-switch-md.k-switch-on .k-switch-thumb-wrap {
            left: calc(100% - 5.5px) !important;
        }


    /*cloud추가 버튼*/
    .reference-grid .mud-file-upload .mud-input-control-input-container {
        text-align-last: end;
        padding-bottom: 8px;
    }

        .reference-grid .mud-file-upload .mud-input-control-input-container .mud-button-filled-primary.mud-button-filled-size-medium {
            padding: 0;
            padding-block: 5px;
            padding-inline: 9px;
            box-shadow: none;
        }

            .reference-grid .mud-file-upload .mud-input-control-input-container .mud-button-filled-primary.mud-button-filled-size-medium .mud-button-label {
                gap: 4px;
                height: 20px;
                font-size: 14px;
            }

                .reference-grid .mud-file-upload .mud-input-control-input-container .mud-button-filled-primary.mud-button-filled-size-medium .mud-button-label .mud-icon-root.mud-svg-icon {
                    width: 16px;
                    height: 16px;
                }

        .reference-grid .mud-file-upload .mud-input-control-input-container .mud-button-label .mud-button-icon-start {
            margin: 0;
        }

    .k-grid-toolbar {
        justify-content: flex-end !important;
    }


    .k-form-legend {
        display: none !important;
    }

    .k-form .k-form-fieldset {
        margin: 0 !important;
    }

    /* Grid 정렬 */
    .k-grid th.center-me {
        text-align: center !important;
    }

    th.center-me .k-cell-inner > .k-link {
        justify-content: center !important;
    }

    .k-grid th.align-right {
        text-align: right !important;
    }

    th.align-right .k-cell-inner > .k-link {
        justify-content: right !important;
    }

    .k-grid-header th.align-right.right-padding {
        padding-right: 12px !important;
    }

        .k-grid-header th.align-right.right-padding > .k-cell-inner {
            margin-right: 0 !important;
        }



    /*home card*/
.dash-widget .dash-widgetimg span{
    width:68px;
    height:68px;
}
#home-card-stock li.k-tabstrip-item {
    width: calc(100% / 3);
    min-width: fit-content;
}

    #home-card-latest li.k-tabstrip-item {
        width: calc(100% / 4);
        min-width: fit-content;
    }

    /*반응형*/
    @media (max-width: 575px) {
        .sidebar {
            width: unset !important;
            min-width: 240px;
        }

        .slide-nav .sidebar {
            width: 100%;
        }
    }

    /* DropDown Custom */
    .k-picker-solid {
        border-color: rgba(0, 0, 0, 0.08);
        color: black !important;
        background-color: white !important;
    }
    /* Check Box color */
    .k-radio:checked, .k-radio.k-checked {
        border-color: green !important;
        color: white !important;
        background-color: green !important;
    }

    /*비율 차트*/

.ratio-bar.dash-widget .dash-widgetcontent {
    flex: 1;
}

.ratio-bar-wrap {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    border-radius: 4px;
    overflow: hidden;
}

span.ratio-item {
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    word-break: keep-all;
    color:white;
    text-shadow: 0 0 5px #0000003d;
}

    span.ratio-item.ratio-1 {
        background: #38bea7;
        z-index: 3;
        /*width: 60%;*/
    }

    span.ratio-item.ratio-2 {
        background: #f0b214;
        z-index: 2;
        /*width: 23%;*/
    }

    span.ratio-item.ratio-3 {
        flex-grow: 1;
        z-index: 1;
        background: #a1b9aa;
    }

    span.ratio-item small {
        font-weight: normal;
        font-size: 16px;
        margin-left: 4px;
    }

.ratio-bar-legend {
    margin-bottom: 8px;
    line-height: 20px;
}

    .ratio-bar-legend .ratio-legend {
        margin-right: 15px;
    }

        .ratio-bar-legend .ratio-legend::before {
            content: '';
            width: 10px;
            height: 10px;
            background: #38bea7;
            display: inline-block;
            margin-right: 4px;
            vertical-align: middle;
        }

    .ratio-bar-legend .ratio-legend-1::before {
        background: #38bea7;
    }

    .ratio-bar-legend .ratio-legend-2::before {
        background: #f0b214;
    }

    .ratio-bar-legend .ratio-legend-3::before {
        background: #a1b9aa;
    }

.grid1200 > div > .k-grid-layout > div {
    padding: 0.2rem 1rem 1rem;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #E8EBED;
    box-shadow: 0 0 6px #E8EBED;
}

@media(max-width:1558px) {
    .home-top-items > div {
        width: calc(100% / 3);
    }
}

@media(max-width: 768px) {
    .home-top-items > div {
        width: calc(100% / 2);
    }
    table[role="presentation"] {
        min-width: 500px;
    }
}

@media (max-width: 480px) {
    .home-top-items > div {
        width: 100%;
    }
    .grid1200.grid-xs > div > .k-grid-layout > div {
        padding-top: 4rem;
    }
        .grid1200.grid-xs > div > .k-grid-layout > div .k-hstack.k-justify-content-stretch {
            margin-top: -3rem !important;
            left: 0;
            width: 100% !important;
        }
}

@media(max-width:1200px) {
    .grid1200 > div > .k-grid-layout > div {
        margin-bottom: 15px;
    }
    .grid1200 > div > .k-grid-layout > div:last-child {
        margin-bottom: 0;
    }
    .grid1200 .telerik-blazor.k-grid.k-grid-md {
        margin-bottom: 15px;
    }
    .grid1200 .k-stack-layout.telerik-blazor.k-hstack.k-justify-content-stretch{
        max-width:unset !important;
    }
    .grid1200 .k-grid-layout.k-justify-items-stretch {
        display: contents;
        width: 100%;
    }
    .row.col-lg-12{width:100%;}

    #receiveInventorychart .grid1200 > div > .k-grid-layout > div:nth-child(2) {
        display:none
    }
}
/* saleState1 주문생성 - color: #3B5339 
   saleState2 출고요청 - color: #ab601c 
   saleState3 출고완료 - color: #A83B7E 
   saleState4 납품시작 - color: #3B68A8 
   saleState5납품완료 - color: #2c8548  */
#popupPrintBtn {
    position: absolute;
    top: 95%;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    max-width: 880px;
    margin: 0 auto;
    text-align: right;
}
div.k-input.k-input-solid:has(.saleState1) {
    min-width: 255px !important;
}
.k-chip.saleState1, .k-chip.saleState2,
.k-chip.saleState3, .k-chip.saleState4, .k-chip.saleState5{
    border-radius: 20px;
    position: relative;
    padding-left: 22px;
    margin-block:0.5px;
}

.saleState1, .saleState2,
.saleState3, .saleState4, .saleState5{
    border-radius: 20px;
    position: relative;
    padding-left: 22px;
    padding-block: 1px;
    padding-inline: 26px 8px;
    border: 0.1rem solid rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    margin-top: -2px;
    margin-bottom: -2px;
}
.k-chip.saleState1::before, .k-chip.saleState2::before,
.k-chip.saleState3::before, .k-chip.saleState4::before, .k-chip.saleState5::before,
.saleState1::before, .saleState2::before,
.saleState3::before, .saleState4::before, .saleState5::before {
    content: '';
    background: #ffffff;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 3px;
    border-radius: 50%;
}
.k-form-field-wrap:has(.saleState1),
.k-form-field-wrap:has(.saleState2),
.k-form-field-wrap:has(.saleState3),
.k-form-field-wrap:has(.saleState4) {
    align-self: center;
}
.k-chip.saleState1, .saleState1 {
    color: #3B5339 !important;
    background: #3b533926;
}
.k-chip.saleState1::before, .saleState1::before {
    background: #ffffff url(../img/icons/saleStateChip-ico-1.png) no-repeat center;
    background-size: 90%;
}

.k-chip.saleState2, .saleState2 {
    color: #ab601c;
    background: #ab601c26;
}

.k-chip.saleState2::before, .saleState2::before {
    background: #ffffff url(../img/icons/saleStateChip-ico-2.png) no-repeat center;
    background-size: 90%;
}

.k-chip.saleState3, .saleState3 {
    color: #A83B7E;
    background: #A83B7E26;
}

.k-chip.saleState3::before, .saleState3::before {
    background: #ffffff url(../img/icons/saleStateChip-ico-3.png) no-repeat center;
    background-size: 90%;
}

.k-chip.saleState4, .saleState4 {
    color: #3B68A8;
    background: #3B68A826;
}

.k-chip.saleState4::before, .saleState4::before {
    background: #ffffff url(../img/icons/saleStateChip-ico-4.png) no-repeat center;
    background-size: 90%;
}

.k-chip.saleState5, .saleState5{
    color: #2c8548;
    background: #2c854826;
}

.k-chip.saleState5::before, .saleState5::before {
    background: #ffffff url(../img/icons/saleStateChip-ico-5.png) no-repeat center;
    background-size: 90%;
}
div.k-input.k-input-solid:has(.saleState1) div.k-chip.k-chip-solid.k-chip-solid-base:not([data-attr='']) .k-chip-action:has(.k-svg-icon) {
    padding: 0;
}

/*div.k-chip.k-chip-solid.k-chip-solid-base:not([data-attr='']) {
        border-radius: 20px;
        position: relative;
        padding-left: 22px;
    }
    div.k-chip.k-chip-solid.k-chip-solid-base:not([data-attr=''])::before {
        content: '';
        background: #ffffff;
        width: 18px;
        height: 18px;
        position: absolute;
        left: 3px;
        border-radius: 50%;
    }
    div.k-chip.k-chip-solid.k-chip-solid-base[aria-label="주문생성"] {
        color: #3B5339;
        background: #3b533926;
    }

    div.k-chip.k-chip-solid.k-chip-solid-base[aria-label="주문생성"]::before {
        background: #ffffff url(/assets/img/icons/saleStateChip-ico-1.png) no-repeat center;
        background-size: 90%;
    }
    div.k-chip.k-chip-solid.k-chip-solid-base[aria-label="출고요청"] {
        color: #ab601c;
        background: #ab601c26;
    }

        div.k-chip.k-chip-solid.k-chip-solid-base[aria-label="출고요청"]::before {
        background: #ffffff url(/assets/img/icons/saleStateChip-ico-2.png) no-repeat center;
        background-size: 90%;
    }
    div.k-chip.k-chip-solid.k-chip-solid-base[aria-label="출고완료"] {
        color: #A83B7E;
        background: #A83B7E26;
    }

        div.k-chip.k-chip-solid.k-chip-solid-base[aria-label="출고완료"]::before {
        background: #ffffff url(/assets/img/icons/saleStateChip-ico-3.png) no-repeat center;
        background-size: 90%;
    }
    div.k-chip.k-chip-solid.k-chip-solid-base[aria-label="납품시작"] {
        color: #3B68A8;
        background: #3B68A826;
    }

        div.k-chip.k-chip-solid.k-chip-solid-base[aria-label="납품시작"]::before {
        background: #ffffff url(/assets/img/icons/saleStateChip-ico-4.png) no-repeat center;
        background-size: 90%;
    }
    div.k-chip.k-chip-solid.k-chip-solid-base[aria-label="납품완료"] {
        color: #2c8548;
        background: #2c854826;
    }

        div.k-chip.k-chip-solid.k-chip-solid-base[aria-label="납품완료"]::before {
        background: #ffffff url(/assets/img/icons/saleStateChip-ico-5.png) no-repeat center;
        background-size: 90%;
    }
    div.k-chip.k-chip-solid.k-chip-solid-base:not([data-attr='']) .k-chip-action:has(.k-svg-icon) {
        padding: 0;
    }*/
.saleStatelabel.saleState1 {
    color: #3B5339;
}

.saleStatelabel.saleState2 {
    color: #ab601c;
}

.saleStatelabel.saleState3 {
    color: #A83B7E;
}

.saleStatelabel.saleState4 {
    color: #3B68A8;
}

.saleStatelabel.saleState5{
    color: #2c8548;
}
#purContEdit .k-form-horizontal .k-form-field-wrap:has(.saleStatelabel) {
    padding-top: 4px;
}

#purContEdit .k-form-horizontal .k-form-field-wrap:has(.saleStatelabel[data-label="주문생성"]) {
    color: #3B5339;
}

#purContEdit .k-form-horizontal .k-form-field-wrap:has(.saleStatelabel[data-label="출고요청"]) {
    color: #ab601c;
}

#purContEdit .k-form-horizontal .k-form-field-wrap:has(.saleStatelabel[data-label="출고완료"]) {
    color: #A83B7E;
}

#purContEdit .k-form-horizontal .k-form-field-wrap:has(.saleStatelabel[data-label="납품시작"]) {
    color: #3B68A8;
}

#purContEdit .k-form-horizontal .k-form-field-wrap:has(.saleStatelabel[data-label="납품완료"]) {
    color: #2c8548;
}
