/* 사파리 인쇄 문제로 */
@media print {
  /* A4 가로로 출력되도록 '컨테이너' 크기 강제 지정 */
  html, body {
    width: 297mm;
    height: 210mm;
    overflow: visible;
  }

  /* 페이지 컨텐츠를 한 페이지 가득 채움 */
  .page {
    width: 297mm;
    min-height: 210mm;
    page-break-after: always;
  }
}
.tabulator {
	font-size: 14px;
	/*
	color: #283747;
	*/
	color: #79716B;
	border-top: #dee2e6 1px solid;
	border-left: #dee2e6 1px solid;
	border-right: #dee2e6 1px solid;
	border-bottom: #dee2e6 1px solid;
	/* border: 1px solid #D4D4D4 !important;
	border-top:0px; */
	border-radius: 3px;
	
} 
.tabulator-row {
	min-height: 32px;
	border-right: 1px dotted #dee2e6;
}



/*
.tabulator-row.tabulator-row-even {
	background-color: #f8f9f9 ;
}

.tabulator-row.tabulator-row-odd {
	background-color: #ffffff ;
}
*/

.tabulator-row .tabulator-cell.tabulator-editing input,
.tabulator-row .tabulator-cell.tabulator-editing textarea,
.tabulator-row .tabulator-cell.tabulator-editing select {
	width: 24px;
	height: 24px;
	vertical-align: middle;
	background-color: #fef9e7;
	border:unset;
	outline: unset;
	min-height: 35px;
}



.tabulator .tabulator-header .tabulator-col.tabulator-range-selected {
	background-color: #e8f6f3;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content {
	border-right: 1px dotted #dee2e6;
	padding: 6px;
}

.tabulator-col {
	border-top: 1px solid #dee2e6;

}

.tabulator-headers .tabulator-col {
	background-color: #F8F9F9 !important;

}

/*
.tabulator .tabulator-header {
	 border-bottom: 2px solid #5b5b5b ;

}
*/
/*border-bottom: 3px double #424242 ;*/
/*
 border-bottom: 2px solid #dfdfdf;
	*/
.tabulator-row .tabulator-cell {
	border-right: 1px dotted #dee2e6;
	padding: 5px;
}

.tabulator-row .tabulator-cell:last-of-type {
	border-right: 1px solid #dee2e6;

}

.tabulator .tabulator-header .tabulator-col.tabulator-range-highlight {
	background-color: #eafaf1 !important;

}

.tabulator-col-title {
	text-align: center;
	color:#696969;
	font-weight: 500;
}

.tabulator-row.tabulator-range-highlight .tabulator-cell.tabulator-range-row-header {
	background-color: #eafaf1;
}

.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {
	display: inline-block;
	background: #F8F9F9 !important;
}

.tabulator .tabulator-footer {
	background: #F8F9F9 !important;
	border-top: 2px double #79716B;
}

.tabulator-row:hover {
	background-color: #eafaf1;
	 
	
}
.tabulator-row:hover .tabulatorListArrow::after {
    background-color: #eafaf1 !important;
	height: 100% !important;
	/* content: "▼"; */
	color:#17a589; 
}




.tabulator input[type="checkbox"] {
	width: 16px;
	height: 16px;
	accent-color: #1d8348;
}


/*
.tabulator-row .tabulator-cell.tabulator-range-selected:not(.tabulator-range-only-cell-selected):not(.tabulator-range-row-header) {
	background-color: #ECFEFF; 
    border:2px dotted #3498db;
	border-bottom: 0px; 
	border-left:1px solid #3498db;
	border-right:1px solid #3498db;
	border-top:1px solid #3498db;  
	 
}*/
.tabulator-row .tabulator-cell.tabulator-range-selected:not(.tabulator-range-only-cell-selected):not(.tabulator-range-row-header) {
	/*
	background-color: #FEF2F2;
	
	background-color: #DFF2FE;
	*/
	background-color:#EAFAF1;
	min-height: 32px;
	

}


.tabulator-row.tabulator-range-highlight.tabulator-range-selected .tabulator-cell.tabulator-range-row-header,
.tabulator-row.tabulator-range-selected .tabulator-cell.tabulator-range-row-header {
	background-color: #eafaf1;
}

.tabulator .tabulator-header .tabulator-col.tabulator-range-selected {
	 
	color: #79716B;
	 
}

.tabulator .tabulator-header {
	border-top: unset;
}

