/* DatePicker Container */
/* .ui-datepicker {
	width: 300px;
	height: auto;
	font: 11pt Arial, sans-serif;
	z-index: 1000 !important;
} */
.ui-datepicker a {
	text-decoration: none;
}
/* DatePicker Table */
/* .ui-datepicker table {
	width: 100%;
	display: inline-block;
	background: white;
} */
.ui-datepicker-header {
	background: white;
	/* color: #03a39a; */
	font-weight: bold;
	line-height: 30px;
	font-size: 22px;
	position: relative;
	/*margin-top: 18px;*/
}
.ui-datepicker-header:before {
	position: absolute;
	/*content: url(../../img/icon-fade-calendar.png);*/
	top: -18px;
	right: 50%;
}
.ui-datepicker-title {
	text-align: center;
	height:46px;
	line-height: 46px;
}
.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	width: 25px;
	height: 25px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}
.ui-datepicker-prev {
	position: absolute;
	left: 20px;
	border-radius: 50%;
	box-shadow: 1px 1px 3px #d9d9d9;
	background: #ffffff;
	top: 10px;
}
.ui-datepicker-prev:before{
	position: absolute;
	font-size: 10px;
	font-weight: 300;
	top: -2px;
	left: 8px;
	content: "\f053";
	font-family: FontAwesome;
	/* color: #03a39a; */
	display: block;
}
.ui-datepicker-next {
	box-shadow: 1px 1px 3px #d9d9d9;
	position: absolute;
	right: 20px;
	background: white;
	border-radius: 50%;
	top: 10px;
}
.ui-datepicker-next:before{
	position: absolute;
	font-size: 10px;
	font-weight: 300;
	top: -2px;
	left: 10px;
	content: "\f054 ";
	font-family: FontAwesome;
	/* color: #03a39a; */
	display: block;
}
span.ui-datepicker-year { display:inline-block; }
/* .ui-datepicker thead {
	background: white;
	border-top: none;
	border-bottom: none;
	display: inline-block;
    margin-left: 10px;
    text-align: center;
} */
/* .ui-datepicker th {
	text-transform: uppercase;
	font-size: 16px;
	padding: 5px 10px;
	text-align: center;
} */
/* .ui-datepicker tbody {
	border-top: none;
	background: white;
	display: inline-block;
	margin-left: 10px;
} */
/* .ui-datepicker tbody td {
	padding: 6px 7px;
	background: white;
}
.ui-datepicker tbody td:last-child {
	border-right: 0px;
}
.ui-datepicker tbody tr {

}
.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 32px;
	line-height: 25px;

} */
/* .ui-datepicker td span, .ui-datepicker td .addcolor{
	color:blue;
}
.ui-datepicker-calendar .ui-state-default {
	background: white;

} */
.ui-datepicker-calendar .ui-state-hover, .ui-datepicker-calendar .ui-state-highlight {
    color : #8FC41F;

	/* display: block; */
}
.ui-datepicker-calendar .ui-state-active {
    background:none;
    color : #8FC41F;

	border: 2px solid transparent;
	-moz-border-image: -moz-linear-gradient(top, #ffb81f 0%, #e9b62a 100%);
	-webkit-border-image: -webkit-linear-gradient(top, #ffb81f 0%, #e9b62a 100%);
	border-image: linear-gradient(to bottom, #ffb81f 0%, #04a39a 100%);
	border-image-slice: 1;
	position: relative;
	margin: -1px;
}
/*.ui-datepicker-unselectable .ui-state-default {
	background: #white;
	color: #6c6c6c;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 29px;
	margin-left: 0;
} */
/* .ui-datepicker-calendar td:last-child .ui-state-active {
	width: 29px;
	margin-right: 0;
} */
/* .ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 29px;
	margin-bottom: 0;
} */
.event a{
	color:#ff0000 !important;
}
.eventb a{
	color:#0092ef !important;
}
.underline-t a{
	text-decoration: underline !important;
}
.ui-icon{
	display: none;
}

.ui-datepicker-week-end:nth-child(2n) {
	background-image: none !important;
	color: #FF0000 !important;
}

/* .ui-datepicker-week-end:nth-child(2n) span, .ui-datepicker-week-end:nth-child(2n) a{
	color: #FF0000 !important;
} */

.ui-datepicker-week-end:nth-child(2n+1) {
	background-image: none !important;
	color: #FF0000 !important;
}

/* .ui-datepicker-week-end:nth-child(2n+1) span,  .ui-datepicker-week-end:nth-child(2n+1) a{
	color: #FF0000 !important;
} */

/* .ui-datepicker-week-end:nth-child(2n) a {
	color: #FF0000 !important;
} */

/* .ui-datepicker-week-end:nth-child(2n+1) a {
	color: #FF0000 !important;
} */

/* datetimepicker style
.ui-datepicker .holiday a, .ui-datepicker .holiday span{
    background-image: none !important;
    color: #FF0000 !important;
  }

  .ui-datepicker-today a, .ui-datepicker-today span {
    border: 2px solid #ffcf67 !important;
    border-image-slice: 1 !important;
    position: relative !important;
    margin: -1px !important;
  }

  .ui-datepicker tbody td.disabled span, .ui-datepicker tbody td.disabled a{
    background: #f4f4f4;
    color: #6c6c6c;
  } */
  #ui-datepicker-div {
    background-color: white;
    /* padding: 2em; */
    width: 50%;
    max-width: 400px;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  }

  @media only screen and (max-width: 480px) {
    #ui-datepicker-div {
      width: 100%;
      max-width: 300px;
    }
  }

  #ui-datepicker-div .ui-datepicker-calendar {
    width: 100%;
    height: 100%;
  }

  #ui-datepicker-div .ui-state-default {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 2.5em;
  }

  #ui-datepicker-div .dateOk {
    background-repeat: no-repeat;
    background-position: 50% 70%;
    background-image: url("../img/icon/radio_button_unchecked_24px.svg");
  }

  #ui-datepicker-div .dateFew {
    background-repeat: no-repeat;
    background-position: 50% 70%;
    background-image: url("../img/icon/change_history_24px.svg");
  }

  #ui-datepicker-div .dateNo {
    background-repeat: no-repeat;
    background-position: 50% 70%;
    background-image: url("../img/icon/clear_24px.svg");
  }

  #ui-datepicker-div .ui-datepicker-calendar thead th {
    text-align: center;
  }

  #ui-datepicker-div .ui-datepicker-calendar tbody td {
    text-align: center;
  }

  #ui-datepicker-div .ui-datepicker-week-end a {
    color: red;
  }

  #ui-datepicker-div .ui-datepicker-today a {
    font-weight: 700;
  }

  #ui-datepicker-div .ui-datepicker-unselectable .dateOk {
    background-image: none;
  }

  #ui-datepicker-div .ui-datepicker-unselectable span {
    color: #ced4da;
  }
