  /* 로딩*/
/*#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;
}

*/


#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    background: #ededed;
    opacity: 0.7;
    z-index: 999998;
    text-align: center;
}

#loading>#loading_bar {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999999;
    /* transform: translate(-50%, -50%); */
}



#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
}


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



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

.input-group-addon{
	display:none;
}


img.ui-datepicker-trigger{
	
	display:none;
}


