﻿body {
    font-family: 'NanumSquare';
    background-color: #404040;
}

p, a, h1, h2, h3, h4, h5, h6 {
    transform: skew(-0.1deg);
}

.k-grid {
    transform: rotate(0.04deg);
    font-size: 13.2px;
    border-radius: 8px;
    background-color: #fff;
}

.k-grid-header,
.k-grouping-header,
.k-grid-add-row,
.k-grid-footer {
    color: #424242;
    background-color: transparent;
}

.k-grid-content {
    background-color: transparent;
}

.k-grid th {
    padding: 8px 12px;
    border-width: 0 0 1px 1px;
    border-bottom: 1px dashed #eee;
    border-left: 1px dashed #eee;
    white-space: nowrap;
}


.k-filter-row td,
.k-filter-row th {
    background-color: #fff;
    border-bottom: 1px dashed #eff2f5;
    white-space: nowrap;
    padding: 8px 8px;
}


.k-grid tr {
    background-color: transparent;
}

    .k-grid tr.k-alt {
        background-color: transparent;
    }

    .k-grid td.k-state-selected,
    .k-grid tr.k-state-selected > td {
        background-color: rgba(144, 215, 255, 0.35)
    }

.k-checkbox:checked,
.k-checkbox.k-checked {
    border-color: #00a3ff;
    border-radius: 5px;
    color: white;
    background-color: #00a3ff;
}

.k-grid-header {
    border-bottom-width: 0px;
}


.k-grid td {
    border-width: 0 0 1px 1px;
    border-bottom: 1px dashed #eee;
    border-left: 1px dashed #eee;
    vertical-align: middle;
}


.k-breadcrumb {
    border-color: rgba(0, 0, 0, 0.08);
    color: #a1a5b7;
    transform: rotate(0.04deg);
    background-color: transparent;
    margin: -5px 0 0 0;
    font-size: 12.2px;
}

.k-breadcrumb-link {
    color: #a1a5b7;
}

.k-breadcrumb-root-link {
    margin-right: 0px;
    margin: 0px;
    padding-left: 3px;
}

a {
    text-decoration: none !important;
}

.k-progressbar-horizontal {
    height: 10px;
}


.k-form-fieldset {
    display: flex !important;
    flex-direction: column;
}

.k-form .k-form-legend {
    font-weight: bold;
}

.k-form-field-wrap, .k-combobox {
    background-color: #f5f8fa;
    border-color: #f5f8fa;
    color: #5e6278;
    transition: color .2s ease,background-color .2s ease;
    box-shadow: 0 !important;
    border-radius: .475rem;
    padding: .425rem 1.5rem;
    width: 100%;
}

/*.k-disabled:not(input[type="checkbox"]) {
    background: TRANSPARENT !important;
    border: none !important;
    color: black !important;
    opacity: 1 !important;
}*/

.k-state-disabled {
    opacity: 1 !important;
}

.k-clear-value {
    display: none;
}
    .sidebar-right .sidebar-right-content {
        width: 100% !important;
    }
/*탭있는페이지**/
.tabGruop > button {
    border: 0;
    outline: 0;
    background-color: white;
    font-weight: 800;
    padding-bottom: 10px;
    padding: 15px;
}

.tabGruop > .nav-link:hover,
.tap-btn-active {
    border-bottom: solid #00a3ff !important;
    color: #00a3ff !important;
    background-color: white !important;
}

.k-form-field {
    margin-right: 10px;
    display: flex !important;
    height: 50px;
    align-items: center;
}

.k-textbox {
    width: 100%;
}

.k-dropdownlist {
    width: 200px;
    margin: 10px;
    height: 40px;
    border-radius: 10px;
}

.k-form-field {
    max-width: 400px;
}

.k-label .k-form-label {
    width: 100px;
}

.k-form .k-form-field {
    margin-top: 0px;
}

.k-dialog {
    min-width:330px !important;
    height: 230px;
}

.k-dialog-titlebar.k-header.k-window-titlebar { /* targets the entire titlebar */
    background: #00a3ff;
}

