.searchclear {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
}


.black-and-white {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}


/* form mandatory field */
.required-label:after { 
   content:"*";
   color:red;
}

/* reduce padding for booking table on page places  */
.table-booking-places td, .table-booking-places th {
    padding: 0.15rem;
}



/* 
Style the TOC (Optional) 
*/
.toc {
    list-style-type: none;
    padding-left: 0;
}

.toc-h2 {
    font-weight: bold;
    margin-bottom: 10px;
}

.toc-h3 {
    margin-left: 20px;
    margin-bottom: 5px;
}

.toc-h4 {
    margin-left: 40px;
    margin-bottom: 5px;
}

.toc a {
    text-decoration: none;
    color: #007bff;
}

.toc a:hover {
    text-decoration: underline;
}



/*
** MAP leafletjs.com 
*/


.map {
		height: 100vh;
	}


@media only screen and (min-width: 600px){
	
	.map {
		position: sticky !important;
		position: -webkit-sticky; /* Safari */
		top: 0;
		right: 0;
		left: 0;
		height: 100vh;
	}

	.marker.leaflet-popup {
		margin-bottom: 16px;
		cursor: pointer;
		font-size: 12px;
		font-weight: bold;
		padding: 5px 10px;
		text-align: center;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
		background-color: #fff;
	}

	.marker.leaflet-popup::after {
		content:'';
		position: absolute;
		top: 100%;
		left: 50%;
		width: 0;
		height: 0;
		margin-left: -8px;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 8px solid #FFF;
	}

	.marker .leaflet-popup-content-wrapper {
		background: transparent;
		color: inherit;
		box-shadow: none;
		text-align: inherit;
	}

	.marker .leaflet-popup-content {
		text-align: inherit;
		color: inherit;
		margin: 0;
	}

	.marker .leaflet-popup-tip-container {
		display: none;
	}

	.marker.is-active, .marker:hover {
		z-index: 300;
		background-color: #5069ff;
		color: #FFF;
	}

	.marker.is-active::after, .marker:hover::after {
		border-top-color: #5069ff;
		
	}

	.marker.is-expanded {
		z-index: 320;
		background-color: #fff;
		text-align: left;
		color: inherit;
	}


}









/*
** Calendar Day Picker 
*/

:root {
    --col-width-desktop: 24%;
    --col-width-mobile: 23%;
}


#myc-container {
    width: inherit;
}

#myc-nav-container {
    margin-bottom: 15px;
    width: inherit;
    display: inline-block;
}

#myc-current-month-year-container {
    display: inline-block;
    font-size: 1.3em;
    font-weight: lighter;
    text-align: center;
    text-transform: capitalize;
    vertical-align: top;
    width: 50%;
}

#myc-prev-week-container {
    display: inline-block;
    width: 20%;
}

#myc-next-week-container {
    display: inline-block;
    width: 15%;
}

#myc-prev-week {
    border: 1px solid #e0e0e0;
    border-radius: 80px;
    color: #e0e0e0;
    cursor: pointer;
    float: left;
    font-size: 1.2em;
    /*font-size: 1.6em;*/
    font-weight: lighter;
    height: 30px;
    /*height: 40px;*/
    text-align: center;
    width: 30px;
    /*width: 40px;*/
}

#myc-next-week {
    border: 1px solid #e0e0e0;
    border-radius: 80px;
    color: #e0e0e0;
    cursor: pointer;
    float: right;
    font-size: 1.6em;
    font-weight: lighter;
    height: 40px;
    text-align: center;
    width: 40px;
}

#myc-prev-week:hover, #myc-next-week:hover {
    border: 1px solid #bdbdbd;
    color: #bdbdbd;
}

#myc-week-container {
    border: 1px solid #e0e0e0;
}

#myc-dates-container {
    background-color: #fafafa;
}

.myc-date-header {
    border-right: 1px solid #e0e0e0;
    display: inline-block;
    min-height: 30px;
    padding: 5px 0px 5px 5px;
    vertical-align: top;
    width: var(--col-width-desktop);
}

.myc-date-header:first-of-type {
    padding-left: 15px;
}

.myc-date-header:last-of-type {
    border-right: none;
    width: 13%;
}

#myc-available-time-container {
    border-top: 1px solid #e0e0e0;
    min-height: 150px;
}

.myc-day-time-container {
    /*border-right: 1px solid #e0e0e0;*/
    display: inline-block;
    height: 100%;
    padding: 15px 15px 15px 15px;
    vertical-align: top;
    width: var(--col-width-desktop);
}

.myc-day-time-container:first-of-type {
    padding-left: 15px;
}

.myc-day-time-container:last-of-type {
    border-right: none;
    width: var(--col-width-desktop);
}

.myc-date-number {
    font-size: 1em;
    /*font-size: 1.3em;*/
    font-weight: lighter;
}

.myc-available-time {
    background-color: #29b6f6;
    border-radius: 20px;
    color: #ffffff;
    display: block;
    margin-bottom: 3px;
    padding: 10px 0px 10px 0px;
    margin-bottom: 10px;
    text-align: center;
}

.myc-available-time.selected, .myc-available-time:hover {
    background-color: lightgreen;
    color: blue;
}

.myc-date-display {
    font-weight: lighter;
}


@media only screen and (max-width: 768px) {
    .myc-date-header, .myc-day-time-container {
        width: var(--col-width-desktop);
    }
   /* .myc-date-header:last-of-type, .myc-day-time-container:last-of-type {
        width: 12%;
    }*/
}



/* 
* Calendar on Mobile 
*/
@media only screen and (max-device-width: 480px) {

    .myc-date-header, .myc-day-time-container {
        width: var(--col-width-mobile);
    }

    .myc-day-time-container {

        padding: 1px 1px 1px 1px;

    }

    .myc-available-time {
        color: blue;
        display: block;
        margin-top: 5px;
        margin-bottom: 5px;
        padding: 5px 0px 5px 0px;
        text-align: center;
       /* font-size: smaller;*/

    }

    .myc-available-time {
        background-color: lightblue;
    }

    #myc-current-month-year-container {
        font-size: 1em;
    }

    .fc .fc-toolbar-title {
        font-size: 1em;
        margin: 0;
    }   

    .fc-toolbar h2 {
      display: inline;
    }
}