/* datepicker css */
.ui-datepicker .holiday a, .ui-datepicker .holiday span{
	/* background-image: none !important; */
	color: #FF0000 !important;
  }
  
  .ui-datepicker-today a, .ui-datepicker-today span {
	border: 2px solid #ffcf67 !important;
	border-image-slice: 1 !important;
	position: relative !important;
	margin: -1px !important;
  }
  
  .ui-datepicker tbody td.disabled span, .ui-datepicker tbody td.disabled a{
	background: #f4f4f4;
	color: #6c6c6c;
  }

.minList li{width:1%;display:table-cell;text-align:center;position:relative;}
.hourList ul{display: block;}
.hourList li{width:1%;list-style:none;text-align:center;position:relative;margin:7px 0 23px 0;}
.hourList li span{color:#000;font-size:1.1em;}
.minList .minActive{color:#000;background-color: #f4f9e8;}
.reserve-min{margin: 0 0 5px 25px;}
/* .input-field > label {
    font-size: 0.9em;
    z-index:1000;
} */

@media screen and (max-width: 425px) { 
	.btn{/* font-size:1.1em; */display:inline-table;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;box-shadow:none;}
	.hourList ul{
		display: block;
		padding-inline-start: 0px;
	}
	.hourList li{width:1%;list-style:none;text-align:center;position:relative;margin:12px 0 22px -13px;}
	.minList {
		margin: 0 0 0 -32px;
		padding-bottom: 8px;
	}
	.minList ul{
		padding-inline-start: 0px;
	}
	.hourList label {
		min-width: 60px;
		margin: 0 0 0 -13px;
	}
	.reserve-min{margin: 0 0 5px -25px;}

}
@media screen and (max-width: 320px) { 
	.hourList li span{
		color:#000;
		font-size:0.9em;
	}
	.hourList ul{
		display: block;
		padding-inline-start: 3px;
	}
	.hourList li{width:1%;list-style:none;text-align:center;position:relative;margin:12px 0 23px -13px;}
	.minList {
		margin-left: -23px;
	}
	.minList ul{
		padding-inline-start: 0px;
	}
	.hourList label {
		margin: 0 0 0 -13px;
	}
	.reserve-min{margin: 0 0 5px -17px;}
	/* .reserve-min{margin: 0 0 65px 5px;} */
}
.dateMemo > input{
    display:block;
}
.dateMemo > input::-ms-input-placeholder{
    text-align: center;
    font-size: 1.2em;
    color: #000;
    font-weight: 600;
}
.dateMemo > input::-webkit-input-placeholder{
    text-align: center;
    font-size: 1.2em;
    color: #000;
    font-weight: 600;
}

.dateMemo > input::-moz-placeholder{
    text-align: center;
    font-size: 1.2em;
    color: #000;
    font-weight: 600;
}
/* .datepicker-icon .input-group-addon {
    width: 100%;
    background: #ddd;
    cursor: pointer;
    position: absolute;
    left: 0px;
    bottom: 15px;
    text-align: right;
    cursor: pointer;
    background-color: transparent;
    border: none;
    font-size: 1.5em;
    padding: 0px;
	z-index: 1;
} */
/* padding: 7px 12px 15px 0; */
