/* popup dialog : jquery-ui fixed */
.ui-dialog {
    padding: 0px;
}
/*
.ui-widget-header {
    background: #212121; 
    padding: 12px 0 12px 20px !important; 
    font-size: 16px; 
    font-weight: bold; 
    color: #fff;
}
*/
.popup-dialog-icon-close {
    background:url(/images/btn_pop_close.png) no-repeat 0px center;
    border: 0px;
    right: 11px !important;
}
/*
.btn-cal-picker {
    background:url(/images/btn_calendar.png) no-repeat 0px center;
    height: 24px;
    width: 25px;
    border: 0px;
}
*/
/*.btn-search-picker {
    background:url(/images/btn_search_s.png) no-repeat 0px center;
    height: 24px;
    width: 25px;
    border: 0px;
}
*/
/*
.btnType2, .btnType3, .btnExcel {
    margin-left: 3px;
    border: 0px;
}
*/

/* progress bar */
.ib-progress {
    position:fixed;
    top:0;
    right:0;
    left:0;
    bottom:0;
    background-color: rgba(0,0,0,.4);
    z-index:10005;
}
.ib-progress > span {
    display:block;
    position:absolute;top:50%;left:50%;
    width:163px;height:40px;
    margin:-86.5px 0 0 -81.5px;
    padding-top:108px;
    border:3px solid #00bdff;
    border-radius:10px;
    text-align:center;
    background:#fff url(/images/oems/dms/waiting.gif) center 14px no-repeat;
}

