 /*
	Datepicker for Bootstrap
	Copyright 2012 Stefan Petre
	Licensed under the Apache License v2.0
	http://www.apache.org/licenses/LICENSE-2.0
*/
 .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.dropdown-menu.open {
	display: block;
}

/* Datepicker Ana Container */
.datepicker {
    top: 0;
    left: 0;
    padding: 8px;
    margin-top: 1px;
    border-radius: 4px;
    min-width: 240px;
}

/* Datepicker Ok İşareti (Üst) */
.datepicker:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 6px;
}

.datepicker:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
    top: -6px;
    left: 7px;
}

.datepicker > div {
    display: none;
}

/* Tablo Stilleri */
.datepicker table {
    width: 100%;
    margin: 0;
    border-spacing: 1px; /* ← RAKAMLAR ARASI BOŞLUK */
}

/* Hücre (Gün) Stilleri */
.datepicker td,
.datepicker th {
    text-align: center;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    padding: 4px;
    color: #000; /* Rakamlar siyah */
    font-weight: 500;
}

/* Günler */
.datepicker td.day {
    color: #000;
    font-weight: 500;
}

/* Günlere Hover */
.datepicker td.day:hover {
    background: #eeeeee;
    cursor: pointer;
}

/* Önceki/Sonraki Ay Günleri */
.datepicker td.old,
.datepicker td.new {
    color: #999999;
}

/* Seçili Gün (Active) */
.datepicker td.active,
.datepicker td.active:hover {
    background-color: #1a73e8 !important;
    background-image: none !important;
    border-radius: 50% !important;
    color: #fff !important;
    text-shadow: none !important;
    font-weight: 600;
}

.datepicker td.active:hover,
.datepicker td.active:active,
.datepicker td.active.active,
.datepicker td.active.disabled,
.datepicker td.active[disabled] {
    background-color: #1557b0 !important;
}

/* Ay/Yıl Seçici Span */
.datepicker td span {
    display: block;
    width: 47px;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 2px;
    cursor: pointer;
    border-radius: 4px;
}

.datepicker td span:hover {
    background: #eeeeee;
}

.datepicker td span.active {
    background-color: #1a73e8 !important;
    background-image: none !important;
    color: #fff !important;
    text-shadow: none !important;
    font-weight: 600;
}

.datepicker td span.active:hover,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
    background-color: #1557b0 !important;
}

.datepicker td span.old {
    color: #999999;
}

/* Başlık (Switch) */
.datepicker th.switch {
    width: 145px;
}

/* İleri/Geri Okları */
.datepicker th.next,
.datepicker th.prev {
    font-size: 19.5px;
}

/* Başlık Hover */
.datepicker thead tr:first-child th {
    cursor: pointer;
}

.datepicker thead tr:first-child th:hover {
    background: #eeeeee;
}

/* Input Icon */
.input-append.date .add-on i,
.input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

 .datepicker th.switch {
	 width: 145px; 
	 font-weight: 600; 
	 color: black; 
	 font-size: 14px; 
}

.datepicker thead tr:last-child th {
	font-weight: 600;
	color: black;
	font-size: 14px;
}
.datepicker {
	/*font-weight: 600;*/
	font-size: 14px;
}