/**
 * 그리드
 * @author CJS@BRYAN
 * @since  2024. 01.01
 * @version 1.0
 * @see
 * Copyright (C)  All right reserved.
*/
.tui-datepicker-input {
	z-index: 100;	
}
.tui-datepicker-input {
	height: calc(2.25rem + 2px);
	padding: 0.4375rem 0.75rem;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.4285714286;
	color: inherit;
	background-color: #ffffff;
	background-clip: padding-box;
	border: 1px solid #d9dbde;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 4px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	width: 130px;
}

.tui-datepicker-input-divider, .tui-datepicker-input-clear {
	padding: 0.4375rem 0.75rem;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.4285714286;
	color: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 4px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	display: inline-block;
}

.tui-datepicker-input input:read-only {
	background-color: transparent;
}
.box-grid .ce-grid-search{
	background-color: rgba(39, 70, 133, 0.9);
	border-color: rgba(39, 70, 133, 0.9);
    color: #fff;	        
}
.box-grid .ce-grid-search:hover{
	color: #f6b024;
}