/*
.tabulator-row.tabulator-row-even .tabulatorListArrow::after {
	position: absolute;
	right: 1px;
	content: "▼";
	background-color: #f8f9f9;
	padding: 3px;
	color: #d5dbdb;
	top: 0px;
}

.tabulator-row.tabulator-row-odd .tabulatorListArrow::after {
	position: absolute;
	right: 1px;
	content: "▼";
	background-color: #ffffff;
	padding: 3px;
	color: #d5dbdb;
	top: 0px;
}

.tabulator-row:hover .tabulatorListArrow::after {
	position: absolute;
	right: 1px;
	content: "▼";
	background-color: #eafaf1;
	padding: 3px;
	color: #d5dbdb;
}
*/
.tabulator-editable::after {
	position: absolute;
	left: 0px;
	content: "◤";
	top: 0;
/* 	 
	color: #73c6b6;
	color: #FF8904; 
	 */
	color:#E5E8E8;
	/* color: #FEE685; 
	color: #D6D3D1;   */
	/* color: #D5D8DC; */
	font-size: 6px;
}
 
  
 
.tabulator-editable-changed::after{
	position: absolute;
	left: 0px;
	content: "◤";
	top: 0;
	color: #3FB449;
	/*
	color: #73c6b6;
	color: #EC7063;
	*/
	font-size: 6px;
}

 
 
.tabulator-editable.tabulator-validation-fail::after {
	position: absolute;
	left: 0px;
	content: "◤";
	top: 0;
	/*color: #73c6b6;
	color: #F4D03F;
	color:#707B7C;*/
	color:#FB2C36 ;
	font-size: 6px;
}
.tabulator-editable-changed.tabulator-validation-fail::after {
	position: absolute;
	left: 0px;
	content: "◤";
	top: 0; 
	color: #FB2C36;  
	font-size: 6px; 
}

.tabulator-range-only-cell-selected:not(.tabulator-row-header):not(.noneFocus) {
	/* border: 2px solid #3FB449 ;*/
	/* border: 1px solid #3FB449 ; */
	 
	/*
	border-bottom: 2px solid #3FB449 !important;
	border-right: 3px solid #3FB449 !important;
	 
	min-height: 32px;*/
	/*border-right: 2px solid #3FB449 !important;*/
	/*
	border: 1px solid #2975DD !important;
	*/
	/*border-bottom: 0px !important;*/
}

.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {
	border-right: 2px double #2e2e2e;
}

.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {
	border-right: 2px double #2e2e2e;
}

/*
.tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode=virtual] {
	border: 1px solid #dfdfdf;
}
	*/

.tabulator-row.tabulator-range-highlight.tabulator-range-selected .tabulator-cell.tabulator-range-row-header {
	background-color: white;
}

/*
.tabulator .tabulator-tableholder {
	border-bottom: 5px double #dfdfdf;
}	
*/
.tabulator .tabulator-header .tabulator-header-contents {
	 
	/* border-top: 1px solid #dee2e6; */
	/* border-right: 1px solid #dee2e6; */
	/* 
	border-bottom: 2px solid #5b5b5b;
	*/
	border-bottom: 1px solid #959494;
	background-color: #F8F9F9 !important;
}

.tabulator .tabulator-footer .tabulator-calcs-holder {
	/*background: #E8F8F5 !important;*/

	background-color: #F8F9F9 !important;
}
.tabulator-row-header {
	background-color: #FFFFFF !important;
}

@media print {
    @page {
        size: landscape; /* 가로 방향 설정 */
        margin: 0.2cm;
    }
    
    .tabulator-print-table {
        width: 100% !important;
        
    }
}
 

 
   
 		.tabulator-row-focus {
            position: relative;
			/*
            padding: 15px 35px 15px 15px !important;  
			
            */
			background-position: right -3px center;
			background-repeat: no-repeat;
           
            background-size: 16px 16px;
			
			background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2345b39d' viewBox='0 0 16 16'%3E%3Cpath d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/%3E%3C/svg%3E");
			/*
			background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23df5645' viewBox='0 0 16 16'%3E%3Cpath d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/%3E%3C/svg%3E");
		*/
			}

			.tabulator-row-focus-prev {
            position: relative;
			/*
            padding: 15px 35px 15px 15px !important;  
			
            */
			background-position: right -3px center;
			background-repeat: no-repeat;
           
            background-size: 16px 16px;
			
			 
			background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23A6A09B' viewBox='0 0 16 16'%3E%3Cpath d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/%3E%3C/svg%3E");
		 
			}
 

			.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg {
				border: 3px solid #26a69a;
				color: gray;
			}
			
			 .tabulator-row {
				min-height: 40px;
				border-bottom: 1px dotted #dee2e6;
			 }

			.tabulatorListArrow::after {
				position: absolute;
				right: 2px;
				 content: "▽";
				font-size: 12px;
				background-color: white;
				color: #D4D4D4;
				height:100%;
				/* border:1px solid #E5E7E9;  */
				border-radius :2px;  
				top: 3px;
				padding: 3px;
				padding-right:2px;
				padding-left:2px;  
				 
			}
			/* .tabulatorListArrow:hover::after {
				 content: "▼";
				 color:#99A1AF; 
			}	 */
			 	/* even 색상있을시 뺄것 */
				.tabulator-row-even  {
					background-color: #fff ;
				}
			.tabulator-row-even .tabulatorListArrow::after {
				 
				/* background-color: #F8FAFC; */
				background-color: #fff ;
				 
				 
			}
			.tabulator-row-even:hover .tabulatorListArrow::after {
				background-color: inherit;
			}
			.tabulator-row:hover .tabulatorListArrow::after {
				background-color: inherit;
			}			 
