/* CALENDAR */
.hb-calendar, .hb-calendar *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;	-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.hb-calendar{background:#fff;}
.hb-calendar a{}
/* MONTHS */
.hb-months{background:#1263a2;color:#fff;line-height:50px;position:relative;text-align:center;}
.ar .hb-months{font-family:'Cairo', sans-serif;}
.hb-months:after{content:"";display:table;clear:both;}
.hb-current-month{font-size:20px;color:#fff;}
.hb-current-month span{padding:0 0 0 10px;}
.hb-change-month{position:absolute;top:10px;width:30px;height:30px;}
.hb-prev-month{left:15px;background-image:url("/images/front/iconPrev.png");}
.hb-next-month{right:15px;background-image:url("/images/front/iconNext.png");}
/* DAYS */
.hb-days{width:100%;height:auto;margin:0 auto;}
.hb-days:after {content:"";display:table;clear:both;}
.hb-day {display:inline-block;float:left;font-size:14px;height:40px;line-height:40px;position:relative;text-align:center;transition: all 0.2s ease 0s;width:14.28%;font-family:Arial, Helvetica, sans-serif;}
.hb-day.hb-day-name{background:#09273f;color:#fff;font-size:14px;}
.ar .hb-day.hb-day-name{ font-family:'Cairo', sans-serif;}
.hb-day.hb-day-active{position:relative;background:#1263a2;font-size:16px;font-weight:600;color:#fff;cursor:pointer;}
.hb-day.hb-day-active:hover{background:#41aeff;}
.hb-day.hb-day-selected, .hb-day.hb-day-selected:hover{background:#41aeff;cursor:default;}
/* LOADER */
.hb-loading:before{content:url("/images/front/iconLoading.gif");display:block;width:100%;text-align:center;}
.hb-error{padding:10px 15px;background-color:#f2dede;border:1px solid #ebccd1;border-radius:3px;color:#b84442;}