.select2-container { z-index: 9999 !important; }
.select2-container .selection {width:100%; }
.calendarTimeDay{
    position: relative;
    border-left:1px solid #CED4DA;
    border-right:1px solid #CED4DA;
    border-bottom:1px solid #CED4DA;
    width:12.4%;
    height:50px;
}
.calendarWeekDay{
    display: inline-block;
    width:12.4%;
}
.calendarSelectedEmployee{
	background-color:#D4F7E7 !important;
}
.calendarOrderDesign{
	position: relative;
	background: #D3F4EE;
	border-left:4px solid #53C2B8;
	font-size:12px;
	cursor:pointer;
	z-index: 9999!important;
	margin-bottom:10px;
}
.calendarOrderInformation{
	position: absolute;
    /*top: 128px;*/
    /*right: 0;*/
    z-index: 99999;
    background: #fff;
    width:300px;
    box-shadow: 2px 4px 7px 1px;
    right:-68px;
}
.customStyleCursor:hover{
    cursor: pointer;
}
.serviceSearchEachResult{
    text-decoration: none;
}
.serviceSearchEachResult .font-medium{
    color:#2F323F;
}
.each_search_addresses_result{
    text-decoration: none;
}
.each_search_addresses_result .addressCountryName{
    color:#2F323F;
}