.bg-skyblue { background-color: #d2eefd;  }
.bg-pink { background-color:#fbe9e5; }
.bg-lightgreen { background-color:#e3f6c1; }
.bg-lightyellow { background-color:#fff9e6; }

.cursor-pointer {
    cursor: pointer;
}

.start-bg {filter: opacity(30%); width:500px;}

.ui-datepicker{ z-index: 9999 !important;}

.content-wrapper-none {
    height:100%;
}

.content-wrapper-none .content {
    height:100%;
}

.content-wrapper-none .content .container-fluid {
    height:100%;
}


.cardPage {
    min-height:200px;
    height:calc(100% - 100px);
}

.well {
    background: none;
    padding-bottom : 50px;
}



/* 스크롤바 막대기 */
.well ::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #888787;
}

/* 스크롤바 백그라운드 */
.well ::-webkit-scrollbar-track {
    background-color: #fff;
}


.table-scroll tbody {
    position: absolute;
    overflow-y: scroll;
    max-height:80%;
    margin-right:10px;

}
.table-scroll ::-webkit-scrollbar {
    width: 7px;
}
.table-scroll tr {
    width: 100%;
    table-layout: fixed;
    display: inline-table;
}

.table-scroll thead > tr > th {
    border: none;
    text-align: center;
}

.doc_num { font-size: 11px;font-weight: bold; }
.doc_essential {
    color:rgb(151, 253, 156);
}


.document_print_cover {
    font-size:12px;
    width:400px;
    height:565px;
    position: relative;
    margin:20px;
}


.document_print_company_image {
    position: absolute;
    left:0.2em;
    top:50px;
    height:50px;
}
.document_print_company {
    position: absolute;
    left:0.2em;
    top:130px;
    font-weight:600;
    font-size:1.2em;

    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.document_print_title {
    position: absolute;
    left:0.2em;
    top:200px;
    font-weight:800;
    font-size:2em;

    font-family: 'NanumBarunGothic', 'OpenSans';
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.document_print_date {
    position: absolute;
    left:0.2em;
    top:230px;
    font-weight:400;
    font-size:10pt;
    letter-spacing :-0.05em ;
    font-size:1.2em;

    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


.document_print_deputy_image {
    position: absolute;
    left:0.2em;
    top:370px;
    height:50px;
}

.document_print_agent {
    position: absolute;
    left:0.2em;
    top:450px;
    font-weight:600;
    font-size:1.2em;

    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.qty-box label {
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #333;
}

.qty-box label span {
    display: block;
    font-size: 13px;
    color: #5d646d;
    font-weight: 400;
}

.qty-inc,
.qty-dec {
    width: 28px;
    height: 28px;
    line-height: 29px;
    font-size: 12px;
    background-color: rgba(128, 137, 150, 0.08);
    color: #0d233e;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.qty-inc:hover,
.qty-dec:hover {
    background-color: var(--thm-primary);
    color: #fff;
}

.qty-btn input {
    width: 35px;
    border: none;
    text-align: center;
    color: #0d233e;
    font-weight: 500;
    background-color: transparent;
}


.sidebar-widget-item.qty {
    border: 1px solid #d2e0e0;
    margin-bottom: 5px;
    background: #fff;
}

.qty-box {
    padding: 10px 10px 10px 15px;
}

.qty-box:nth-child(2) {
    background: #f1f8fb;
}



div.form-inline label.col-md-4{
    justify-content: flex-end;
}

div label {
    justify-content: flex-end;
}

.kindMenu button{
    font-size:1.2em;
    font-weight:700;
}

.kindMenu .dropdown-menu {
    width:100%;
}

.kindMenu .dropdown-item{
    font-size:1.2em;
    color:black;
    font-weight:500;
}
.kindMenu .dropdown-item > a:active,.kindMenu .dropdown-item >  a:link,.kindMenu .dropdown-item >  a:visited,.kindMenu .dropdown-item >  a:hover{
    color:black;
    font-weight:600;
}


#tabList a.nav-link:active.active,
#tabList a.nav-link:link.active,
#tabList a.nav-link:visited.active,
#tabList a.nav-link:hover.active { color:white;font-size:10pt;border-radius:  10px 10px 0px 0px; border-top:1px solid #757575; border-left:1px solid #757575; border-right:1px solid #757575; background-color: #000000; }
#tabList a.nav-link { font-size:10pt;color:black;border-radius:  10px 10px 0px 0px; border-top:1px solid #757575; border-left:1px solid #757575; border-right:1px solid #757575; background-color: #ffffff;}

.sysName {
	font-family: "OpenSans","NanumBarunGothic";
    font-size:28pt;
    font-weight:700;
    color:#26890D;
}

.Llink {
    font-weight:700;
    color:#26890D;
}

/*버튼이미지 disable */
.btn-state {
    pointer-events: none;
    cursor: default;
}

.btnStdUpload {
    font-weight:700;
    cursor: default;
    margin-bottom:10px;
}


.activeIconTab {

}

.activeTimeTab {
    font-size:14pt;
    font-weight:bold;
    margin-top:20px;
}

.activeHelpTab {
    font-size:11pt;
    font-weight:bold;
    margin-top:20px;
}

.activeBtnTab {
    margin-top:40px;
}


/* 마스킹관련 */
.btnMasking {
    color: #ffffff;
}
.masking_on {
    background-color: #a0a1a1;
    color: #a0a1a1;
    /*드래그차단*/
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none

}
.masking_off {
    background-color: '';
    color: #000000;
    /*드래그허용*/
    -webkit-user-select:all;
    -moz-user-select:all;
    -ms-user-select:all;
    user-select:all
}


/* 스타일은 선택적으로 수정 가능합니다. */
.draggable-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.draggable-list li {
    margin: 5px;
    padding: 5px 10px;
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    cursor: grab;
    overflow: hidden;
}

.draggable-list .docRow div {
    float:left;
}

.draggable-list input.focusDoc{
    border:2px solid rgb(39, 39, 39)
}
.draggable-list input.blurDoc{
    border:1px solid rgb(179, 179, 179)
}


.docBtn {
    list-style-type: none;
    margin: 5px;
    padding: 5px 10px;
    background-color: #8b8b8b;
    border: 1px solid #ddd;
    font-weight:700;
    font-size:15pt;
    text-align:center;
}

.ckDocIndex {
    width:20px;
    height:20px;
}
.docDel{
    width:20px;
    height:20px;
}



.modal-dialog.modal-fullsize {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.modal-content.modal-fullsize {
    height: auto;
    min-height: 100%;
    border-radius: 0;
}
