﻿
html {
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    font-family: 'Spoqa Han Sans Neo', 'sans-serif';
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote { /*, th, td, input, select, button*/
    margin: 0px;
    padding: 0px;
    outline: none;
}


.m-page {
    max-width: 1200px;
    margin-left: 40px;
    margin-top: 20px;
}

.k-scrollbar {
    position: absolute;
    overflow: scroll;
}

.k-scrollbar-vertical {
    top: 0;
    right: 0;
    width: 17px;
    height: 100%;
    overflow-x: hidden;
}

.k-touch-scrollbar {
    display: none;
    position: absolute;
    z-index: 200000;
    height: 8px;
    width: 8px;
    border: 1px solid #8a8a8a;
    background-color: #858585;
}

a:hover, a {
    text-decoration: none;
}

    a:focus {
        outline: none;
        outline-offset: 0;
        color: none;
        text-decoration: none;
    }
/*terelik listview 관련 커스텀 스타일 start**/
.k-listview-content {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    outline: 0;
    flex-grow: 0;
    position: relative;
    overflow: auto;
}

.listview-item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 7px;
}
/*terelik listview 관련 커스텀 스타일 end**/


/*table custom start*/
.k-grid {
    border-color: transparent;
}

    .k-grid th {
        padding: 5px 10px;
        border-color: #e2e4ee;
        font-weight: bold;
        color: #111;
        text-align: center;
        /*background-color: #f5f6f9;*/
        vertical-align: middle;
        line-height: 24px;
        letter-spacing: -1.5px;
    }

.k-input-md .k-input-inner, .k-picker-md .k-input-inner {
    padding: 0px 8px 0px 8px !important;
    margin: 0px !important;
}

.k-grid td {
    border-color: #e2e4ee !important;
    /*color: #444 !important;*/
    border-top: 1px solid #e5e5e5 !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    font-size: 11px !important;
    letter-spacing: 0 !important;
    /*text-align: center !important;*/
    /*min-width: 50px !important;*/
    /*background-color:white;*/
}

.s-grid-min {
    min-width: 800px;
}

/*.k-grid-header-wrap> table {
    width: 1200px;
}*/
/*.k-grid-content {
    overflow-y: auto;
}*/
/*th{
    font-weight:100 !important;
    justify-content:center;
}*/

.k-grid-header {
    border-top: 1px solid #e2e2e2;
}

.k-pager-wrap {
    border-bottom: 1px solid #e2e2e2;
}

.k-cell-inner > .k-link {
    padding: 12px;
}
/*table custom end*/
/*button custom start*/
.btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.w-base-button {
    height: 28px;
    font-size: 12px;
    /*    line-height: 40px;
*/ color: #5d5d5d;
    letter-spacing: -0.2px;
    text-align: center;
    transition: background-color .25s;
    padding: 1px 11px 0;
    outline: 0;
    cursor: pointer;
    border-radius: 2px;
}

.w-base-button2 {
    height: 28px;
    font-size: 12px;
    /*font-weight: 400;*/
    /*    line-height: 40px;
*/ color: #5d5d5d;
/*    letter-spacing: 0;
    text-align: center;
    transition: background-color .25s;*/
    padding: 1px 11px 0;
    outline: 0;
    cursor: pointer;
    border-radius: 1px;
    border: 1px solid #D9D9D9;
}

.w-base-button:hover {
    /*background-color: #ebedf4;*/
    /*border: 1px solid #333;*/
}

.w-btn-base {
    background-color: #f3f4fa;
    color: black;
}

.w-btn-primary {
    background-color: #000a48;
}

.w-btn-dark {
    background-color: #222;
    color:#fff;
}

.w-btn-gray {
    background-color: #ffffff;
}

    .w-btn-gray:hover {
        /*background-color: #D9D9D9;
        color: white;*/
        border: 1px solid #333;
    }

.w-btn-yellow {
    background-color: #FFDF2C;
    border: 1px solid #efcb00;
}


    .w-btn-yellow:hover {
        background-color: #efcb00;
        border: 1px solid #efcb00;
    }

.w-btn-red {
    background-color: #ff5151;
    color: white;
}

    .w-btn-red:hover {
        background-color: #ffa5a5;
        color: white;
        border: 1px solid #D70000;
    }

.w-btn-white {
    background-color: #fff;
    color: #326edc;
    border: 1px solid #ddd;
}

    .w-btn-white:hover {
        background-color: #fff;
        color: #326edc;
        border: 1px solid #bbb;
    }

.k-button {
    border-radius: 0;
}


.btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover {
    color: #935a5a;
}

.k-input-solid:focus, .k-input-solid.k-focus {
    border: 1px solid rgb(50, 110, 220);
}

.b-line {
    border-bottom: 1px solid #afafaf;
    opacity: 0.75;
    margin: 0.5rem;
    margin-left: 0;
    margin-right: 0;
}

.w-lg {
}

.w-md {
    width: 150px;
}

.w-s {
    width: 100px;
}

.w-ms {
    width: 90px;
}

.w-xs {
    width: 50px;
}

.w-ft-primary {
    color: #03166c;
}

