#dateAndTimeArea{
	display:inline-block;
}

.ui-datepicker {
	width: auto !important;
}

.ll-skin-melon {
	/*font-size: 90%;*/
}

.ll-skin-melon .ui-widget {
	background: none;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	min-height: 345px;
}

.ll-skin-melon .ui-datepicker {
	padding: 0;
	position: relative;
}

.ll-skin-melon .ui-datepicker-header {
	border: none;
	background: transparent;
	font-weight: normal;
	font-size: 15px;
	line-height: 30px;
	padding: 5px;
	margin: 15px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ll-skin-melon .ui-datepicker-header .ui-state-hover {
	background: transparent;
	border-color: transparent;
	cursor: pointer;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-title {
	text-align: center;
	font-size: 28px;
	font-weight: 500;
	color: #1c1e25;
	text-shadow: none;
	margin: 12px 0 10px 0;
	border-radius: 0;
	padding: 0;

	order: 2;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-next {
	order: 3;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-next,
.ll-skin-melon .ui-datepicker .ui-datepicker-prev {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	text-align: center;
	cursor: pointer;
	line-height: 600%;
	overflow: hidden;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-next span.ui-icon,
.ll-skin-melon .ui-datepicker .ui-datepicker-prev span.ui-icon {
    width:40px;
	height:40px;
    display: block;
    text-indent: 0;
    overflow: hidden;
	position: relative;
    background-repeat: no-repeat;
	color: #000;
}

.ll-skin-melon .ui-datepicker-prev span:before,
.ll-skin-melon .ui-datepicker-next span:before{
	position: relative;
	font-weight:900;
	color: #fff;
	width:40px;
	height:40px;
	line-height:40px;
	background: var(--color-tertiary);
	border-radius: 50%;
	font-size: 20px;
	text-align:center;
	display:block;
}

.ui-corner-all, .ui-corner-all.ui-state-hover, .ll-skin-melon .ui-datepicker-header .ui-state-hover{
	background-color: transparent !important;
}

.ll-skin-melon .ui-datepicker-prev span:before {
    /* content: "\f053";
	font-family: "Font Awesome 5 Free"; */
	content: "\F0141";
	font-family: 'Material Design Icons';
	
}

.ll-skin-melon .ui-datepicker-next span:before {
    /* content: "\f054";
	font-family: "Font Awesome 5 Free"; */
	content: "\F0142";
	font-family: 'Material Design Icons';
}

.ll-skin-melon .ui-datepicker table {
	margin: 0;
	border: 0px;
	border-collapse: separate;
	max-width:100%;
	/* width: auto; */
	width: 100%;
}

.ll-skin-melon .ui-datepicker th {
	color: #38618C;
    font-size: 14px;
    /* font-style: italic; */
    line-height: 1.71;
    letter-spacing: 1.3px;
    text-align: center;
    text-shadow: none;
    padding: 5px;
	border: 2px solid transparent;
}

.ll-skin-melon .ui-datepicker td {
	background: #fff;
	border: none;
	padding: 0 !important;
	/* font-style: italic; */
	position: relative;
	font-size: 20px;
	letter-spacing: 1px;
	text-align: center;
	border: 2px solid #f4f6f7;
	 
}

.ll-skin-melon td .ui-state-default {
	height:87px;
	/* width:87px; */
	width: 100%;
	line-height:87px;
	text-align:center;
	display:block;
	text-decoration:none;
	color: #747f82;
}

.ll-skin-melon .ui-state-disabled  {
	opacity: 1;
	background: #dbdde2 !important;
	font-weight:400;
}

.ll-skin-melon .ui-state-disabled .ui-state-default{
	font-weight:400;
}

.ll-skin-melon .ui-state-disabled .ui-state-default {
	color: #b0b2b7;
}

.ll-skin-melon td .ui-state-active{
	/* background: #FF5964 !important; */
	/* color:#fff !important; */

	background: center / cover no-repeat url(/assets/images/bg-stars-yellow.jpg);
	color: #000;
}

.ll-skin-melon td .ui-state-hover {
	background: #747f82;
	color: #fff;
	text-decoration:none;
}

@media only screen and (max-width: 1600px) and (min-width: 1296px){
    .ll-skin-melon td .ui-state-default {
        height: 70px;
        /* width: 70px; */
        line-height: 70px;
    }
}

/* @media only screen and (max-width: 1295px) and (min-width: 1129px){
    .ll-skin-melon td .ui-state-default {
        height: 75px;
        width: 75px;
        line-height: 75px;
    }
} */

/* @media only screen and (max-width: 1128px) and (min-width: 1087px){
    .ll-skin-melon td .ui-state-default {
        height: 65px;
        line-height: 65px;
    }
} */

/* @media only screen and (max-width: 1086px) and (min-width: 992px){
    .ll-skin-melon td .ui-state-default {
        height: 60px;
        line-height: 60px;
    }
} */

@media only screen and (min-width: 1200px) {
	.ll-skin-melon td .ui-state-default {
        height: 60px;
        /* width: 80px; */
        line-height: 60px;
    }
}

@media only screen and (max-width: 1199px){
    .ll-skin-melon td .ui-state-default {
        height: 50px;
        /* width: 80px; */
        line-height: 50px;
    }
}

@media only screen and (max-width: 650px){
    .ll-skin-melon td .ui-state-default {
        height: 50px;
        /* width: 70px; */
        line-height: 50px;
    }
}

@media only screen and (max-width: 571px){
    .ll-skin-melon td .ui-state-default {
        /* height: 55px; */
        /* width: 55px; */
		/* line-height: 55px; */
		font-size: 17px;
    }
}

@media only screen and (max-width: 460px){
    .ll-skin-melon td .ui-state-default {
        height: 40px;
        /* width: 40px; */
		line-height: 40px;
		font-size: 14px;
    }
}

@media only screen and (max-width: 351px){
    .ll-skin-melon td .ui-state-default {
        height: 30px;
        /* width: 30px; */
		line-height: 30px;
		font-size: 13px;
    }
}


@media only screen and (max-width: 350px){
    .ll-skin-melon .ui-datepicker .ui-datepicker-title{
        font-size: 20px;
	}
	
	.ll-skin-melon .ui-datepicker .ui-datepicker-next,
	.ll-skin-melon .ui-datepicker .ui-datepicker-prev {
		width: 30px;
		height: 30px;
	}
	.ll-skin-melon .ui-datepicker .ui-datepicker-next span.ui-icon,
	.ll-skin-melon .ui-datepicker .ui-datepicker-prev span.ui-icon {
		width: 30px;
		height: 30px;
	}
	.ll-skin-melon .ui-datepicker-prev span:before,
	.ll-skin-melon .ui-datepicker-next span:before {
		width: 30px;
		height: 30px;
		line-height:30px;
	}
}

.ui-corner-all{
    z-index: 1;
}

/*should stop the empty div at the bottom of the page */
#ui-datepicker-div { display:none }