@charset "utf-8";

/* jqGrid 관련 */
.ui-jqgrid tr.jqgrow td, .ui-jqgrid tr.jqgroup td{
height: 17px;
}
.ui-jqgrid tr.jqgrow td select, .ui-jqgrid tr.jqgroup select{
height: 15px;
}
.ui-jqgrid tr.jqgrow td input, .ui-jqgrid tr.jqgroup input{
height: 7px;
}
.ui-jqgrid tr.jqgrow td input, .ui-jqgrid tr.jqgroup input[type="checkbox"]{
height: 13px;
}
.jqGridList .ui-jqgrid .inline-edit-cell{
padding: 0px 3px;
}
.jqGridList .ui-jqgrid .inline-edit-cell[type="text"]{
/* padding: 3px 0; */
}
.ui-jqgrid .ui-jqgrid-htable .ui-th-div{
height: 22px;
line-height: 11px;
}
.frozen-div .jqg-third-row-header {
height: 55px;
}
.ui-jqgrid tr.ui-search-toolbar select{
padding: 2px 0;
}
.ui-jqgrid tr.ui-search-toolbar input{
padding: 3px 0;
}
th.ui-th-column div{
white-space:normal !important;
height:auto !important;
padding:2px;
}


.jqGridList {
width: 100%;
overflow-x: hidden;
}

.jqGridList td {
cursor:pointer;
font-size: 10px;
}

.jqGridList .noData {
background-color: #eeeeee;
height: 35.2px;
text-align: center;
vertical-align: middle;
}


.jqGridList tr.ui-search-toolbar td > input:disabled,
.jqGridList tr.ui-search-toolbar td > select:disabled {
background-color: #eee;
}

.gridList {
height: calc(100% - 183px);
}

.invoiceGridList {
height: calc(50% - 50px);
}

.invoiceItemGridList {
height: calc(50% - 140px);
}

.claimGridList {
height: calc(50% - 60px);
}

.claimSceneGridList {
height: calc(50% - 160px);
}


#editModeBtn{line-height: 20px;}
.editText::after{content: "편집모드";}
.retrieveText::after{content: "조회모드";}


/* context menu 관련 */
.contextMenu {
display: inline-block;
position: absolute;

text-align: left;
line-height: 1.8em;
border: 1px solid #555;
border-radius: 3px;
background-color: #fff;
box-shadow: 1px 1px 3px #999 ;
z-index: 100;
}
.contextMenu li{
cursor: pointer;
width: 110px;
text-align: center;
padding: 2px 5px 2px 5px;
}
.contextMenu li:hover{
background-color: #eee;
}
.contextMenu li label{
cursor: pointer;
}
tr.jqgrow {
/* height: 30px; */
}
tr.jqgrow td {
vertical-align: middle;
}
tr.jqgrow td input{
height: 11px;
}
/* 인보이스 input -- textarea때문에 늘려줘야함 */
.invoicePopup tr.jqgrow td input{
height: 20px;
}
tr.jqgrow td select{
/* height: 26px; */
}
.ui-th-column-header {
vertical-align: middle;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
font-family: 'Malgun Gothic','Dotum','Apple SD Gothic Neo', sans-serif;
}

/* Progress */
.sceneList button.search {
width: 17px;
height: 17px;
border: none;
border-radius: 3px;
vertical-align: top;
text-indent: -999em;
background: #2b62ae url(../images/btn.png) no-repeat -0.5px -150px;
}
.sceneList button.search:hover {
background: #333 url(../images/btn.png) no-repeat -0.5px -150px
}
.processingWrap > div {
flex: 1 1 50%;
height: 100%;
margin-top: 2px;
box-sizing: border-box;
}
.processingWrap > div:nth-child(2) {
display: inline-block;
width: 200px;
margin-right: 10px;
padding-right: 15px;
border-right: 1px dotted #ccc;
float: left;
}
.processingWrap > div:last-child {
display: inline-block;
width: 640px;
}