/* .tabulatorListArrow::after {
				position: absolute;
				right: 1px;
				content: "▿";
				font-size: 14px;
				background-color: gray;
				border : 1px solid gray;
				color: #D6D3D1;
				 
				 
				top: 3px;
				padding: 3px;
			} */
			/* .invalid-cell {
				border: 3px solid #F06292 !important;
				border-radius: 3px;
				  background-color : #FF6467 !important; 
				background-color :#F06292  !important;
				 
				color : #FFFFFF;
				 
				border-top : 2px solid #fff !important;
				border-left : 2px solid #fff !important;  
				  border-bottom : 2px solid #fff !important;  
				 
			} */

		.invalid-cell::after{
			position: absolute;
			left: 1px;
			content: "◤";
			top: 1;
			color: #F06292;
			/*
			color: #73c6b6;
			color: #EC7063;
			*/
			font-size: 6px;
		}

	 
.tabulator-row {
    height: 35px !important;
    min-height: 35px !important;
    max-height: 35px !important;
}

.tabulator-cell {
    height: 34px !important;
    /* line-height: 34px !important; */
    overflow: hidden;
}

 
.tabulator-editable {
    height: 34px !important;
    min-height: 34px !important;
}

.tabulator-editable-changed {
    height: 34px !important;
    min-height: 34px !important;
} 

.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range {
    position: absolute;
    box-sizing: border-box;
    
    border: 1px solid #45b39d;
}

.tabulator-list-text:not(.tabulator-col) {
	font-size:12px; 
	 
	 
} 

.overflowY {
    overflow-y: visible !important;  /* y축 넘치는 내용 보여줌 */
    overflow-x: hidden !important;   /* x축 넘치는 내용 숨김 */
}
  


.tabulator-table {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Crect fill='%236011FF' stroke='%236011FF' stroke-width='15' width='30' height='30' x='25' y='85'%3E%3Canimate attributeName='opacity' calcMode='spline' dur='2' values='1;0;1;' keySplines='.5 0 .5 1;.5 0 .5 1' repeatCount='indefinite' begin='-.4'/%3E%3C/rect%3E%3Crect fill='%236011FF' stroke='%236011FF' stroke-width='15' width='30' height='30' x='85' y='85'%3E%3Canimate attributeName='opacity' calcMode='spline' dur='2' values='1;0;1;' keySplines='.5 0 .5 1;.5 0 .5 1' repeatCount='indefinite' begin='-.2'/%3E%3C/rect%3E%3Crect fill='%236011FF' stroke='%236011FF' stroke-width='15' width='30' height='30' x='145' y='85'%3E%3Canimate attributeName='opacity' calcMode='spline' dur='2' values='1;0;1;' keySplines='.5 0 .5 1;.5 0 .5 1' repeatCount='indefinite' begin='0'/%3E%3C/rect%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px 80px;
}

 .flatpickr-calendar:before, .flatpickr-calendar:after {
	border:none !important;
 }
 .flatpickr-current-month .flatpickr-monthDropdown-months {
	font-weight: 500 !important;
 }
 .flatpickr-current-month input.cur-year {
	font-weight: 500 !important;
 }
 span.flatpickr-weekday {
	font-weight: 500 !important;
 }

 .tabulator-paginator label {
	display: none !important;
 }

 .tabulator-page-size { 
	display: none !important;
 }
 .over-opacity-change :hover {
	 
	border-bottom-right-radius: 6px !important;
	border-top-left-radius: 12px !important;
 }
 .tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents {
	font-weight: 500;
}

.tabulator .tabulator-header .tabulator-col {
	    justify-content: center;
}