/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Jan 22, 2026, 5:54:53 PM
    Author     : anzhelo
*/

.JsDatePickBox .boxLeftWall,
.JsDatePickBox .boxRightWall,
.JsDatePickBox .topWall,
.JsDatePickBox .bottomWall,
.JsDatePickBox .hiddenBoxLeftWall,
.JsDatePickBox .hiddenBoxRightWall {
	display: none !important;
}

.JsDatePickBox .boxMain {
	background: #ffffff;
	border: 1px solid #cfcfcf;
	border-radius: 6px;

	box-shadow:
		0 -2px 6px 0px rgba(72, 62, 52, 0.3),
		0 0 12px 0px rgba(72, 62, 52, 0.15);

	padding: 12px 8px 8px;
	margin: 0;
}

.JsDatePickBox .boxMainInner,
.JsDatePickBox .boxMainCellsContainer {
	width: 198px;
	background: #ffffff;
}

.JsDatePickBox .controlsBar {
	height: 20px;
	position: relative;
}

.JsDatePickBox .controlsBarText {
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	font-weight: 600;
	color: #333;
	text-align: center;
}

.JsDatePickBox .weekDaysRow {
	font-size: 10px;
	color: #666;
	text-align: center;
}

.JsDatePickBox .weekDaysRow .weekDay {
	width: 24px;
	margin: 0 5px 0 0;
}

.JsDatePickBox .boxMainInner .dayNormal,
.JsDatePickBox .boxMainInner .dayOver,
.JsDatePickBox .boxMainInner .dayDown {
	font-size: 12px;
	color: #4c4c4c;
	width: 24px;
	height: 25px;
	line-height: 25px;
	margin: 4px 5px 0 0;
	text-align: center;
	cursor: pointer;
}

.JsDatePickBox .boxMainInner .dayNormalToday,
.JsDatePickBox .boxMainInner .dayOverToday,
.JsDatePickBox .boxMainInner .dayDownToday {
	font-weight: bold;
	color: #f40f0f;
}

.JsDatePickBox .boxMainInner .dayDisabled {
	color: #999;
	cursor: default;
}

.JsDatePickBox .tooltip {
	font-size: 10px;
	color: #666;
	height: 12px;
	line-height: 11px;
	margin: 2px 0;
}

.JsDatePickBox .boxMainInner .dayDown,
.JsDatePickBox .boxMainInner .dayDownToday {
	background-color: #5a5148;
	color: #ffffff;
	font-weight: 700;
	border-radius: 4px;
}

.JsDatePickBox .boxMainInner .dayDown:hover,
.JsDatePickBox .boxMainInner .dayDownToday:hover {
	background-color: #4a423a;
}


.JsDatePickBox .boxMainInner .dayOver {
	background-color: rgba(72, 62, 52, 0.08);
	border-radius: 4px;
}