.processingWrap > div:last-child table { border-collapse:collapse; width: 100%; border-top: 1px solid #333;}
.processingWrap > div:last-child table thead{float:left; border-left: 0px solid #333; border-right: 1px solid #333; border-bottom: 0px solid #333;}
.processingWrap > div:last-child table tbody{overflow-y:auto; overflow-x:hidden; float:left; width:640px; height:217px}
/* .processingWrap > div:last-child table tbody tr{display:table; width:640px;} */
.processingWrap > div:last-child table th, .processingWrap > div:last-child table td {box-sizing: border-box;}
.processingWrap > div:last-child table th:nth-of-type(1), .processingWrap > div:last-child table td:nth-of-type(1) {min-width: 20px;}
.processingWrap > div:last-child table th:nth-of-type(2), .processingWrap > div:last-child table td:nth-of-type(2) {min-width: 30px;}
.processingWrap > div:last-child table th:nth-of-type(3), .processingWrap > div:last-child table td:nth-of-type(3) {min-width: 30px;}
.processingWrap > div:last-child table th:nth-of-type(4), .processingWrap > div:last-child table td:nth-of-type(4) {min-width: 300px;}
.processingWrap > div:last-child table th:nth-of-type(5), .processingWrap > div:last-child table td:nth-of-type(5) {min-width: 35px;}
.processingWrap > div:last-child table th:nth-of-type(6), .processingWrap > div:last-child table td:nth-of-type(6) {min-width: 40px;}
.processingWrap > div:last-child table th:nth-of-type(7), .processingWrap > div:last-child table td:nth-of-type(7) {min-width: 115px;}
.processingWrap > div:last-child table th:last-child {width: 90px;}
.processingWrap > div:last-child table td:last-child {width: calc(90px - 17px);}


.progressWrap > div.boardList table { border-collapse:collapse; width: 100%; border-top: 1px solid #333;}
.progressWrap > div.boardList table thead{float:left; border-left: 0px solid #333; border-right: 1px solid #333; border-bottom: 0px solid #333;}
.progressWrap > div.boardList table tbody{overflow-y:auto; overflow-x:hidden; float:left; width:100%; height:217px}
/* .progressWrap > div.boardList table tbody tr{display:table; width:640px;} */
.progressWrap > div.boardList table th, .progressWrap > div.boardList table td {box-sizing: border-box;}


.aoProgress .progressWrap > div.boardList table th:nth-of-type(1), .aoProgress .progressWrap > div.boardList table td:nth-of-type(1) {min-width: 20px;}
.aoProgress .progressWrap > div.boardList table th:nth-of-type(2), .aoProgress .progressWrap > div.boardList table td:nth-of-type(2) {min-width: 30px;}
.aoProgress .progressWrap > div.boardList table th:nth-of-type(3), .aoProgress .progressWrap > div.boardList table td:nth-of-type(3) {min-width: 30px;}
.aoProgress .progressWrap > div.boardList table th:nth-of-type(4), .aoProgress .progressWrap > div.boardList table td:nth-of-type(4) {min-width: 330px;}
.aoProgress .progressWrap > div.boardList table th:nth-of-type(5), .aoProgress .progressWrap > div.boardList table td:nth-of-type(5) {min-width: 75px;}
.aoProgress .progressWrap > div.boardList table th:nth-of-type(6), .aoProgress .progressWrap > div.boardList table td:nth-of-type(6) {min-width: 75px;}
.aoProgress .progressWrap > div.boardList table th:nth-of-type(7), .aoProgress .progressWrap > div.boardList table td:nth-of-type(7) {min-width: 150px;}
.aoProgress .progressWrap > div.boardList table th:last-child {width: 170px;}
.aoProgress .progressWrap > div.boardList table td:last-child {width: calc(170px - 17px);}

.ntoProgress .progressWrap > div.boardList table td {padding: 3px 0px;}
.ntoProgress .progressWrap > div.boardList table th:nth-of-type(1), .ntoProgress .progressWrap > div.boardList table td:nth-of-type(1) {min-width: 20px;}
.ntoProgress .progressWrap > div.boardList table th:nth-of-type(2), .ntoProgress .progressWrap > div.boardList table td:nth-of-type(2) {min-width: 30px;}
.ntoProgress .progressWrap > div.boardList table th:nth-of-type(3), .ntoProgress .progressWrap > div.boardList table td:nth-of-type(3) {min-width: 30px;}
.ntoProgress .progressWrap > div.boardList table th:nth-of-type(4), .ntoProgress .progressWrap > div.boardList table td:nth-of-type(4) {min-width: 150px;}
.ntoProgress .progressWrap > div.boardList table th:nth-of-type(5), .ntoProgress .progressWrap > div.boardList table td:nth-of-type(5) {min-width: 150px;}
.ntoProgress .progressWrap > div.boardList table th:nth-of-type(6), .ntoProgress .progressWrap > div.boardList table td:nth-of-type(6) {min-width: 410px;}
.ntoProgress .progressWrap > div.boardList table th:last-child {width: 90px;}
.ntoProgress .progressWrap > div.boardList table td:last-child {width: calc(90px - 17px);}



/* 검색 영역 내 disable 상태 */
.searchWrap input:disabled{
background-color: #ececec;
}

/* 컨텐츠 영역 내 button disable 상태일 때 제어 */
.contents button:disabled{
pointer-events:none;
}

/* aoi 관리 */
.manageAoi .boardList {
width: calc(100% - 1px);
height: 147px;
}

/* QA 정보 */
.qaInfo .boardList:not(.addQa) {
width: calc(100% - 1px);
height: 147px;
}

/* QA 결과보기 */
.processQa table { border-collapse:collapse; width: 100%; border-top: 1px solid #333;}
.processQa table thead{float:left; width: 100%; border-left: 0px solid #333; border-right: 1px solid #333; border-bottom: 0px solid #333;}
.processQa .boardList:nth-of-type(1) table tbody{overflow-y:auto; overflow-x:hidden; float:left; width:100%; height:131px}
/* .processingWrap > div:last-child table tbody tr{display:table; width:640px;} */
.processQa table th, .processQa table td {box-sizing: border-box;}
.processQa .boardList:nth-of-type(1) table th:nth-of-type(1), .processQa .boardList:nth-of-type(1) table td:nth-of-type(1) {min-width: 120px;}
.processQa .boardList:nth-of-type(1) table th:nth-of-type(2), .processQa .boardList:nth-of-type(1) table td:nth-of-type(2) {min-width: 120px;}
.processQa .boardList:nth-of-type(1) table th:nth-of-type(3), .processQa .boardList:nth-of-type(1) table td:nth-of-type(3) {min-width: 50px;}
.processQa .boardList:nth-of-type(1) table th:nth-of-type(4), .processQa .boardList:nth-of-type(1) table td:nth-of-type(4) {min-width: 50px;}
.processQa .boardList:nth-of-type(1) table th:nth-of-type(5), .processQa .boardList:nth-of-type(1) table td:nth-of-type(5) {min-width: 400px;}
.processQa .boardList:nth-of-type(1) table th:last-child {width: 150px;}
.processQa .boardList:nth-of-type(1) table td:last-child {width: calc(150px - 17px);}

.processQa .boardList:nth-of-type(2) table tbody{overflow-y:auto; overflow-x:hidden; float:left; width:100%; height:200px}
.processQa .boardList:nth-of-type(2) table th:nth-of-type(1), .processQa .boardList:nth-of-type(2) table td:nth-of-type(1) {min-width: 25px;}
.processQa .boardList:nth-of-type(2) table th:nth-of-type(2), .processQa .boardList:nth-of-type(2) table td:nth-of-type(2) {min-width: 300px;}
.processQa .boardList:nth-of-type(2) table th:nth-of-type(3), .processQa .boardList:nth-of-type(2) table td:nth-of-type(3) {min-width: 35px;}
.processQa .boardList:nth-of-type(2) table th:nth-of-type(4), .processQa .boardList:nth-of-type(2) table td:nth-of-type(4) {min-width: 35px;}
.processQa .boardList:nth-of-type(2) table th:nth-of-type(5), .processQa .boardList:nth-of-type(2) table td:nth-of-type(5) {min-width: 105px;}
.processQa .boardList:nth-of-type(2) table th:nth-of-type(6), .processQa .boardList:nth-of-type(2) table td:nth-of-type(6) {min-width: 70px;}
.processQa .boardList:nth-of-type(2) table th:nth-of-type(7), .processQa .boardList:nth-of-type(2) table td:nth-of-type(7) {min-width: 25px;}
.processQa .boardList:nth-of-type(2) table th:last-child {width: 285px;}
.processQa .boardList:nth-of-type(2) table td:last-child {width: calc(285px - 17px);}



/* table thead 고정 css */
.boardTopfix {
position: relative;
padding-top: 20.5px;
}
.boardTopfix > .boardList{
overflow-y: scroll;
}
.boardTopfix > .boardList thead{
border:none;
}
.boardTopfix > .boardList thead tr {
display: inline-table;
width: calc(100% - 21px);
position: absolute;
top: 0;
border: 2px solid #333;
}
.boardTopfix > .boardList tbody td {
vertical-align: middle;
}
/* table thead 고정 css */

.ui-jqgrid-htable > thead > tr:nth-of-type(2) > th:first-of-type > div {
margin-top: 19px;
}

/* 상세보기 수정 */
.headerWrap {
padding: 10px 15px 0px 15px;
}
.ao {
height: 545px;
}
.nto {
height: 465px;
}
.columnWrap {
padding: 0 0 0 0
}

/* priority */
.priority {
background-color: #FFFD6E;
}

/* 클레임 등록 */
.claimPopup table { border-collapse:collapse; width: 100%; border-top: 1px solid #333;}
.claimPopup table thead{float:left; width: 100%; border-left: 0px solid #333; border-right: 1px solid #333; border-bottom: 0px solid #333;}
.claimPopup .boardList:nth-of-type(1) table tbody{overflow-y:auto; overflow-x:hidden; float:left; width:100%; height:131px}
.claimPopup table th, .claimPopup table td {box-sizing: border-box;}
.claimPopup .boardList:nth-of-type(1) table th:nth-of-type(1), .claimPopup .boardList:nth-of-type(1) table td:nth-of-type(1) {min-width: 310px;}
.claimPopup .boardList:nth-of-type(1) table th:nth-of-type(2), .claimPopup .boardList:nth-of-type(1) table td:nth-of-type(2) {min-width: 80px;}
.claimPopup .boardList:nth-of-type(1) table th:nth-of-type(3), .claimPopup .boardList:nth-of-type(1) table td:nth-of-type(3) {min-width: 130px;}
.claimPopup .boardList:nth-of-type(1) table th:nth-of-type(4), .claimPopup .boardList:nth-of-type(1) table td:nth-of-type(4) {min-width: 180px;}
.claimPopup .boardList:nth-of-type(1) table th:last-child {width: 180px;}
.claimPopup .boardList:nth-of-type(1) table td:last-child {width: calc(180px - 17px);}

/* Spinner */
.spinner-modal {
display: none;
position: absolute;
z-index: 800;
left: 0;
top: 0px;
width: 100%;
height: calc(100% - 0px);
border-radius: 0 0 10px 10px;
overflow: auto;
background-color: rgb(0,0,0,0.4);
}
.spinner-modal > dialog {
display: none;
position: absolute;
top: 45%;
left: 50%;
width: 50px;
height: 50px;
margin: 0px;
background-color: rgba(0, 0, 0, 0);
border: 5px solid rgba(255,255,255,.3);
border-radius: 50%;
border-top-color: #fff;
animation: spin 1s ease-in-out infinite;
-webkit-animation: spin 1s ease-in-out infinite;
}
@keyframes spin {
to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
to { -webkit-transform: rotate(360deg); }
}

/* 보고서 */
#monthReport table tbody td:nth-of-type(1) { min-width: 100px; }
#monthReport table tbody td:nth-of-type(2) { min-width: 130px; }
#monthReport table tbody td:nth-of-type(3) { min-width: 150px; }
#monthReport table tbody td:nth-of-type(4) { min-width: 120px; }
#monthReport table tbody td:nth-of-type(5) { min-width: 120px; }
#monthReport table tbody td:nth-of-type(6) { min-width: 120px; }
#monthReport table tbody td:nth-of-type(7) { min-width: 120px; }
#monthReport table tbody td:nth-of-type(8) { min-width: 120px; }
#monthReport table tbody td:nth-of-type(9) { min-width: 160px; }
#monthReport table tbody td:nth-of-type(10) { min-width: 160px; }
#monthReport table tbody td:nth-of-type(11) { min-width: 160px; }
#monthReport table tbody td:nth-of-type(12) { min-width: 160px; }
#monthReport table tbody td:nth-of-type(13) { min-width: 160px; }

#quarterReport .boardList { width: calc(100%-10px); overflow-x: scroll; }
#quarterReport table tbody tr:not(.total) td:nth-of-type(1) { min-width: 35px; }
#quarterReport table tbody tr:not(.total) td:nth-of-type(2) { min-width: 145px; }
#quarterReport table tbody tr:not(.total) td:nth-of-type(3) { min-width: 60px; }
#quarterReport table tbody tr:not(.total) td:nth-of-type(4) { min-width: 50px; }
#quarterReport table tbody tr:not(.total) td:nth-of-type(5) { min-width: 110px; }
#quarterReport table tbody tr:not(.total) td:nth-of-type(6) { min-width: 210px; }
#quarterReport table tbody tr:not(.total) td:nth-of-type(7) { min-width: 50px; }
#quarterReport table tbody tr:not(.total) td:nth-of-type(8) { min-width: 80px; }
#quarterReport table tbody tr:not(.total) td:nth-of-type(9) { min-width: 130px; }
#quarterReport table tbody tr:not(.total) td:nth-of-type(10) { min-width: 300px; }
#quarterReport table tbody tr:not(.total) td:nth-of-type(11) { min-width: 210px; }
#quarterReport table tbody tr:not(.total) td:nth-of-type(12) { min-width: 40px; }
#quarterReport table tbody tr:not(.total) td:nth-of-type(13) { min-width: 60px; }
#quarterReport table tbody tr:not(.total) td:nth-of-type(14) { min-width: 140px; }
#quarterReport table tbody tr:not(.total) td:nth-of-type(15) { min-width: 60px; }
#quarterReport table tbody tr:not(.total) td:nth-of-type(16) { min-width: 80px; }
#quarterReport table tbody tr:not(.total) td:nth-of-type(17) { min-width: 80px; }
#quarterReport table tbody tr:not(.total) td:nth-of-type(18) { min-width: 80px; }
#quarterReport table tbody tr:not(.total) td:nth-of-type(19) { min-width: 80px; }
#quarterReport table tbody tr:not(.total) td:nth-of-type(20) { min-width: 80px; }
#quarterReport table tbody tr:not(.total) td:nth-of-type(21) { min-width: 80px; }

#userList { width: calc(100% - 10px); overflow-x: scroll;}
#userList table tbody td:nth-of-type(1) { min-width: 210px; }
#userList table tbody td:nth-of-type(2) { min-width: 230px; }
#userList table tbody td:nth-of-type(3) { min-width: 100px; }
#userList table tbody td:nth-of-type(4) { min-width: 100px; }
#userList table tbody td:nth-of-type(5) { min-width: 100px; }
#userList table tbody td:nth-of-type(6) { min-width: 120px; }
#userList table tbody td:nth-of-type(7) { min-width: 300px; }
#userList table tbody td:nth-of-type(8) { min-width: 200px; }
#userList table tbody td:nth-of-type(9) { min-width: 60px; }
#userList table tbody td:nth-of-type(10) { min-width: 60px; }
#userList table tbody td:nth-of-type(11) { min-width: 140px; }
#userList table tbody td:nth-of-type(12) { min-width: 150px; }
#userList table tbody td:nth-of-type(13) { min-width: 90px; }
#userList table tbody td:nth-of-type(14) { min-width: 100px; }
#userList table tbody td:nth-of-type(15) { min-width: 60px; }
#userList table tbody td:nth-of-type(16) { min-width: 60px; }

/* white space */
.ui-jqgrid tr.jqgrow td.white-space {
    white-space: normal;
}
/* NOTICE */
.notice {
width: 560px;
}
.notice h2 {
display: block;
font-size: 1.9em;
margin-block-end: 0.83em;
margin-inline-start: 0px;
margin-inline-end: 0px;
font-weight: bold;
background: none;
}
.notice p {
margin: 10px 0;
}
.notice ul {
margin: 15px 0;
}
.notice-tit {
font-size: 15px;
border-bottom: 1px dotted #ccc;
}
.notice ul li {
    margin: 0 0 5px 15px;
    list-style-type: disc;
    list-style-position: outside;
}
/* layer */
.modal-layer-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 300;
}
.modal-layer {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 20px;
    transform: translate(-50%,-50%);
    border-radius: 10px;
    background-color: #fff;
}
.modal-layer p {
    padding: 10px 0;
}
button.modal-layer-close {
    position: absolute;
    left: 50%;
    bottom: -50px;
    width: 40px;
    height: 40px;
    font-size: 0;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    transform: translateX(-50%);
    background: #fff url(../images/ico_btn.png) no-repeat 12px -887px;
}
.layer-btns {
    text-align: center;
}
.layer-btns {
    margin: 10px 0;
    text-align: center;
}
button.layer-btn {
    min-width: 80px;
    height: 40px;
    padding: 0 10px;
    line-height: 34px;
    font-size: 14px;
    border-radius: 20px;
}
.type1 {
    color: #fff;
    background: #000;
    border: 1px solid #000;
}

.pointer {
    cursor: pointer;
}

/* nto progress aoi list */
.processingWrap > .aoList table { border-collapse:collapse; width: 100%; border-top: 1px solid #333;}
.processingWrap > .aoList table thead{float:left; border-left: 0px solid #333; border-right: 1px solid #333; border-bottom: 0px solid #333;}
.processingWrap > .aoList table tbody{overflow-y:auto; overflow-x:hidden; float:left; width:184px; height:217px}
/* .processingWrap > div:last-child table tbody tr{display:table; width:640px;} */
.processingWrap > .aoList table th, .processingWrap > .aoList table td {box-sizing: border-box;}
.processingWrap > .aoList table th:nth-of-type(1), .processingWrap > .aoList table td:nth-of-type(1) {min-width: 35px;}
.processingWrap > .aoList table th:last-child {width: 166px;}
.processingWrap > .aoList table td:last-child {width: calc(166px - 17px);}