/* Style CSS du calendrier  dates de livraison */
/*SilverLight skin. default*/
#InfoLivraison .dhtmlxcalendar .entbox td {
	margin: 0px;
	padding: 2px 0px;
	font-size: 12px;
}
/* Appearance calendar standart view */
.dhtmlxcalendar {
	position: relative; 
	background: url(/images/store/icons/cal_bg_single.gif) no-repeat;
	z-index:99;
	width: 100%;
	text-align: center;
}

/* Calendar body */
.dhtmlxcalendar .entbox {
	margin: auto;
	width: 100%;
}
/* Common style for each cell of calendar */
.dhtmlxcalendar td {
	cursor: default;
	text-align:center;
}

/* Month left button */
.dhtmlxcalendar .dxcalmonth td.month_btn_left,
.dhtmlxcalendar .dxcalmonth td.month_btn_right {
	cursor: pointer;
	width:8px;
}


    .dhtmlxcalendar .dxcalmonth td.month_btn_left:after,
    .dhtmlxcalendar .dxcalmonth td.month_btn_right:after {
        /*content:"1";*/
        font-family: FontAwesome,Font Awesome\ 5 Pro;
        content: "\f054";
        display: block;
        font-style: normal;
        font-size: 16px;
    }


/* Month right button */
.dhtmlxcalendar .dxcalmonth td.month_btn_left:after {
	content: "\f053";
}

.dhtmlxcalendar .dxcalmonth td.month_btn_left span,
.dhtmlxcalendar .dxcalmonth td.month_btn_right span{
	visibility: hidden;
}

.dhtmlxcalendar .dxcalmonth table {
	margin: auto;
}

.dhtmlxcalendar .dxcalmonth table td {
	font-weight: bold;
	text-align: center;
    padding:10px 0;
}

/* Appearance months shorts labels */
.dhtmlxcalendar .dxcaldlabel {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
    background-color: #f0f0f0;

}
.dhtmlxcalendar .dxcaldays,
.dhtmlxcalendar .dxcaldays_ie{
	border-bottom: 1px solid #696969;
}
/* Common styles for months and days labels */
.dhtmlxcalendar .dxcaldlabel td,
.dhtmlxcalendar .dxcaldays td,
.dhtmlxcalendar .dxcaldays_ie td {
	text-align: center;
	vertical-align: middle;
	height: 40px;
}

/* Appearance days */
.dhtmlxcalendar .dxcaldays td,
.dhtmlxcalendar .dxcaldays_ie td{
	border: 1px solid transparent;
	cursor: pointer;
}
/* Appearance days for IE */
.dhtmlxcalendar .dxcaldays_ie td{
}
/* Comma between month and year */
.dhtmlxcalendar td.comma{
	visibility:visible;
}
/* Common style for month and year labels */
.dhtmlxcalendar div.planeMonth,
.dhtmlxcalendar div.planeYear {
	height: auto;
	overflow: hidden;
}
/* Appearance year */
div.dhtmlxcalendar div.planeYear{
	display:inline;
	width:28px;
}

/* begin: days colors */
/* Days of this month */
.dhtmlxcalendar td.thismonth{
	font-weight: bold;
}
/* Days of other months */
.dhtmlxcalendar td.othermonth{
}
/* Weekend */
.dhtmlxcalendar td.weekend{
	color: #C72222 !important;
}
/* Insensitive days*/
.dhtmlxcalendar td.insensitive{
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	font-weight: normal;
	cursor: default;
}
/* Selected day */
.dhtmlxcalendar td.selected{
	background-color: #696969;
	font-weight: bold !important;
	color: white !important;
}
/* Current day */
.dhtmlxcalendar td.current{
	font-weight: bold  !important;
	color: black;
}
/* Hovered day */
.dhtmlxcalendar td.hover{
	border: 1px solid #888888;
	background: #efefef;
	color: #000000;
	font-weight: bold;
}
/* Holidays */
.dhtmlxcalendar td.holiday{ 
	font-weight: bold;
	color: #C72222;
}

/* end: silverlight */

/* begin: dhtmlxDblCalendarObject */
.dhtmlxdblcalendar {
	background: url(/images/store/icons/cal_bg_double.gif) no-repeat;
  z-index:100;
	padding: 0px;
}
.dhtmlxdblcalendar .dhtmlxcalendar {
	background-image: url(/images/1x1.gif);
}
/* end: dhtmlxDblCalendarObject */

/* begin: dhtmlxRichSelector */
.dhtmlxcalendar div.dhtmlxRichSelector {
	position: relative;
	background-color:#ffffff;
	display: block;
	width: 1px;
	height: 1px;
}
.dhtmlxcalendar textarea.dhtmlxRichSelector,
.dhtmlxcalendar select.dhtmlxRichSelector {
	font-family: Tahoma;
	position: absolute;
	font-size: 10px;
	overflow: hidden;
	border-width: 0px;
	z-index:100;
	left: 0px;
	top: 0px;
}
.dhtmlxcalendar select.dhtmlxRichSelector {
	border: 1px solid #555555;
}
/* end: dhtmlxRichSelector */