.k-dialog-content {
    font-size: 20px;
    color:white;
    text-align: center;
}
.k-dialog-buttongroup {
    background: #404040;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.k-dialog-buttongroup > button {
   
}
/*라디오 버튼 커스텀*/
/* remove the horizontal space between the RadioGroup items */
.labels-only {
    display: flex;
}

    /* reset styles and support absolute radio inputs */
    .labels-only .k-radio-item {
        margin: 0;
        padding: 0;
        position: relative;
    }

    /* hide the radio buttons */
    .labels-only .k-radio {
        opacity: 0;
        position: absolute;
    }

        .labels-only .k-radio:checked::before {
            display: none;
        }

    /* make the radio labels look like buttons */
    .labels-only .k-radio-label {
        display: inline-block;
        margin: 0 10px;
        padding: .4em .6em .3em;
        border: none;
        border-left-width: 0;
        position: relative;
        color: #fff;
        font-size: 25px;
        border-radius: 30px;
        margin-bottom: 5px;
        background-color: #c6c6c6;
    }

        .labels-only .k-radio-label:hover {
            background-color: #2083dd;
        }

    /* button selected state */
    .labels-only .k-radio:checked + .k-radio-label {
        background-color: #2083dd !important;
        color: #fff;
    }


.k-radio-list-horizontal, .k-radio-list.k-list-horizontal {
    gap: 0 !important;
}

.wrap-full-screen {
    width: 98% !important;
    max-width:700px;
}

.k-grid {
    font-size: 20px;
}

    .k-grid tr {
        text-align: center;
    }
.w-window, .w-window3 {
    width: 360px;
}

.k-window-titlebar.k-dialog-titlebar.k-header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #404040 !important;
}

.k-window-content.k-dialog-content {
    background-color: #404040;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.k-dialog-titlebar {
    color: black;
}

.k-dialog-buttongroup {
    border-bottom-right-radius: .7em !important;
    border-bottom-left-radius: .7em !important;
    justify-content:space-between !important;
}

.k-dialog {
    border-radius: 0.7em !important;
}

.k-button-solid-primary {
    background-color: #2e75b6;
    border: #2e75b6;
    border-radius: 5px;
}

.k-button-solid-base {
    background-color: #404040;
    border: #404040;
    border-radius: 5px;
    color: white;
}
    .k-button-solid-base:hover, .k-button-solid-base.k-hover {
        background-color:transparent;
    }

    .k-button-solid-primary:hover {
    }

/*로딩 커스텀**/
.loading-panel-wrapper {
    /* size and appearance that try to match its container with as little CSS as possible,
           you can alter them as necessary for your use case and as per your preferences 
        */
    width: 100%;
    height: 100%;
    min-height: 200px;
    position: absolute;
    z-index: 123456;
    /* one way center the loading indicator inside */
    display: flex;
    justify-content: center;
    align-items: center;
}

    .loading-panel-wrapper .loading-panel-overlay {
        background: gray;
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0.5;
    }

.k-button k-time-cancel, .k-button k-time-accept{
    height:50px !important;
}
.listview-item{
    align-items:center;
}
.s-btn {
    width: 100%;
    border-radius: 5px;
    font-size: 30px;
    color: white;
    background-color: #001047;
}
/*버튼색**/
.s-black {
    background-color:#3b3838;
}
.s-lightgray {
    background-color: #d0cece;
}
.s-gray {
    background-color: #767171;
}
.s-darkblue {
    background-color: #203864;
}
.s-green {
    background-color: #548235;
}
.s-blue {
    background-color: #2e75b6;
}
.s-lightblue {
    background-color: #44546a;
}

.s-darkred {
    background-color: #c00000;
}

@media (min-width:780px) {
   .s-btn{
       width:250px !important;
   }
}
@media (max-width:450px){
    .s-button-custom {
        font-size: 13px !important;
        margin-right:3px;
    }
    .s-main-text{
        font-size:16px !important;
    }
}


/*마야램푸드 커스텀*/


.m-total-item {
    width: 50px;
    font-size: 14px;
}

.m-total-num {
    font-size: 14px;
    border: none;
    width: 50px;
    height: 26px;
}

.m-total-num2 {
    font-size: 14px;
    border: none;
    width: 76px;
    height: 26px;
}
.m-barcode-input {
    background-color: #8f8f8f !important;
    border-radius: 10px;
}
.m-barcode-btn {
    font-size: 15px;
    font-weight: bold;
    background-color: #e9f4fe;
}
.m-barcode-btn > .k-input-inner {
    background-color: #8f8f8f !important;
}
.MyTelerikNotification .k-notification-container .k-notification-wrap {
   
    width: 300px;
    height: 50px;
    font-size: 1.5em;
    text-align: center;
    align-items: center;
}
.m-label {
    width: 70px;
    font-size: 14px;
    margin-top: 3px;
    font-weight: bold;
}
.m-list-line {
    border-bottom: 1px solid #e9e9e9;
}
.k-datepicker {
    border: none;
}

.k-datepicker > .k-input-button {

    color: black;
}

