.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.calendar-icon {
  width: 45px;
  font-size: 9px;
  background-color: #eeeeee;
  background-image: -moz-linear-gradient(top, #fcfcfc, #dad8d8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), to(#dad8d8));
  background-image: -webkit-linear-gradient(top, #fcfcfc, #dad8d8);
  background-image: -o-linear-gradient(top, #fcfcfc, #dad8d8);
  background-image: linear-gradient(to bottom, #fcfcfc, #dad8d8);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcfcfc', endColorstr='#ffdad8d8', GradientType=0);
  border: 1px solid #d2d2d2;
  -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.calendar-icon.with-year {
  width: 45px;
}
.calendar-icon.with-year .day {
  padding: 6px 0;
}
.calendar-icon.with-year .month {
  white-space: nowrap;
}
.calendar-icon span {
  display: block;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial;
}
.calendar-icon .month {
  padding: 1px 0;
  color: #fff;
  font-weight: bold;
  background-color: #9d0505;
  background-image: -moz-linear-gradient(top, #7a0909, #d10000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7a0909), to(#d10000));
  background-image: -webkit-linear-gradient(top, #7a0909, #d10000);
  background-image: -o-linear-gradient(top, #7a0909, #d10000);
  background-image: linear-gradient(to bottom, #7a0909, #d10000);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7a0909', endColorstr='#ffd10000', GradientType=0);
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
}
.calendar-icon .day {
  font-weight: bold;
  font-size: 19px;
  padding: 4px 0;
}
.calendar-icon .dow {
  display: none;
  background-color: #000000;
  color: #ffffff;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.loading-overlay {
  background-color: #ccc;
  background-image: url(loading.gif);
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: alpha(opacity=40);
  min-height: 70px;
}
