/* Default styling for jQuery Datepicker v5.0.1. */
.datepick {
	background-color: #fff;
	color: #000;
    border-radius: 0;
	padding:0;
	margin:0 auto;
	max-width:100%;
	min-width:300px;
	border:1px solid #7fdbfd;
}

.datepick-month-year{

  border:none !important;
}
.datepick-rtl {
	direction: rtl;
}
.datepick-popup {
	z-index: 2000;
	max-width:320px;
}
.datepick-popup .datepick{
	border:0;

}
.datepick-disable {
	position: absolute;
	z-index: 100;
	background-color: white;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.datepick a {
	color: #000;
	text-decoration: none;
	position:relative;
}
.datepick a.datepick-disabled {
	color: #888;
	cursor: auto;
}

.datepick-nav, .datepick-ctrl {
	float: left;
	width: 100%;
	background-color:#f8f8f8;
	color: #000;
	font-weight: bold;
	height:50px;
	line-height:50px;
	border-bottom:1px solid #fff;
}

.datepick-cmd {
	width: 30%;
}

.datepick-ctrl .datepick-cmd {
	width: 80px;
}

.datepick-cmd-prevJump, .datepick-cmd-nextJump {
	width: 8%;
}
a.datepick-cmd {
	height: 35px;
	text-transform: uppercase;

}
button.datepick-cmd {
	text-align: center;
}
.datepick-cmd-prev, .datepick-cmd-prevJump, .datepick-cmd-clear {
	float: left;
	padding-left: 2%;
}


.datepick-cmd-current, .datepick-cmd-today {
	float: left;
	width: 35%;
	text-align: center;
}
.datepick-cmd-today{
   font-weight:bold;
   font-size:13px;
}
.datepick-cmd-today.off{
   color:#ccc;
}
.datepick-cmd-today.off:before{
    content: "\f01e";
    font-family: FontAwesome;
    font-size: 13px;
	font-weight:bold;
	padding-right:5px;
	color:#000;
}
.datepick-cmd-today:hover{
   color:#000;
}
.datepick-cmd-next, .datepick-cmd-nextJump, .datepick-cmd-close {
	float: right;

}
.datepick-rtl .datepick-cmd-prev, .datepick-rtl .datepick-cmd-prevJump,
.datepick-rtl .datepick-cmd-clear {
	float: right;
	padding-left: 0%;

}
.datepick-rtl .datepick-cmd-current, .datepick-rtl .datepick-cmd-today {
	float: right;
}
.datepick-rtl .datepick-cmd-next, .datepick-rtl .datepick-cmd-nextJump,
.datepick-rtl .datepick-cmd-close {
	float: left;
	padding-left: 2%;
	padding-right: 0%;
	text-align: left;
}
.datepick-month-nav {
	float: left;
	background-color: #777;
	text-align: center;
}
.datepick-month-nav div {
	float: left;
	width: 12.5%;
	margin: 1%;
	padding: 1%;
}
.datepick-month-nav span {
	color: #888;
}
.datepick-month-row {
	clear: left;
}
.datepick-month {
	float: left;
	width: 100%;
	border: 0;
	text-align: center;
}

.datepick-month-header > div{
   width:50%;
   float:right;
}
.datepick-month-header, .datepick-month-header select, .datepick-month-header input {
	height: 35px;line-height:35px;
	width:100%;
	color: #000;
	font-weight: bold;
	text-align:center;
}
.datepick-month-header{
   width:100%;
   height: 40px;
   line-height:40px;
   background-color:#fff;
}


.datepick-month-header select, .datepick-month-header input {
	width:100px;
	min-width:100px;
	margin-left:5px;
	padding-left:20px;
	text-align:center;
	background-color: transparent;
}
.datepick-month-header input {
	position: absolute;
	display: none;
}
.datepick-month table {
	width: 100%;
	border-collapse: collapse;
}
.datepick-month thead {
	/*border-bottom: 1px solid #aaa;*/
}

.datepick-month th, .datepick-month td {
	margin: 0em;
	padding: 0em;
	font-weight: normal;
	text-align: center;
	position:relative;
}
.datepick-month th {
	/*border: 1px solid #777;*/
}
.datepick-month th, .datepick-month th a {
	background-color:#f8f8f8;
	border: 3px solid #fff;
	color: #000;
	text-align:center;
	font-weight:bold;
}
.datepick-month td {
	/*
	background-color: #eee;
	border: 1px solid #aaa;
	*/
	padding:5px 2px 2px 2px;
}
.datepick-month td.datepick-week {
	/*border: 1px solid #777;*/
}
.datepick-month td.datepick-week * {
	/*background-color: #777;*/
	color: #fff;
	border: none;
}
.datepick-month a {
	display: block;
	height:38px;
	padding:0;
	text-align:center;
	line-height:32px;
	background-color: #fff;
	color: #000;
	font-weight:bold;
	text-decoration: none;
	margin:1px;
}
.datepick-month span{
	height:38px;
	display: block;
	padding:0;
	text-align:center;
	line-height:38px;
	margin:1px;

}

.datepick-month td span {
	color: #000;
}
.datepick-month td .datepick-other-month {
	background-color: #fff;
}
.datepick-month td .datepick-weekend {
	/*background-color: #f8f8f8;*/
}
.datepick-month td .datepick-today {
	/*background-color: #cbf0fe;*/
	border:1px solid #0066f0;
}
.datepick-month td .datepick-highlight {
	/*background-color: #cbf0fe;*/
}
.datepick-month td .datepick-selected {
	background-color:#cbf0fe;
}
.datepick-month th.datepick-week {
	/*background-color: #777;
	color: #fff;
	*/
}
.datepick-dow-0{
  color: #ef3210;
}
.datepick-dow-6{
  color: #0066f0;
}
.datepick-status {
	clear: both;
	background-color: #ddd;
	text-align: center;
}
.datepick-clear-fix {
	clear: both;
}

/*---------------*/
.datepick-point-date,.pointwrap{
   position:absolute;
   width:30px;
   height:1px;
   bottom:12px;
   left:50%;
   margin-left:-15px;
   display:flex;
   justify-content: center;
   z-index:0;
}
.pointind{
  width:8px;
  height:8px;line-height:5px;
  text-align:center;
}
.pointind:before{
    content: "\f111";
    font-family: FontAwesome;
    font-size: 8px;
}

.pointind.kind1{
   color:rgb(28,176,246);
}
.pointind.kind2{
   color:rgb(150,202,65);
}
.pointind.kind3{
   color:rgb(255,94,0);
}
.pointind.kindred{
   color:#970c0c;
}
.pointind.kinddim{
   color:#ccc;
}
.pickselect{
   width:100%;
}

.datepick-month-header span{
  width:auto !important;
  text-align:center !important;
}
.datepick-month-header .select2-selection{
  border-bottom:0 !important;
}
.datepick-month-header .select2-selection__arrow{
   margin-top:-10px !important;
}
.datepick-month-header .select2-selection__rendered{
   width:100% !important;
   font-weight:bold !important;
}