﻿@charset "utf-8";

/**
 공통 프로그래스바
 */
/*.uni-mask, .uni-mask-glass {position: fixed;left: 0;right: 0;bottom: 0;top: 0;}*/
/*.uni-mask {display: none;z-index: 10000;}*/
/*.uni-mask-glass {background-color: #000;opacity: 0.1;}*/
/*.uni-mask-loader {position: absolute;width: 60px;height: 30px;top: 50%;left: 50%;}*/
/*.uni-mask-loader div {height: 100%;width: 6px;display: inline-block;border-radius: 6px;animation: uni-mask-rect 1.2s infinite ease-in-out;}*/
/*.uni-mask-loader div:nth-child(1) {background-color: #932a3d;animation-delay: -1.2s}*/
/*.uni-mask-loader div:nth-child(2) {background-color: #3498db;animation-delay: -1.1s;}*/
/*.uni-mask-loader div:nth-child(3) {background-color: #c0392b;animation-delay: -1.0s;}*/
/*.uni-mask-loader div:nth-child(4) {background-color: #f1c40f;animation-delay: -0.9s;}*/
/*.uni-mask-loader div:nth-child(5) {background-color: #27ae60;animation-delay: -0.8s;}*/
/*@keyframes uni-mask-rect {*/
/*    0%, 40%, 100% {transform: scaleY(0.4);}*/
/*    20% {transform: scaleY(1);}*/
/*}*/

/**
 그리드 달력 스타일 적용
 */
.rg-calendar table {border-collapse: unset;border-spacing: 3px;-webkit-border-horizontal-spacing: 3px;-webkit-border-vertical-spacing: 3px;margin:0px !important;padding:2px;}
.rg-calendar, .rg-calendar * {font-family:Verdana;-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;}
.rg-calendar *:before, .rg-calendar *:after {-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;}

