.eexoos-input-div {padding:12px;cursor:pointer;box-sizing:border-box;font-size:18px;color:#999;line-height:30px;}
.eexoos-input-div.with-data {color:#000;}
#eexoos-date-picker {display:inline-block;}
	#eexoos-date-picker-head {position:relative;height:50px;line-height:50px;margin-bottom:10px;}
		#eexoos-date-picker-prev {position:absolute;left:0;top:0;width:50px;height:50px;cursor:pointer;}
			#eexoos-date-picker-prev-arrow {stroke:#fff;stroke-width:2;stroke-linecap:round;fill:none;}
			#eexoos-date-picker-prev:hover #eexoos-date-picker-prev-arrow {stroke-width:4;}
		#eexoos-date-picker-next {position:absolute;right:0;top:0;width:50px;height:50px;cursor:pointer;}
			#eexoos-date-picker-next-arrow {stroke:#fff;stroke-width:2;stroke-linecap:round;fill:none;}
			#eexoos-date-picker-next:hover #eexoos-date-picker-next-arrow {stroke-width:4;}
		#eexoos-date-picker-title {padding:0 70px;text-align:center;font-size:18px;}
			#eexoos-date-picker-title-month {display:inline;margin-right:10px;}
			#eexoos-date-picker-title-year {display:inline;}
	#eexoos-date-picker-shortcuts {height:50px;line-height:50px;text-align:center;display:none;}
		#eexoos-date-picker-today,
		#eexoos-date-picker-tomorrow {border:#fff solid 2px;padding:5px 20px;display:inline-block;cursor:pointer;line-height:20px;margin:0 2px;}
	#eexoos-date-picker-body {position:relative;}
		#eexoos-date-picker-body table {width:280px;margin:0 auto;}
			#eexoos-date-picker-body table th,
			#eexoos-date-picker-body table td {text-align:center;padding:5px;border:#eee solid 1px;font-weight:normal;width:40px;font-size:16px;line-height:30px;}
			#eexoos-date-picker-body table th {text-align:center;background:rgba(255,255,255,0.5);color:#000;}
			.eexoos-date-picker-date {cursor:pointer;}
			.eexoos-date-picker-date:hover {background:rgba(255,255,255,0.2);box-shadow:0 0 5px #fff;transition:all linear 0.3s;}
			.eexoos-date-picker-date.current {background:#aaa;color:#fff;}
			.eexoos-date-picker-date.active {background:#f60;color:#fff;}
			.eexoos-date-picker-disabled {color:rgba(255,255,255,0.3);cursor: not-allowed;}
			
#eexoos-date-picker-prev,
#eexoos-date-picker-next {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}