.w-400 {
    width: 400px;
}

.w-700 {
    width: 700px;
}
.w-850 {
    width : 850px;
}
.w-day-md {
    width: 120px;
}

.w-btn-md {
    width: 144px;
    height: 48px;
    font-size: 20px;
}

.w-526 {
    width: 526px;
}

.w-w-50 {
    width: 50px;
}

.h-28 {
    height: 28px !important;
}

.h-36 {
    height: 36px;
}
.mb-42 {
    margin-bottom : 30px !important;
}
.ms-55 {
    margin-left : 55px !important;
}
/*button custom end*/
/*dropdown custom start*/
.k-combobox {
    border-radius: 0px;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

    .k-combobox > .k-input-inner {
        display: block;
        width: 100%;
        overflow: hidden;
        letter-spacing: -0.2px;
        line-height: 28px;
        color: #111;
        transition: border-color .25s;
        text-align: left;
        background-color: transparent;
        font-size: 12px;
        /*background-color: #fff;  그리드에 배경이 덮혀서 나옴*/
    }

.k-state-selected > .w-combo > .k-input-inner {
    background-color: #c4dcea;
}

.k-column-title {
    font-weight: bold !important;
}

.k-combobox:hover {
    border: 1px solid #326edc;
}

.k-combobox.k-disabled {
    opacity: 1;
    border: none;
}

.k-combobox > button {
    display: none;
}

.k-combobox:hover > button {
    display: block;
}

.k-combobox.k-focus > button {
    display: block;
}
/*dropdown custom end*/
/*datepicker custom start*/
.k-dateinput, .k-datepicker {
    border-radius: 0px !important;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.k-floating-label-container > .k-label {
    display: none;
}

.k-dateinput > .k-input-inner {
    display: block;
    width: 100%;
    overflow: hidden;
    height: 28px;
    letter-spacing: -0.2px;
    line-height: 40px;
    font-size: 14px;
    color: #111;
    transition: border-color .25s;
    text-align: center;
    background-color: #fff;
    
}

.k-datepicker:hover {
    border: 1px solid #326edc;
}

.daterangepicker-no-labels .k-label {
    display: none;
}

.k-floating-label-container {
    padding: 0px !important;
}

.daterangepicker-no-labels .k-floating-label-container {
    padding: 0;
}

.k-datepicker.k-disabled {
    opacity: 1;
}

/*datepicker custom end*/
.w-label {
    font-size: 12px;
    width: 200px;
    padding: 10px;
    color: #6d6d6d;
    padding-left: 0;
}
.w-label2 {
    font-size: 12px;
    width: 40px;
    color: #6d6d6d;
    padding-left: 0;
    padding-top: 5px;
}
.w-label3 {
    font-size: 12px;
    color: #6d6d6d;
    padding-top: 5px;
    white-space :nowrap;
}

.ws-label {
    font-size: 11.5px;
    width: 200px;
    padding: 20px;
    color: black;
    padding-left: 0;
}

.w-border-gray {
    border-color: #D9D9D9;
}

/* textbox custom start*/
.k-textbox {
    border-radius: 0;
}

    .k-textbox:hover {
        border: 1px solid #326edc;
    }

    .k-textbox.k-disabled {
        opacity: 1;
    }
/* textbox custom end*/

/*Window custom start*/
.k-dialog-titlebar {
    background-color: white;
}

.k-dialog-titlebar {
    color: black;
}
/*Window custom end*/

.k-numerictextbox.k-disabled {
    opacity: 1;
}

.document-label:hover {
    text-decoration: underline;
    color: #326edc;
}

.w-content {
    padding: 15px;
    background-color: white;
    min-height: 700px;
}

.w-content2 {
    padding: 15px;
    background-color: white;
    min-height: 700px;
    padding-top: 0px;
}

.active {
    color: #326edc !important;
    font-weight: bold;
    background-color: #f2f6fd;
}

.w-sub-menu > a:hover {
    background-color: #f2f6fd !important;
    color: #326edc !important;
    opacity: 1 !important;
    font-weight: bold;
}

.page-title {
    font-weight: bold;
    font-size: 16px;
}

/*menu custom start*/
.first-menu-name:hover {
    background-color: #f2f6fd;
}
/*.first-menu-name {
    padding: 0px 20px;
}*/
.w-sub-link {
    padding-left: 61px !important;
}

.breadcrumb-last {
}
/*menu custom end*/
/*dropdown custom start*/
.k-dropdownlist {
    width: 85px;
    background-color: white;
    border-radius: 0;
}

.k-picker-solid:hover, .k-picker-solid.k-hover {
    background-color: white;
}

.k-picker {
    background-image: none !important;
}

.k-picker-solid:focus, .k-picker-solid.k-focus {
    box-shadow: none;
}

.first_item > a {
    width: 100%;
    padding: 10px 20px !important;
}
/*dropdown custom end*/
/*icon custom start*/
.k-i-arrow-60-down {
    color: #666666;
}

.bx {
    padding: 0 5px;
    font-size: 15px;
}

    .bx.bx-chevron-down.downicon2 {
        padding: 0 8px;
    }

.bx-chevron-down {
    color: #c5c7d1;
}
/*icon custom end*/
a {
    cursor: pointer;
}

.w-0 {
    width: 0 !important;
}

.logout-btn {
    cursor: pointer;
}

.w-color-red {
    color: #ff5151;
}

.w-color-black {
    color: black;
}

.w-required > .k-combobox > input {
    border: 1px solid red;
}

.k-numerictextbox > .k-input-inner {
    text-align: right !important;
}

.highlightCellBackGroud {
    background-color: lightyellow !important;
}

.k-filtercell-operator {
    display: none;
}



/*.k-combobox > .k-input-inner {
    text-align: center;
}*/
/*.k-textbox.k-input.rxEditCell > input {
    text-align: center;
}*/

tbody > tr, tbody > td, .k-master-row.k-alt .k-grid-content-sticky, .k-master-row.k-alt .k-grid-row-sticky,
.k-grid td.k-state-selected, .k-grid td.k-selected, .k-grid tr.k-state-selected > td, .k-grid tr.k-selected > td, .k-master-row .k-grid-content-sticky {
    background-color: transparent !important;
}

.k-grid-header th.k-grid-header-sticky, .k-grid-header td.k-grid-header-sticky, .k-grid-header .k-grid-header-sticky.k-sorted {
    border-left-color: inherit !important;
    border-right-color: inherit !important;
}

.k-grid-header {
    border-bottom: none;
}

.k-master-row > td {
    white-space: nowrap;
}

.rxEditCell {
}

.btn-check:focus + .btn, .btn:focus {
    box-shadow: none;
}

hr {
    background: #afafaf !important;
}

th, .k-column-title {
    font-weight: 400;
    font-size: 11.5px;
    letter-spacing: -0.2px;
}

.k-input-md, .k-picker-md {
    font-size: 11.5px;
}


.grid-no-scroll .k-grid-content {
    overflow-y: auto;
}

    .grid-no-scroll .k-grid-content ::after {
        background-color: red;
    }

.grid-no-scroll .k-grid-header,
.grid-no-scroll .k-grid-footer {
    padding-right: 0; /* version 2.26 and older requires !important here */
}

.grid-no-scroll .k-grid-header-wrap,
.grid-no-scroll .k-grid-footer-wrap {
    border-right-width: 0px;
}

.k-grid th, .k-grid td {
    font-weight: 400;
    font-size: 13px !important;
}

.k-grid-table > tbody > tr:first-child > td {
    border-top-width: 2px;
    border-top-color: red;
}


.k-grid-table > tbody > tr:last-child > td {
    border-bottom-width: 1px;
    border-bottom-color: #e5e5e5;
}

.k-grid {
    border-bottom: 0px solid #e5e5e5;
    border-left: 0px solid #e5e5e5;
    border-right: 0px solid #e5e5e5;
}

    .k-grid td {
        padding: 0px 0px 0px 0px !important;
        line-height: 24px !important;
        background-color: transparent;
    }

        /* TextBox 의 경우 span */
        .k-grid td > span {
            line-height: inherit;
        }

            .k-grid td > span > span {
                line-height: inherit;
            }

.rxEditCell {
    background-color: transparent;
}

    .rxEditCell > input {
        /*line-height: 22px;*/
    }

.rxGridCell {
    background-color: transparent;
    overflow: hidden;
    text-overflow: ellipsis;
}


.rxEditCell, .rxEditCell > input {
    border: 1px solid transparent;
    height: max-content;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.k-grid-header {
    position: -webkit-sticky; /*  Safari  */
    position: sticky;
    top: -1px;
    align-self: stretch;
    z-index: 2;
    border-bottom: 1px solid #333;
}

.k-grid-aria-root {
    overflow-x: visible !important;
    overflow-y: visible !important;
}


/* 그리드의 그룹헤더 안나오게 처리 해야함 */
.k-group-cell {
    width: 0 !important;
}

.rs-grid-cell-content {
    padding: 0px 8px 0px 8px;
    font-size: 11.5px;
}
/*메세지 박스 커스텀 Start*/
.k-window-title, .k-dialog-title {
    display: none;
    border: 0;
}

.k-dialog-buttongroup, .k-hstack, .k-justify-content-end {
    border: 0;
    justify-content: center;
}

.k-window-titlebar, .k-dialog-titlebar {
    border: 0
}


.k-window-content, .k-prompt-container {
    padding: 16px 82px
}

.k-button-solid-primary:hover, .k-button-solid-primary.k-hover {
    background-color: #ffdf2c;
    border-color: #ccb223;
}

.k-button-solid-primary {
    background-color: #ffdf2c;
    border-color: #ffdf2c
}

    .k-button-solid-primary:focus, .k-button-solid-primary.k-focus {
        box-shadow: 0 0 0px 2px rgb(18 116 172 / 0%);
    }
/*메세지 박스 커스텀 End*/



.searchCombo {
    border: 1px solid #d9d9d9 !important;
    height: 28px;
    width:160px;
}
.w-texth {
    height: 28px;
}

td >span> .k-combobox
{
    height:29px;
}

.k-combobox > .k-button {
    padding:0px;
}
