.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{
height: 335px;
margin-bottom: 20px;
color: #666;
font-family: "Trebuchet MS";
}
.hb-calendar a{
color: inherit;
text-decoration: none;
transition: .2s;
} .hb-months{
position: relative;;
height: 90px;
margin-bottom: 15px;
text-align: center;
border-bottom: 1px solid #ccc;
}
.hb-months:after {
content: "";
display: table;
clear: both;
}
.hb-current-month{
line-height: 46px;
font-size: 46px;
font-weight: 200;
}
.hb-current-month span{
display: block;
margin-top: 10px;
line-height: 20px;
font-size: 24px;
color: #666 !important;
}
.hb-change-month{
position: absolute;
bottom: 25px;
display: inline-block;
width: 30px;
height: 40px;
}
.hb-prev-month{
left: 0px;
background-image: url(//www.sziklakorhaz.eu/wp-content/themes/sziklakorhaz/includes/calendar/images/iconPrev.png);
}
.hb-next-month{
right: 0px;
background-image: url(//www.sziklakorhaz.eu/wp-content/themes/sziklakorhaz/includes/calendar/images/iconNext.png);
} .hb-days{
width: 300px;
height: auto;
margin: 0 auto;
padding: 10px;
background-color: #fff;
border-radius: 3px;
box-shadow: 0px 1px 4px #999;
}
.hb-days:after {
content: "";
display: table;
clear: both;
}
.hb-day{
float: left;
display: inline-block;
width: 38px;
height: 26px;
line-height: 26px;
margin: 1px;
text-align: center;
border-radius: 1px;
font-size: 12px;
transition: .2s;
}
.hb-day.hb-day-name{
margin-bottom: 6px;
color: #333;
font-size: 14px;
}
.hb-day.hb-day-active{
color: #fff;
background-color: #777;
cursor: pointer;
}
.hb-day.hb-day-active:hover{
background-color: #8a8a8a;
}
.hb-day.hb-day-selected, .hb-day.hb-day-selected:hover{
background-color: #aaa;
cursor: default;
} .hb-loading { position: relative; }
.hb-loading:before{ background-image: url(//www.sziklakorhaz.eu/wp-content/themes/sziklakorhaz/includes/calendar/images/loading.gif);
background-size: cover;
display: inline-block;
width: 50px;
height:50px;
position: absolute;
top: 20px;
left: calc( 50% - 25px );
content:""; }
.hb-error{ padding: 10px 15px; background-color: #f2dede; border: 1px solid #ebccd1; border-radius: 3px; color: #b84442; }
.hb-day.hb-day-active { background-color: transparent; color: #777; }
.hb-day.hb-day-selected, .hb-day.hb-day-active:hover { background-color: #777; color: #FFF; }
.hb-day.hb-day-active.oldday { color: #D3D3D3; }
.hb-day.hb-day-active.shopoff { background-color: #e96656; color: #FFF; }