.prefix_dropdown_wrapper
{
	background:white;
	display:none;
	width:444px;
	height:500px;
	margin:auto;	
}
.prefix_panel
{
	width:100%;
	min-height:50px;
	text-align:center;
	
}
.prefix_calendar_wrapper
{
	position:relative;
	display:inline-block;
	border: 1px solid #e5e5e5;
	border-radius:4px;
	height:50px;
	cursor:pointer;
}
.prefix_input_module
{
	margin:0;
	text-align:left;
	padding: 3px 12px 5px 16px;
	box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    position: relative;
    transition: border-color 0.16s ease, box-shadow 0.16s ease;
}
.prefix_input_module_spacer
{
	box-sizing: border-box;
    display: inline-block;
    position: relative;
	width:1px;
	border-right: 1px solid #e5e5e5;
	height:50px;
}
.prefix_input_module_left
{
	
}
.prefix_input_module_right
{
}
.prefix_input_date
{
	text-align:left;
	color:#2d3137;
	font-size: 16px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    line-height: 1.25;
    outline: 0;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.prefix_input_label
{
	text-align:left;
	font-size:12px;
	color:#2d3137;
	line-height: 17px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.prefix_dropdown_calendar
{
	width:444px;
	height:500px;
	position:absolute;
	top:62px;
	overflow:hidden;
	border-radius: 4px;
    box-shadow: 0 2px 12px 0 #2d31374d;
	background: white;
	z-index: 1060
}
.prefix_calendar_monthes{
	background-color:#f4f4f4;
	height:500px;
	overflow:auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	color:#292f37;
	width:180px;
	float:left;
	
}
.prefix_calendar_grid
{
	margin-left:20px;
	width:244px;
	float:left;
	height:500px;
	overflow:auto;
}
.prefix_calendar_month_wrapper
{
	min-height:32px;
	display:flex;
	justify-content: space-between;
	cursor:pointer;
	padding: 0 16px;
}
.prefix_calendar_month_wrapper_active
{
	 background-color: white;
}
.prefix_calendar_month_wrapper:hover
{
	 background-color: white;
}
.prefix_calendar_month_title
{
	font-size: 16px;
    font-weight: 600;
	float:left;
	line-height:32px;
	color: #292f37;
}
.prefix_calendar_month_year
{
	line-height:32px;
	font-size: 16px;
    font-weight: 600;
	float:right;
	font-size: 12px;
    opacity: 0.6;
	color: #292f37;
	
}
.prefix_cell
{
	text-align:center;
	width:32px;
	height:36px;
	line-height:36px;
	float:left;
	cursor:pointer;
}
.prefix_clearfix
{
	clear:both;
}

#main_search_form .prefix_date_selected,
.prefix_date_selected,.prefix_day_selected 
{
	 background-color: #fbf4e3;
}
.prefix_month_module
{
	margin-top: 24px;
	font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
	text-align:left;
	width:100%;
}

@media (max-width: 755px)
{
	.prefix_dropdown_wrapper
	{
		position: absolute;
		top:0px;
		left:0px;
		height:100%;
		width:100vw;
		min-width:320px;
		z-index: 1060
	}
	.prefix_dropdown_calendar
	{
		top:0px!important;
		left: calc(50vw - 228px);
		height: 100vh;
		min-width:320px;
	}
	.prefix_calendar_grid
	{
		height: 100%;
		
	}
	.prefix_calendar_monthes
	{
		height: 100vh;
	}


}
@media (max-width: 568px)
{
	
	.prefix_dropdown_calendar
	{
		left: 0;
		width:100vw!important;
		max-width:100vh!important;
		overflow: auto;
	}
	.prefix_calendar_monthes
	{
		display:none;
		
	}
	.prefix_calendar_grid
	{
		margin:auto;
		left:auto;
		right:auto;
		float:none;
	}
}
.prefix_cell_disabled
{
	opacity: 0.4;
}
.prefix_cell_disabled_temporary
{
	opacity: 0.4;
}
.prefix_cell_top_line{
	opacity: 1;
}

.prefix_cell_weekend
{
	color:#be0000;	
}
.prefix_cell_from
{
	background:#0098E5;
	color:white;
	border-bottom-left-radius:4px;
	border-top-left-radius:4px;

}

.prefix_cell_to
{
	background:#0098E5;
	color:white;
	border-bottom-right-radius:4px;
	border-top-right-radius:4px;
}

.prefix_cell_no_hover
{
	border-radius:0;
	color: #292f37;
	background:white;
}
.prefix_cell_hover
{
	border-radius:0;
	background:#0098E5!important;
	color:white!important;
}
.prefix_cell_hover_to
{
	border-radius:0;
	background:#0098E5!important;
	color:white!important;
	border-bottom-right-radius:4px;
	border-top-right-radius:4px;

}