.k-dateinput > .k-focus {
    border: none;
}
.m-fs-14 {
    font-size: 14px;
}
.k-textbox{
    border:none;
}
.m-barcode-input > .k-input-inner{
    color:white;
}
.btn-success{
    width:70px;
}
.form-control {
    padding-left:0px !important;
}
.m-search-icon {
    background-color: #e9f4fe;
    padding: 8px;
    width: 46px;
    border-radius: 6px;
    border: none !important
}
#balertDiv {
    height: 50px;
    font-size: 20px;
    background-color: red;
    color: white;
    text-align: center;
    position: fixed;
    z-index: 100;
    top: 126px;
}

.w-title {
    justify-content: left;
    align-items: center;
    padding: 10px 20px !important;
    color: white;
    font-size: 20px;
    background:black;
    height:40px;
}
.w-title > i {
    font-size: 25px;
    color: white;
    padding: 0px 20px 0px 0px;
}
.w-menu-nm {
    border-left: 1px solid #AFABAB;
    padding-left: 20px;
}
.w-scan {
    font-size: 20px;
    color: #fff;
    border-left: 1px solid white;
    margin: 0px 0px 10px 0px;
}
.w-scan > div {
    padding: 0px 0px 0px 10px;
}
.barcodetxt {
    background: #002060;
    border-radius: 7px;
}

.w-lot-info {
    font-size: 20px;
    color: #fff;
    border-left: 1px solid white;
    margin: 15px 0px 10px 0px;
}
.w-lot-info > div {
    padding: 0px 0px 0px 10px;
}
.w-lot-label {
    color: #fff;
    font-size: 20px;
    margin-left: 10px;
}
.w-lot-label2 {
    margin: 15px 0px 10px 0px;
    background: #70ad47;
    border-radius: 10px;
    padding: 1px 20px;
    color: #fff;
    font-size: 18px;
}
.w-lot-label3 {
    color: #fff;
    font-size: 30px;
}
.w-lot-btn {
    background: #ffd966;
    color: black;
    font-weight: bold;
    font-size: 20px;
    justify-content: center;
    width:100%;
    align-items:center;
    height:40px;
}
.w-lot-btn:first-child {
    margin: 0px 20px 0px 0px;
}
.w-page-content {
    padding: 15px 0px 0px 0px;
}
.k-breadcrumb-container> li:last-child > span:last-child{
    color:white;
    
}
.k-breadcrumb-root-link:hover{
    background:none;
}
.w-bt-gray {
    border-top: 1px solid #AFABAB;
}

.w-font-gray {
    color: #AFABAB;
}

.w-font-yellow {
    color: #ffd966;
}
.w-font-red {
    color: #ff3a7b;
}
.w-fs-20 {
    font-size: 20px;
}
.w-fs-30 {
    font-size: 30px;
}
.w-fs-18 {
    font-size: 18px;
}
.w-fs-15 {
    font-size: 15px;
}
.w-fs-13 {
    font-size: 13px;
}
.w-fs-60 {
    font-size: 60px;
}
.w-alert-qty {
    color: white;
    background: #ff3a7b;
    font-size: 15px;
    padding: 0px 18px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    height: 30px;
}
.listview-item:hover{
    cursor:pointer;
}
.w-border-right {
    border-right: 1px solid #868686 !important;
}
.w-border-left {
    border-left: 1px solid #868686 !important;
}
.w-border-top {
    border-top: 1px solid #868686 !important;
}
.w-border-bottom {
    border-bottom: 1px solid #868686 !important;
}



.w-calc-window > .k-window-content.k-dialog-content {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.w-calc-window > .k-window-content {
    padding: 0px;
}
.w-calc-remove {
    height: 240px;
    border-radius: 0;
    padding: 0px 14px 0px 14px !important;
}

.w-calc-remove:hover {
    color: black;
    transition: all 0.5s;
}
.k-window {
    border-radius: 10px;
    border: 2px solid white;
}

.w-num > div {
    width: 80px;
    height: 80px;
    color: white;
}

.w-dialog > .k-window-content.k-dialog-content {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.w-dialog {
    z-index: 20000;
}

    .w-dialog > .k-window-titlebar > .k-dialog-title {
        color: #ffd966;
        font-size: 15px;
    }



/* remove default 100% width */
.date-picker-only-icon.k-input {
    width: auto;
}

/* hide textbox */
.date-picker-only-icon .k-input-inner {
    display: none;
}

/* remove button left border */
.date-picker-only-icon .k-input-button {
    border-left-width: 0;
}