.rg-calendar {cursor: default;font-size: 11px;background: #fff;overflow:hidden !important;}
.rg-cal-month-picker {cursor: default;background: #fff;border: 1px solid rgba(50, 50, 50, 0.5);box-shadow: rgba(0, 0, 0, 0.5) 1px 2px 5px;font-size: 12px;}
.rg-cal-month-picker-item {padding: 1px 4px;text-align: center;}
.rg-cal-month-picker-item:hover {background: rgba(0, 0, 0, 0.9);color: #fff}

.rg-cal-header {padding: 4px 4px 0;font-size: 12px;}
.rg-cal-prev-month {top: 3px}
.rg-cal-next-month {top: 3px}
.rg-cal-today-button {padding: 2px;font-size: 12px;}
.rg-cal-today-button:hover {text-decoration: underline;color: #00f}

.rg-cal-days {font-size: 10px}
.rg-cal-day {text-align: right;background: #f5f5f5;color: #333;border: 1px solid #eee;}
.rg-cal-day:hover {border-color: #000;}

.rg-cal-prev-day, .rg-cal-next-day {border-color: #fff;color: #565656;}
.rg-cal-focusday {background: rgba(255, 255, 0, 0.3);border: 1px solid #aaa}
.rg-cal-today {background: rgb(213, 213, 213);border: 1px solid #aaa}
.rg-cal-disable-day {background: initial;border: 1px solid #fff;color: #ccc}
.rg-cal-disable-day:hover {border-color: #fff}
.rg-cal-weeks {font-size:11px;}

.rg-cal-prev-month {background-image: url(/webjars/lib/realgrid/realgridjs.1.1.33/assets/cal_prev.png) !important;}
.rg-cal-next-month {background-image: url(/webjars/lib/realgrid/realgridjs.1.1.33/assets/cal_next.png) !important;}
.rg-cal-next-year {background-image: url(/webjars/lib/realgrid/realgridjs.1.1.33/assets/cal_up.png) !important;}
.rg-cal-prev-year {background-image: url(/webjars/lib/realgrid/realgridjs.1.1.33/assets/cal_down.png) !important;}
.rg-cal-prev-month:hover{background-image: url(/webjars/lib/realgrid/realgridjs.1.1.33/assets/cal_prev_hover.png) !important;}
.rg-cal-prev-month:active{background-image: url(/webjars/lib/realgrid/realgridjs.1.1.33/assets/cal_prev_active.png) !important;}
.rg-cal-next-month:hover{background-image: url(/webjars/lib/realgrid/realgridjs.1.1.33/assets/cal_next_hover.png) !important;}
.rg-cal-next-month:active{background-image: url(/webjars/lib/realgrid/realgridjs.1.1.33/assets/cal_next_active.png) !important;}
.rg-cal-next-year:hover{background-image: url(/webjars/lib/realgrid/realgridjs.1.1.33/assets/cal_up_hover.png) !important;}
.rg-cal-next-year:active{background-image: url(/webjars/lib/realgrid/realgridjs.1.1.33/assets/cal_up_active.png) !important;}
.rg-cal-prev-year:hover{background-image: url(/webjars/lib/realgrid/realgridjs.1.1.33/assets/cal_down_hover.png) !important;}
.rg-cal-prev-year:hover{background-image: url(/webjars/lib/realgrid/realgridjs.1.1.33/assets/cal_down_active.png) !important;}
/**
 그리드
 */
.unicloud-grid {min-height:150px;}


/**
  공통
 */

/* jquery-ui dialog*/
.ui-front {
    z-index: 2000;
}


/*.smooth_zoom_preloader {  background-image: url(../libs/jquery/smoothZoom/img/preloader.gif);  }*/
.smooth_zoom_icons {  background-image: url(/webjars/lib/smoothzoom/img/icons.png);  }

/**
파일 업로더 파일 추가 버튼 이벤트 발생하지 않느 오류 수정
 */
.qq-uploader-selector button::after {
    content: none;
}




/**
메인 화면 임시 (누락분)
 */
.navWrap .navigation-menu > li .submenu {
    display:none;
}
.navWrap .navigation-menu .has-submenu:hover > .submenu {
    display: block;
}


/****************************************************
 개인경비
 */

.pes-card-area-iggrid {padding-right:10px;padding-bottom:10px;margin: 0px;}
.pes-card-box-iggrid {float: inherit;margin-top: 40px;margin-left: 0px;margin-bottom: 0px;}


/****************************************************
 결재
 */

.tbl-basic + .card-list-area::before {
    margin-left: 0px;
}

.approval-card-list-area-iggrid {
    /*padding-top:20px !important;*/
    /*padding-right:10px !important;*/
    padding-bottom:10px !important;
    /*margin: -10px 0 0 !important;*/
}

.approval-table-list-area-iggrid {
    padding-right:10px !important;
    padding-bottom:10px !important;
    margin: 0px !important;
}

.approval-card-box-iggrid {
    float: inherit;
    margin-top: 40px !important;
    margin-left: 0px !important;
    margin-bottom: 0px !important;
}

.approval-list-box-iggrid {
    float: inherit;
    margin-top: 10px !important;
    margin-left: 0px !important;
    margin-bottom: 0px !important;
}

.approval-table-box-iggrid {
    float: inherit;
    margin-left: 0px !important;
    margin-bottom: 0px !important;
}
/* 사용내역 상세 */

/*.modal-body .receipt-detail-area-in .photo-area * {*/
/*    max-width: inherit;*/
/*}*/

.uni-full-screen {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    z-index:100;
    height:100% !important;
}

.content-tt .ico-uni-help {
    display: none;
}

/*.modal.fade {*/
/*    -webkit-transition: none;*/
/*    -moz-transition: none;*/
/*    -ms-transition: none;*/
/*    -o-transition: none;*/
/*    transition: none;*/
/*}*/

/*.modal.fade .modal-dialog*/
/*{*/
/*    -moz-transition: none !important;*/
/*    -o-transition: none !important;*/
/*    -webkit-transition: none !important;*/
/*    transition: none !important;*/

/*    -moz-transform: none !important;*/
/*    -ms-transform: none !important;*/
/*    -o-transform: none !important;*/
/*    -webkit-transform: none !important;*/
/*    transform: none !important;*/
/*}*/

/* jquery ui - 토요일,일요일 색상 적용*/
.ui-datepicker-calendar > tbody td.ui-datepicker-week-end:first-child a { color: red; }
.ui-datepicker-calendar > tbody td.ui-datepicker-week-end:last-child a { color: blue; }
.ko_day a { color: red  !important; }

/*fullcalender 휴일 class추가*/
.fc-unthemed .fc-holiday {
    color: #ff253a !important;
}


/*문서 css추가*/

.doc-view .doc_html {
    margin: 0;
    padding: 20px 0;
    border: 0;
    background-color: inherit;
}
.doc-view #__html {
    width: auto;
    margin: 0;
}
.doc-view #__html table tr {
    height: inherit;
}
.doc-view .tbl-basic .tbl-area #__html th,
.doc-view .tbl-basic .tbl-area #__html td {
    height: inherit;
}
.doc-view .tbl-basic .tbl-area #__html table {
    border: 0;
}


.doc_html {
  width: 100%;
  background-color: #f8f8f8;
  border-top: 2px solid black;
  padding-bottom: 20px;
  margin-bottom: 20px; }

#__html {
    background-color: #ffffff;
    margin: 40px auto 20px;
    padding: 50px;
    border: 1px solid black;
    width: 845px;
    }
#__html div {
    font-size: 12px;
    font-style: normal;
    letter-spacing: 0px;
    line-height: 150%; }
#__html td {
    border: 0;
    font-size: 12px;
    font-style: normal;
    letter-spacing: 0px;
    color: black;
    line-height: 150%;
}
#__html .lineTable {
    border-collapse: collapse;
    border: 1px solid black !important; }
#__html .lineTable td {
    border: 1px solid black; }
#__html .lineTable .noborder {
    border: 0px !important; }

.grid-fullscreen {
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    overflow: hidden;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    padding: 0;
    position: fixed;
    top: 0;
    touch-action: pinch-zoom;
    width: 100%;
    z-index: 1000;
}

.grid-fullscreen-section {
    min-width: inherit !important;
}

/**
  * tinymce
 */

.mce-fullscreen {
    z-index: 1000 !important;
}

/**
dragging
 */
.modal .modal-content.ui-draggable .modal-header:hover {
    cursor: move;
}

.disable-sort-item {
    background: #ddd;
}
/* sortable item drag css */
.sortable-drag-bg {
    background-color: rgba(220,250,180,.2) !important;
    border: 1px solid #999;
}
.sortable-tr .updown-cls:hover {cursor: move;}
tr.sortable-tr:hover {background-color: rgba(220,250,180,.2);}


/**
drag & drop grid-stack
 */
/*.grid-stack {*/
/*    background: #FAFAD2;*/
/*}*/

/*.grid-stack-item-content {*/
/*    color: #2c3e50;*/
/*    text-align: center;*/
/*    background-color: #18bc9c;*/
/*}*/

/*.grid-stack-item.ui-draggable:hover {*/
/*    cursor: move;*/
/*}*/

/*.grid-stack>.grid-stack-item>.grid-stack-item-content {*/
/*    margin: 0;*/
/*    position: absolute;*/
/*    width: auto;*/
/*    overflow-x: hidden;*/
/*    overflow-y: hidden;*/
/*}*/

/*.grid-stack-item .grid-stack-item-content, .grid-stack-item .placeholder-content {*/
/*    margin: 0;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0px !important;*/
/*    right: 5px !important;*/
/*    bottom: 0;*/
/*    width: auto;*/
/*}*/

/*.grid-stack-item .ui-resizable-handle {*/
/*    padding: 0px !important;*/
/*    margin: 0px !important;*/
/*    bottom: -6px !important;*/
/*    right: 0px !important;*/
/*    -webkit-transform: rotate(0deg) !important;*/
/*    -ms-transform: rotate(0deg) !important;*/
/*    transform: rotate(0deg) !important;*/
/*}*/

/*.grid-stack-item .ui-icon, .ui-widget-content .ui-icon {*/
/*    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pg08IS0tIEdlbmVyYXRvcjogQWRvYmUgRmlyZXdvcmtzIENTNiwgRXhwb3J0IFNWRyBFeHRlbnNpb24gYnkgQWFyb24gQmVhbGwgKGh0dHA6Ly9maXJld29ya3MuYWJlYWxsLmNvbSkgLiBWZXJzaW9uOiAwLjYuMSAgLS0+DTwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DTxzdmcgaWQ9IlVudGl0bGVkLVBhZ2UlMjAxIiB2aWV3Qm94PSIwIDAgNiA2IiBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjojZmZmZmZmMDAiIHZlcnNpb249IjEuMSINCXhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiDQl4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjZweCIgaGVpZ2h0PSI2cHgiDT4NCTxnIG9wYWNpdHk9IjAuMzAyIj4NCQk8cGF0aCBkPSJNIDYgNiBMIDAgNiBMIDAgNC4yIEwgNCA0LjIgTCA0LjIgNC4yIEwgNC4yIDAgTCA2IDAgTCA2IDYgTCA2IDYgWiIgZmlsbD0iIzAwMDAwMCIvPg0JPC9nPg08L3N2Zz4=) left top no-repeat;*/
/*}*/

/* 추가 입력 항목 */
.grid-stack-item .ui-resizable-handle::before {
    position: absolute;
    top: -4px;
    right: -2px;
    width: 0;
    height: 0;
    content: '';
    border-right: 9px solid #ccc;
    border-bottom: 9px solid transparent;
}

/* 분할작성시 버튼 view */
.modal-body .write-area .write-area-in .UsageOtherUserSelY {display: inline-block;}
.modal-body .write-area .write-area-in .UsageOtherUserSelN {display: none;}
.modal-body .write-division-area .write-division-area-in .DivUsageUserModifyY {display: inline-block;}
.modal-body .write-division-area .write-division-area-in .DivUsageUserModifyN {display: none;}

/** 전자계약 - 결재연동 css  */


/* OP 세금계산서 깨짐 현상 개선  */
.op-tax-invoice.tbl-basic table td:not(.tax-on.tbl-basic td,.tax.manage-mail-template td,.cal-area td,.doc-view td,.in-editor td) > * {
    display: inline-table;
}