.datetimepicker {
width:100%;
display:inline-block;
padding:10px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.datetimepicker+.datetimepicker {
margin-left:15px;
}

.datetimepicker .paging {
text-align:center;
font-size:12px;
position:relative;
padding:5px;
}

.datetimepicker .paging .month-name {
    font-size: 18px!important;
    font-weight: 400!important;
}

.datetimepicker .paging i {
width:0;
height:0;
display:inline-block;
vertical-align:middle;
position:absolute;
top:9px;
line-height:24px;
cursor:pointer;
font-size:25px;
/*border:5px solid gray;*/
}
.datetimepicker .paging i:hover {
	color:#92b515;
}

.datetimepicker .paging i.prev {
left:0;/*
border-top-color:transparent;
border-bottom-color:transparent;
border-left-style:none;*/

}

.datetimepicker .paging i.next {
right:10px;/*
border-top-color:transparent;
border-bottom-color:transparent;
border-right-style:none;*/
}

.datetimepicker table {
font-weight:400;
font-size:14px;
color:gray;
border-collapse:collapse;
width:100%;
margin-top: -10px;
}

.datetimepicker table td {
text-align:center;
border:none;
padding:10px;
}

.datetimepicker table td.near-month {
/*color:#ccc; */
color:white;/*ekledim*/
}

.datetimepicker table td.cur-date.cur-month {
/*background:#D9EDF7;*/
color:red;
}

.datetimepicker table td.unavailable {
background:#eee;
color:#92b515;
}
.datetimepicker table td.unavailable.near-month,.datetimepicker table td.unavailable.near-month:hover {
/*color:#ccc; */
color:white;/*ekledim*/
background-color:white;
}

.datetimepicker table thead {
font-weight:700;
}

.datetimepicker table thead td {
border:none;
background-color:#eee;
color:#777;
min-width:40px;
padding:3px;
}

.datetimepicker table tbody td:hover {
/*background:#eee;
cursor:pointer;*/
}

.datetimepicker table tbody td:hover.unavailable {
background:#92b515;
color:#000;
cursor:pointer;
}