@charset "UTF-8";

/* 로딩*/
#loading {
    height: 100%;
    left: 0px;
    position: fixed;
    _position: absolute;
    top: 0px;
    width: 100%;
    filter: alpha(opacity = 50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.loading {
    background-color: white;
    z-index: 99998;
}

#loading_img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100px;
    margin-top: -75px;
    margin-left: -75px;
    z-index: 999999;
}

#divToastPop {
	display:none;
}


.ui-jqgrid .ui-jqgrid-resize-ltr {
    float: right;
    margin: -2px -2px -2px 0;
}
.ui-jqgrid .ui-jqgrid-resize {
    height: 20px !important;
    position: relative;
    cursor: e-resize;
    display: inline;
    overflow: hidden;
}
.ui-jqgrid .loading {
    position: absolute;
    top: 45%;
    left: 45%;
    width: auto;
    z-index: 101;
    padding: 6px;
    margin: 5px;
    text-align: center;
    font-weight: 700;
    display: none;
    border-width: 2px !important;
    font-size: 11px;
}
.ui-jqgrid tr.jqgfirstrow td {
    padding: 0 2px;
    border-right-width: 1px;
    border-right-style: solid;
}

.ui-jqgrid .jqgrid-overlay {
    display: none;
    z-index: 100
}


.overlay2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1001;
}



/* 데이터 초기 화면 */
.no-data > div {
    height: 300px !important;
}
.no-data > div > p {
    width: 100%;
    text-align: center;
    line-height: 300px !important;
    color: var(--gray-90);
}




.service_log-info-popup .popup-title-box {
    padding: 22px 30px 22px 40px;
}

.service_log-info-popup .list-form-box {
    border-bottom: 1px solid var(--gray-20);
    padding: 20px 0px 20px 30px;
    margin-bottom: 16px;
}

.service_log-info-popup .list-form-box ul {
    display: flex;
    height: auto;
    flex-direction: row;
    gap: 50px;
    padding-left: 14px;
}

.service_log-info-popup .list-form-box li {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0;
}

.service_log-info-popup .list-form-box li span {
    width: auto;
}

.service_log-info-popup .service_log-table-popup {
    padding: 0 40px 35px;
}

.service_log-table-popup .row-table-head th:nth-child(1),
.service_log-table-popup .row-table-body td:nth-child(1) {
    width: 95px;
}

.service_log-table-popup .row-table-head th:nth-child(2),
.service_log-table-popup .row-table-body td:nth-child(2) {
    width: 245px
}

.service_log-table-popup .row-table-head th:nth-child(3),
.service_log-table-popup .row-table-body td:nth-child(3) {
    width: 180px
}

.service_log-info-popup .pagination {
    margin-top: 36px;
    margin-bottom: 30px;
}

.request_response-data-popup {
    width: 900px;
}

.request_response-data-popup ul {
    max-height: 589px;
}